GitHub
github.com › python
Python · GitHub
pythondotorg Public · Source code for python.org · Python 1.6k 667 · peps · peps Public · Python Enhancement Proposals · reStructuredText 4.9k 1.8k · typeshed · typeshed Public · Collection of library stubs for Python, with static types · Python 5k 2k ·
Factsheet
Paradigm Multi-paradigm: object-oriented, procedural (imperative), functional, structured, reflective
Designed by Guido van Rossum
Developer Python Software Foundation
Paradigm Multi-paradigm: object-oriented, procedural (imperative), functional, structured, reflective
Designed by Guido van Rossum
Developer Python Software Foundation
GitHub
github.com › geekcomputers › Python
GitHub - geekcomputers/Python: My Python Examples · GitHub
Starred by 34.8K users
Forked by 12.9K users
Languages Python 93.9% | Jupyter Notebook 4.6% | Cuda 0.6% | PowerShell 0.4% | Tcl 0.2% | HTML 0.2%
Videos
Create GitHub Repo and Add Python Script - YouTube
01:17
Python Hello World with GitHub - YouTube
26:14
Setting up a Python project on GitHub - YouTube
06:03
Uploading Your Python Code to GitHub: Step-by-Step Guide for ...
06:46
How to run Python programs from Github? - YouTube
10:53
#74 Python | Git | PyCharm | GitHub - YouTube
GitHub
github.com › topics › python-projects-basic-to-advanced
python-projects-basic-to-advanced · GitHub Topics · GitHub
A Python-based QR code generator that easily converts any text or URL into a QR code image. Simple, customizable, and efficient. python python3 python-qrcode python-programming python-packages python-project python-developer python-for-everybody python-for-beginners python-project-beginner python-qrcode-generator python-projects-basic-to-advanced ... A comprehensive collection of Python notes and examples covering fundamental concepts, practical exercises, and hands-on coding solutions for learners and developers.
GitHub
github.com › topics › python-examples
python-examples · GitHub Topics · GitHub
iot machine-learning deep-learning model-selection data-preprocessing feature-engineering hyperparameter-tuning concept-drift automl intrusion-detection-system automated-machine-learning data-streams python-examples data-stream-processing python-samples iot-data-analytics ... Code for IDS-ML: intrusion detection system development using machine learning algorithms (Decision tree, random forest, extra trees, XGBoost, stacking, k-means, Bayesian optimization..)
GitHub
github.com › OmkarPathak › Python-Programs
GitHub - OmkarPathak/Python-Programs: My collection of Python Programs · GitHub
Starred by 1.1K users
Forked by 636 users
Languages Python
GitHub
github.com › codebasics › py
GitHub - codebasics/py: Repository to store sample python programs for python learning
Starred by 7.3K users
Forked by 16.9K users
Languages Jupyter Notebook 99.0% | Jupyter Notebook 99.0%
GitHub
github.com › adaptives › python-examples
GitHub - adaptives/python-examples: Example code to serve as a basic introduction to Python programming
**Introduction To Python** - python_strings.py - python_numbers.py - python_booleans.py - python_conversions.py - using_modules.py - string_interpolation.py - python_lists.py - python_dictionary.py - python_tupes.py - python_sequences,py - python_functions.py - python_logical_lines.py - python_string_interpolation.py - python_modules.py - python_os_module.py - python_star_args_and_kwargs.py - python_objects.py **TDD With Python** Slides for introduction to TDD With Python Code Samples - write_user_details.py - test_write_user_details.py - test_write_user_details_istub.py - test_write_user_details_iostub.py - write_user_details_di.py - test_write_user_details_mock.py
Starred by 96 users
Forked by 115 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › x4nth055 › pythoncode-tutorials
GitHub - x4nth055/pythoncode-tutorials: The Python Code Tutorials · GitHub
Starred by 3K users
Forked by 2K users
Languages Jupyter Notebook 81.8% | Python 16.3% | HTML 1.4%
GitHub
github.com › topics › python-example
python-example · GitHub Topics · GitHub
python opengl graphics glfw python3 assimp glfw3 graphics-3d model-viewer 3d pyopengl python-example ... This repository contains an example of how to share a PDF using QR codes.
GitHub
github.com › fasilofficial › 50-python-programs
GitHub - fasilofficial/50-python-programs: This repository contains 50 absolutely simple and beginner friendly python programs. This repository gives you an idea about the basics of python language and libraries like math, random, tkinter, etc.. · GitHub
import datetime date=str(input('Enter the date(for example:09 02 2019):')) day_name= ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday','Sunday'] day = datetime.datetime.strptime(date, '%d %m %Y').weekday() print(day_name[day]) ...
Starred by 18 users
Forked by 11 users
GitHub
github.com › fluentpython › example-code
GitHub - fluentpython/example-code: Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
This repository is archived and will not be updated. Please visit https://github.com/fluentpython/example-code-2e
Starred by 5.6K users
Forked by 2.2K users
Languages Python 98.2% | Python 98.2%
GitHub
github.com › topics › python-examples-github
python-examples-github · GitHub Topics · GitHub
The best way to learn Python is by practicing examples. The repository contains examples of basic concepts of Python.
GitHub
github.com › Python-World › python-mini-projects
GitHub - Python-World/python-mini-projects: A collection of simple python mini projects to enhance your python skills · GitHub
A collection of simple python mini projects to enhance your python skills - Python-World/python-mini-projects
Starred by 18K users
Forked by 6K users
Languages Python 98.8% | HTML 1.1%
GitHub
github.com › milaan9 › 90_Python_Examples
GitHub - milaan9/90_Python_Examples: The best way to learn Python is by practicing examples. The repository contains examples of basic concepts of Python. You are advised to take the references from these examples and try them on your own.
This repository contains the examples on basic and advance concepts of Python. You are advised to take the references from these examples and try them on your own. All the programs on this page are tested and should work on all platforms. These are online read-only versions. However you can Run ▶ all the codes online by clicking here ➞
Starred by 311 users
Forked by 234 users
Languages Jupyter Notebook 99.8% | Python 0.2% | Jupyter Notebook 99.8% | Python 0.2%
GitHub
github.com › topics › python-basic-examples
python-basic-examples · GitHub Topics · GitHub
December 9, 2022 - Python could learn most effectively by using practice examples. The repository includes examples of fundamental Python ideas.
GitHub
github.com › Akuli › python-tutorial
GitHub - Akuli/python-tutorial: A Python 3 programming tutorial for beginners. · GitHub
This is a concise Python 3 programming tutorial for people who think that reading is boring. I try to show everything with simple code examples; there are no long and complicated explanations with fancy words.
Starred by 1.5K users
Forked by 637 users
Languages Python 99.0% | CSS 1.0%
GitHub
github.com › trekhleb › learn-python
GitHub - trekhleb/learn-python: 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. - trekhleb/learn-python
Starred by 17.8K users
Forked by 2.9K users
Languages Python
GitHub
github.com › topics › python-scripts
python-scripts · GitHub Topics · GitHub
Python for cybersecurity with the basic concepts, easy to understand code examples, lab exercises, real-world examples, different security scripts covering web security, network security, defensive security, crypto examples, exploits etc...
GitHub
github.com › thoughtfulml › examples-in-python
GitHub - thoughtfulml/examples-in-python
sudo apt-get update sudo apt-get install python3 python3-nose-parameterized python3-numpy python3-sklearn python3-pip python3-bs4 python3-pandas sudo pip3 install --upgrade pip sudo pip3 install theanets
Starred by 346 users
Forked by 216 users
Languages Python 92.7% | R 4.6% | Ruby 2.7% | Python 92.7% | R 4.6% | Ruby 2.7%