Python
TODO
Articles
Books
Как устроен python. Гид для разработчиков, программистов и интересующихся. (Харрисон М.)
Программирование на Python, том 1, 4-е издание. Марк Лутц
Чистый питон
[0/288]
Data Engineering with Python (Paul Crickard)
Algorithmic Trading with Python (Chris Conlan)
Courses / Videos
David Beazley - Python Concurrency From the Ground Up: LIVE! - PyCon 2015 - about multithreading and asynchrony, building your event loop from scratch
Links
Pythontutor - VISUALIZE CODE EXECUTION
Full stack python - open source book that explains technical concepts in plain language.
Python behind the scenes (Articles) - series, which is a dive into the internals of CPython, Python's interpreter.
Futurecoder - Learn Python from scratch
Pypi - Find, install and publish Python packages with the Python Package Index
Moscow Python Podcast - подкасты для тех, кто хочет лучше разобраться в Python и не только!
Talk Python - weekly podcast hosted by Michael Kennedy
Cyberbrain - Python debugging, redefined
mypy - Optional static typing for Python
vulture - Find dead Python code
pipx - Install and Run Python Applications in Isolated Environments
Python reference - Useful functions, tutorials, and other Python-related things
CPython Internals - Dive into CPython internals, trying to illustrate every detail of CPython implementation
IPython - 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
Ipython notebooks - A collection of IPython notebooks covering various topics
Python is cool - features for machine learning that I used to be too afraid to use.
Python Roadmap - Дорожная карта по изучению Python
30 seconds of python - Short Python code snippets for all your development needs
Learn Python 3 - Jupyter notebooks for teaching/learning Python 3
Python patterns - A collection of design patterns/idioms in Python
Awesome asyncio - A curated list of awesome Python asyncio frameworks, libraries, software and resources
Awesome Scientific Python - A curated list of awesome scientific Python resources
Awesome Flake8 Extensions - A curated awesome list of flake8 extensions. Feel free to contribute
Awesome Python Typing - Collection of awesome Python types, stubs, plugins, and tools to work with them.
Awesome Python scientific audio - Curated list of python software and packages related to scientific research in audio
Awesome Python in education - A curated list about Python in Education
Awesome Python Applications - Free software that works great, and also happens to be open-source Python
Awesome Python - A curated list of awesome Python frameworks, libraries, software and resources
cpython - Python language src
Peps - Python Enhancement Proposals
Last updated