Python
Last updated
Last updated
- about multithreading and asynchrony, building your event loop from scratch
- VISUALIZE CODE EXECUTION
- open source book that explains technical concepts in plain language.
- series, which is a dive into the internals of CPython, Python's interpreter.
- Learn Python from scratch
- Find, install and publish Python packages with the Python Package Index
- подкасты для тех, кто хочет лучше разобраться в Python и не только!
- weekly podcast hosted by Michael Kennedy
- Python debugging, redefined
- Optional static typing for Python
- Find dead Python code
- Install and Run Python Applications in Isolated Environments
- Useful functions, tutorials, and other Python-related things
- Dive into CPython internals, trying to illustrate every detail of CPython implementation
- command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich media, shell syntax, tab completion, and history
- A collection of IPython notebooks covering various topics
- features for machine learning that I used to be too afraid to use.
- Дорожная карта по изучению Python
- Short Python code snippets for all your development needs
- Jupyter notebooks for teaching/learning Python 3
- A collection of design patterns/idioms in Python
- A curated list of awesome Python asyncio frameworks, libraries, software and resources
- A curated list of awesome scientific Python resources
- A curated awesome list of flake8 extensions. Feel free to contribute
- Collection of awesome Python types, stubs, plugins, and tools to work with them.
- Curated list of python software and packages related to scientific research in audio
- A curated list about Python in Education
- Free software that works great, and also happens to be open-source Python
- A curated list of awesome Python frameworks, libraries, software and resources
- Python language src
- Python Enhancement Proposals