An open API service indexing awesome lists of open source software.

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

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/)