https://github.com/lbrealdev/0k-python
0 Knowledge Python is my own personal repository of Python stuff I learn every day
https://github.com/lbrealdev/0k-python
pep8 pytest python python-functions python-oop python-virtual-environment python3 ruff uv
Last synced: 3 days ago
JSON representation
0 Knowledge Python is my own personal repository of Python stuff I learn every day
- Host: GitHub
- URL: https://github.com/lbrealdev/0k-python
- Owner: lbrealdev
- Created: 2022-09-26T16:51:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-16T17:12:41.000Z (about 1 month ago)
- Last Synced: 2025-12-20T05:10:08.898Z (about 1 month ago)
- Topics: pep8, pytest, python, python-functions, python-oop, python-virtual-environment, python3, ruff, uv
- Language: Python
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0k - Python
>
> "Man learn to learn."
>
## About
This repository is a kind of documentation about my knowledge about Python, here I describe things about the language, explanations, related links and so on.
Python official page: https://www.python.org/
- ## Python
- [functions](python/functions/README.md)
- [classes and OOP](python/oop/README.md)
- [data structures](python/data-structure/README.md)
- [packaging](python/packaging/README.md)
- [builds](python/builds/README.md)
- [venvs](python/virtualenvs/README.md)
- [peps](python/peps/README.md)
- [tests](python/testing/README.md)
- [gui](python/gui/README.md)
- [tui](python/tui/README.md)
- [blogs](python/python-blogs/README.md)
- [web](python/web/README.md)
## Python Resources
- [Full Stack Python](https://www.fullstackpython.com/)
- [Python Cards](https://python.cards/)
- [fstrings.wtf](https://fstrings.wtf/)
## Python EOL and Support
- [Python EOL](https://endoflife.date/python)
## Python Cheatsheets
- [SpeedSheet - Python Sheet](https://speedsheet.io/s/python)
- [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet/)
## Python Forums
- [Discuss Python](https://discuss.python.org/latest)
## Python Web Tools
- [Python Tutor](https://pythontutor.com/)
- [Ty Web](https://types.ruff.rs/)
- [Ruff Web](https://play.ruff.rs/)