🌐
GitHub
github.com › geekcomputers › python
GitHub - geekcomputers/Python: My Python Examples · GitHub
I would gladly accept pointers from others to improve, simplify, or make the code more efficient. If you would like to make any comments then please feel free to email me: craig@geekcomputers.co.uk. This repository contains a collection of Python scripts that are designed to reduce human workload and serve as educational examples for beginners to get started with Python.
Author   geekcomputers
🌐
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.
Discussions

What's the best way of working with Github and Python?
That is the only way. Ideally you would group your changes into logical chunks for each commit - ie "added feature XXX" or "fixed bug YYY", rather than just whatever random edits you've done since the last commit. This makes it easy for you or any collaborators to look back through the history and understand what's been done. More on reddit.com
🌐 r/learnpython
7
2
October 2, 2023
Proper way to create GitHub repo for standalone python scripts?
If the scripts have dependencies outside of standard python modules I wouldn't call them stand alone. Even automating with requirements.txt, cloning, setting up venv's and everything is a lot depending on your target audience. Pyinstaller is really simple and easy to use. You'll be able to pull everything in and "compile" it all into a single .exe in five minutes that will run on most systems with no fuss. If you are handing the scripts to someone with little computing knowledge its a good option. Unless you are releasing them for people to use within larger python projects its probably a good option anyway. More on reddit.com
🌐 r/learnpython
8
1
June 3, 2022
How to run github python program?
There's a readme over at the link. Did you follow the steps there? More on reddit.com
🌐 r/learnpython
14
3
January 25, 2024
What are some of your python scripts that might be useful to other too?

I made a python program that says “Hello friend” after you type in ‘ping’. I get lonely sometimes. 😄🤖

More on reddit.com
🌐 r/learnpython
132
141
January 8, 2019
🌐
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?

🌐
GitHub
github.com › adaptives › python-examples
GitHub - adaptives/python-examples: Example code to serve as a basic introduction to Python programming · GitHub
**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 94 users
Forked by 115 users
Languages   Python
🌐
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..)
🌐
DEV Community
dev.to › devshefali › 17-best-github-repositories-to-learn-python-5b09
17 Best GitHub Repositories to Learn Python - DEV Community
August 11, 2025 - A collection of Python scripts for automation, networking, file handling, and other practical tasks. Useful for beginners looking to explore real-world Python applications. A collection of code samples, exercises, and projects from Real Python tutorials.
🌐
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.5% | Python 16.6% | HTML 1.4%
Find elsewhere
🌐
GitHub
github.com › asabeneh › 30-days-of-python
GitHub - Asabeneh/30-Days-Of-Python: The 30 Days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than 100 days. Follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw · GitHub
The Python interactive shell was printing without using print but on visual studio code to see our result we should use a built in function print(). The print() built-in function takes one or more arguments as follows print('arument1', 'argument2', 'argument3'). See the examples below.
Author   Asabeneh
🌐
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 18.1K users
Forked by 3K users
Languages   Python
🌐
GitHub
github.com › codebasics › py
GitHub - codebasics/py: Repository to store sample python programs for python learning · GitHub
Repository to store sample python programs for python learning - codebasics/py
Starred by 7.3K users
Forked by 16.8K users
Languages   Jupyter Notebook
🌐
GitHub
github.com › sourcecodeexamples › Python-Source-Code-Examples
GitHub - sourcecodeexamples/Python-Source-Code-Examples: This page contains 100+ Python source code examples. All the Python source code examples contain an output. You can use these Python source code examples and code snippets in your Python projects. · GitHub
This page contains 100+ Python source code examples. All the Python source code examples contain an output. You can use these Python source code examples and code snippets in your Python projects. - sourcecodeexamples/Python-Source-Code-Examples
Author   sourcecodeexamples
🌐
GitHub
github.com › topics › examples-python
examples-python · GitHub Topics · GitHub
Examples for using the scikit-weka library. ... An open-source GitHub repository containing Python project ideas, steps, tips, and code solutions.
🌐
GitHub
github.com › topics › python-code
python-code · GitHub Topics · GitHub
Python Code Examples · python code examples python3 python-examples python-programs python-code python-code-examples · Updated · Nov 23, 2024 · Python · Star 1 · machine-learning pca decision-trees k-means-clustering customer-segmentation python-code unsupervised-segmentation segmentation-methods supervised-segmentation ·
🌐
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. · GitHub
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 313 users
Forked by 233 users
Languages   Jupyter Notebook 99.8% | Python 0.2%
🌐
Analytics Vidhya
analyticsvidhya.com › home › 10 github repositories for python projects
Top 10 GitHub Python Projects: Learning Guide for 2026
December 29, 2025 - This repository is a collection of Python examples covering core concepts, syntax, and problem-solving. It is excellent for absolute beginners. It is a “playground and cheatsheet” for Python, organized by topic.
🌐
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 › 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 › fluentpython › example-code
GitHub - fluentpython/example-code: Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015) · GitHub
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
🌐
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.
Author   Python-World