Pinned Repositories
akashpadhiyar
fibonacci-Sequence
Fibonacci in python/python3
Khatrimaza_links
V.0.01
Portfolio
Features Built on Bootstrap 3 HTML5 & CSS3 HTML5 Valid Code Fully Responsive & Optimized for Smartphones and Tablets Resume Timeline ISOTOPE PREMIUM PORTFOLIO plugin (USD 25 Value) portfolio details Animated skills bar 8 color skin Price Table Parallax Sections 2 Navigation style Twitter Feed Jquery Google map with marker Working PHP Ajax Contact Form 800+ Font icons Add links to your social networks Google Fonts Support Blog Section Cross browser compatible Extensive documentation Fast Customer support And many more Credits and Sources All images from : Flickr, Unsplash and creattica (All images used in the preview are just for demonstration purposes and not included in the Theme.)
Portfolio-with-blog
A portfolio website is an essential tool to getting more business and building your professional brand. ... The purpose of an online portfolio is to give a prospective client, like an art director, a sense of who you are, what you can do and whether you are the person they should hire to execute their project.😂
Product-Hunt-Django
Product Hunt is a website that lets users share and discover new products. The site, which was founded by Ryan Hoover in November 2013, is backed by Y Combinator. Users submit products which are listed in a linear format by day. The site includes a comments system and a voting system similar to Hacker News or Reddit. The products with the most votes rise to the top of each day's list. Clone
Travello
Meet Django. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel.
Tutor-DataScience
Complete hands-on machine learning tutorial with data science, Tensorflow, artificial intelligence, and neural networks
VIDOE
VIDOE – Video Streaming Website HTML Template Its a great business though. We all people love to share photos, videos, sounds in facebook, twitter, Youtube, Dailymotion or other media sharing sites. Among of us, many people want to make our own media sharing site like Youtube, Dailymotion where we can share photos or videos. VIDOE – Video Streaming Website HTML Template will help you to do that! You can setup your own website and stream your own media using our Template. It has a user interface with nice UX, with multiple homepage version
Weather-forcast-script
create in csv file script in python language py , pip, pip3,
8140171224's Repositories
8140171224/Khatrimaza_links
V.0.01
8140171224/Portfolio-with-blog
A portfolio website is an essential tool to getting more business and building your professional brand. ... The purpose of an online portfolio is to give a prospective client, like an art director, a sense of who you are, what you can do and whether you are the person they should hire to execute their project.😂
8140171224/Tutor-DataScience
Complete hands-on machine learning tutorial with data science, Tensorflow, artificial intelligence, and neural networks
8140171224/akashpadhiyar
8140171224/Bombitup_python
An Script To Prank Your Buddies. Customizable
8140171224/Chatbot_folder
A chatbot is a piece of software that conducts a conversation via auditory or textual methods. Such programs are often designed to convincingly simulate how a human would behave as a conversational partner, although as of 2019, they are far short of being able to pass the Turing test.
8140171224/i-am-rich-
8140171224/learn_flutter
8140171224/Scrap_APP
8140171224/Travello
Meet Django. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel.
8140171224/Product-Hunt-Django
Product Hunt is a website that lets users share and discover new products. The site, which was founded by Ryan Hoover in November 2013, is backed by Y Combinator. Users submit products which are listed in a linear format by day. The site includes a comments system and a voting system similar to Hacker News or Reddit. The products with the most votes rise to the top of each day's list. Clone
8140171224/Django
Django is a Python-based free and open-source web framework, which follows the model-template-view architectural pattern. It is maintained by the Django Software Foundation, an independent organization established as a 501 non-profit. Django's primary goal is to ease the creation of complex, database-driven websites
8140171224/Django_Postgresql
Django_Postgresql
8140171224/Games
8140171224/Input__and__Output
8140171224/javascript-beginners_Course
8140171224/Modules
If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are better off using a text editor to prepare the input for the interpreter and running it with that file as input instead. This is known as creating a script. As your program gets longer, you may want to split it into several files for easier maintenance. You may also want to use a handy function that you’ve written in several programs without copying its definition into each program. To support this, Python has a way to put definitions in a file and use them in a script or in an interactive instance of the interpreter. Such a file is called a module; definitions from a module can be imported into other modules or into the main module (the collection of variables that you have access to in a script executed at the top level and in calculator mode). A module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended. Within a module, the module’s name (as a string) is available as the value of the global variable __name__. For instance, use your favorite text editor to create a file called fibo.py in the current directory with the following contents:
8140171224/Multiple-Face-Recognition-AI-using-Python
Recognize and manipulate faces from Python or from the command line with the world’s simplest face recognition library.
8140171224/News_Project
8140171224/Open_Discord-Bot
8140171224/PY_CMS
8140171224/Python-3.8.0b1
Welcome! This is the documentation for Python 3.8.0b1.
8140171224/React-hello-world
8140171224/repl.it-django
8140171224/stock-django-repl
8140171224/Stock-Price-App-Python-Streamlit
Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful data apps in hours, not weeks. All in pure Python.
8140171224/Text-Editor_with_Python
8140171224/Travello_SQL-lite3
8140171224/Turus-v1.0
Before seeking support, please... Make sure your question is a valid Theme Issue and not a customization request. Make sure you have read through the documentation and any related video guides before asking support on how to accomplish a task. Make sure to double check the theme FAQs. If you have customized your theme and now have an issue, back-track to make sure you didn't make a mistake. If you have made changes and can't find the issue, please provide us with your changelog. Almost 80% of the time we find that the solution to people's issues can be solved with a simple "Google Search". You might want to try that before seeking support. You might be able to fix the issue yourself much quicker than we can respond to your request. Make sure to state the name of the theme you are having issues with when requesting support via ThemeForest. Version History (Changelog) You can find the version history on template sale page. Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.Changelog
8140171224/Web-Scraping
Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. Web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol, or through a web browser.