🌐
GitHub
github.com › python
Python · GitHub
Repositories related to the Python Programming language - Python
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 › PyGithub › PyGithub
GitHub - PyGithub/PyGithub: Typed interactions with the GitHub API v3 · GitHub
PyGitHub is a Python library to access the GitHub REST API.
Starred by 7.7K users
Forked by 1.9K users
Languages   Python 99.6% | Shell 0.4%
Discussions

What are some good publicly available Python repositories to look at?
You might find this resource useful https://github.com/vinta/awesome-python More on reddit.com
🌐 r/learnpython
20
92
April 17, 2023
New to GitHub (Learning Python)
Github isn't meant to be a portfolio of your work, but it's usually used like one. Github is a public server to host git repositories. (Gitlab is another one) It will give you a cloud backup of your code that you'll be able to access from anywhere as long as you have git in your hand. Beware of its policy thought, your code might be used to train AI or be forked by other people, and it will be public, so don't host private or sensitive data on it. Git is a distributed version control system. It allows you to tag versions of your code and organize team work on a source code. It's not the only tool to do that, but it's the most widely spread in the development industry. (Using github or the likes will also show recruiters that you have a bit of knowledge with git). Frequent commits will gives you the opportunity to revert your code if you made changes you don't want anymore. It was built for code, but it can be used with any text files. Binary files are usually badly supported. I suggest you do not put .pyc, .pyw or databases in git. I suggest you push everything, as often as possible even if it's a work in progress and use tag to identify versions of your code. Don't be afraid to contribute to other open source project if you want to. I don't know how useful the activity chart is used by recruiters though. You shouldn't give attention to it IMO. More on reddit.com
🌐 r/learnpython
4
3
October 12, 2023
At what point should one start using GitHub?
Start using git first: https://git-scm.com/book/en/v2 . You do not need to learn it all, just the basics. Git is version control, think save states in computer games. You can play around (test branch), screw up a bit, then either save this as your new main, or revert back to your main save. Github is a remote git repository. Basically a place to save your code that isn't your PC. Git should be used in the first few days/weeks of learning to program. It is worth it. More on reddit.com
🌐 r/learnpython
61
64
March 30, 2024
Resources on using Github with Python?
As you are using Git to host your progress with your code and coding in Python with VS, I would highly recommend using the built in git commands through the search bar at the top. They streamline the process massively. VS have their own channel where they regularly break down how to code using their program. This video is a good starting point for using Git. More on reddit.com
🌐 r/learnpython
2
1
July 7, 2024
🌐
GitHub
github.com › python › cpython
GitHub - python/cpython: The Python programming language · GitHub
3 days ago - The Python programming language. Contribute to python/cpython development by creating an account on GitHub.
Starred by 72.2K users
Forked by 34.4K users
Languages   Python 62.2% | C 35.7% | C++ 0.7% | M4 0.4% | HTML 0.3% | JavaScript 0.2%
🌐
GitHub
github.com › topics › python
python · GitHub Topics · GitHub
audio python nlp machine-learning natural-language-processing deep-learning pytorch transformer speech-recognition glm pretrained-models hacktoberfest gemma vlm pytorch-transformers model-hub llm qwen deepseek ... 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
🌐
Python
python.org › psf › github
Python Software Foundation GitHub Organization | Python Software Foundation
The Python Software Foundation exists to promote, protect, and advance the Python programming language, to fulfill that mission we have created a GitHub organization, @psf, to support and protect projects that have outgrown ownership by their ...
🌐
GitHub
github.com › topics › python-examples
python-examples · 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 › topics › python-programming
python-programming · GitHub Topics · GitHub
All 716 Python 430 Jupyter Notebook 175 HTML 26 C 3 C++ 3 CSS 2 Java 2 JavaScript 2 Emacs Lisp 1 Makefile 1
Find elsewhere
🌐
GitHub
github.com › trending › python
Trending Python repositories on GitHub today · GitHub
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
🌐
GitHub
github.com › gitpython-developers › GitPython
GitHub - gitpython-developers/GitPython: GitPython is a python library used to interact with Git repositories. · GitHub
GitPython is a python library used to interact with Git repositories. - gitpython-developers/GitPython
Starred by 5.1K users
Forked by 968 users
Languages   Python
🌐
GitHub
github.com › python › pythondotorg
GitHub - python/pythondotorg: Source code for python.org · GitHub
The codebase behind python.org. Built with Django, PostgreSQL, Redis, and Celery. ... The repository for CPython itself is at https://github.com/python/cpython, and the issue tracker is at https://github.com/python/cpython/issues/.
Starred by 1.6K users
Forked by 669 users
Languages   Python 61.7% | CSS 19.5% | HTML 15.7% | JavaScript 1.1% | PostScript 0.8% | HCL 0.8%
🌐
KDnuggets
kdnuggets.com › 10-github-repositories-to-master-python
10 GitHub Repositories to Master Python - KDnuggets
realpython/python-guide is a Hitchhiker's Guide to Python book freely available on GitHub. The guide includes best practices and the use of Python in various scenarios. It offers guidance on topics ranging from setup and installation to advanced ...
🌐
GitHub
github.com › OmkarPathak › Python-Programs
GitHub - OmkarPathak/Python-Programs: My collection of Python Programs · GitHub
This is my collection of Python Programs.
Starred by 1.1K users
Forked by 635 users
Languages   Python
🌐
GitHub
github.com › topics › python-projects-basic-to-advanced
python-projects-basic-to-advanced · GitHub Topics · GitHub
A huge collection of awesome beginner-friendly Python projects starting from very basics to advance.
🌐
GitHub
github.com › topics › python-projects
python-projects · GitHub Topics · GitHub
Explore a collection of beginner-friendly Python projects that can be completed with minimal code.
🌐
GitHub
github.com › topics › python-basics
python-basics · GitHub Topics · GitHub
python oop oops python-scripts python-tutorial object-oriented-programming python-course python-basics oop-examples python-examples python-classes oop-concepts oops-in-python python-scripting scripts-python simple-python python-automation object-oriented-programming-python python-oop
🌐
GitHub
github.com › geekcomputers › Python
GitHub - geekcomputers/Python: My Python Examples · GitHub
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.
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%
🌐
Real Python
realpython.com › python-git-github-intro
Introduction to Git and GitHub for Python Developers – Real Python
November 6, 2023 - Have you ever worked on a Python project that stopped working after you made a change here or a PEP-8 cleanup there, and you weren’t quite sure how to get it back? Version control systems can help you solve that problem and other related ones. Git is one of the most popular version control systems today. In this tutorial, I’ll walk you through what Git is, how to use it for your personal projects, and how to use it in conjunction with GitHub to work with other people on larger projects.
🌐
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.
Starred by 18.2K users
Forked by 6K users
Languages   Python 98.8% | HTML 1.1%