general-purpose programming language
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured … Wikipedia
🌐
GitHub
github.com › geekcomputers › Python
GitHub - geekcomputers/Python: My Python Examples · GitHub
SimpleStopWatch.py - Simple stop watch implementation using Python's time module.
Starred by 34.9K 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%
🌐
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..)
Discussions

Example of a simple and well made Python project on Github

You should checkout the discord.py repository! It's well structured. https://github.com/Rapptz/discord.py

More on reddit.com
🌐 r/learnpython
52
326
December 20, 2020
What's the best way of working with Github and Python?
That's a bit like asking what is the best way to write Python. There is no one-line answer. You have to spend time and learn step by step. Check out the book on git. . Then learn about GitHub which is a web service that hosts git repositories. But there is more: GitHub copilot can be you AI partner in pair programming. More on reddit.com
🌐 r/learnpython
7
2
October 2, 2023
Best written projects on Python GitHub?
Flask is known for being "Pythonic" https://github.com/mitsuhiko/flask More on reddit.com
🌐 r/Python
73
150
September 5, 2013
How do I run a code from GitHub for Python
That repo has an installation guide that tells you how to set it up and run it. Follow that. More on reddit.com
🌐 r/learnpython
6
0
August 30, 2023
🌐
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 › OmkarPathak › Python-Programs
GitHub - OmkarPathak/Python-Programs: My collection of Python Programs · GitHub
Python ftplib A simple Python FTP file transfer example
Starred by 1.1K users
Forked by 635 users
Languages   Python
🌐
GitHub
github.com › python
Python · GitHub
pythondotorg Public · Source code for python.org · Python 1.6k 671 · 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 ·
🌐
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%
🌐
Reddit
reddit.com › r/learnpython › example of a simple and well made python project on github
r/learnpython on Reddit: Example of a simple and well made Python project on Github
December 20, 2020 -

Hi, I'm wanting to have a look at some examples of really well made but extremely simple python projects in an attempt to better understand basic structure and design. People suggest to me things like Requests or Flask... they may be beautiful but they are way too complex for what I'm after.

Any suggestions that come to mind?

Find elsewhere
🌐
GitHub
github.com › x4nth055 › pythoncode-tutorials
GitHub - x4nth055/pythoncode-tutorials: The Python Code Tutorials · GitHub
Fake Access Point Generator. (code) Forcing a device to disconnect using scapy in Python.
Starred by 3K users
Forked by 2K users
Languages   Jupyter Notebook 81.8% | Python 16.3% | HTML 1.4%
🌐
GitHub
github.com › Begintocodewithpython › samples
GitHub - Begintocodewithpython/samples: Sample code for Begin to Code with Python by Rob Miles
This is the sample code for the book "Begin to Code with Python" by Rob Miles.
Starred by 103 users
Forked by 64 users
Languages   Python 99.9% | HTML 0.1% | Python 99.9% | HTML 0.1%
🌐
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 › Python-World › python-mini-projects
GitHub - Python-World/python-mini-projects: A collection of simple python mini projects to enhance your python skills · GitHub
git remote add upstream https://github.com/Python-World/python-mini-projects.git git fetch upstream git pull upstream master git push · Alternatively, GitHub also provides syncing now - click "Fetch upstream" at the top of your repo below "Code" button.
Starred by 18.2K users
Forked by 6K users
Languages   Python 98.8% | HTML 1.1%
🌐
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 › 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 › 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-programming
python-programming · 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 › 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 635 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-projects-basic-to-advanced
python-projects-basic-to-advanced · GitHub Topics · GitHub
python python-programming pythonprojects pythongames pythonprogramming python-projects-basic-to-advanced python-language-repository python-projects-repository ... This repo contains all the recess code for the six weeks training.
🌐
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%
🌐
GitHub
github.com › docusign › code-examples-python
docusign/code-examples-python · GitHub
Docusign Python code examples and launcher. Contribute to docusign/code-examples-python development by creating an account on GitHub.
Starred by 54 users
Forked by 54 users