aakash padhiyar's repositories

Language:PythonStargazers:2Issues:2Issues:0

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.😂

Language:PythonStargazers:2Issues:0Issues:0

Tutor-DataScience

Complete hands-on machine learning tutorial with data science, Tensorflow, artificial intelligence, and neural networks

Language:Jupyter NotebookStargazers:2Issues:2Issues:0
Language:HTMLStargazers:1Issues:0Issues:0

Bombitup_python

An Script To Prank Your Buddies. Customizable

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

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.

Language:DartStargazers:1Issues:2Issues:0
Language:DartStargazers:1Issues:0Issues:0
Language:DartStargazers:1Issues:2Issues:0

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.

Language:CSSStargazers:1Issues:1Issues:0

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

Language:CSSStargazers:0Issues:0Issues:0

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

Language:PythonStargazers:0Issues:1Issues:0

Django_Postgresql

Django_Postgresql

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

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:

Language:PythonStargazers:0Issues:1Issues:0

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.

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Stargazers:0Issues:2Issues:0
Language:PythonStargazers:0Issues:1Issues:0

Python-3.8.0b1

Welcome! This is the documentation for Python 3.8.0b1.

Stargazers:0Issues:1Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:2Issues:0

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.

Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0

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

Language:CSSStargazers:0Issues:2Issues:0

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.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0