PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Introduction to Asynchronous Programming in Python

A guide to writing more responsive and performant programsContinue reading on Towards Data Science ...

https://towardsdatascience.com/introduction-to-asynchronous-programming-in-python-3cd190748cd5
An Intel 8080 Assembly Suite in Python

A pretty cool post where the author describes how he created Suite8080, a suite of Intel 8080 Assembly cross-development tools written in Python.

https://blog.paoloamoroso.com/2021/11/an-intel-8080-assembly-suite-in-python.html
Guide of CPython’s Parser

https://devguide.python.org/parser/
How to build, test and publish an open source Python library

Learn how to to use cookiecutter, pytest and GitHub Actions to develop a new Python library, add tests, run continuous integration and automatically publish new releases of your package to PyPI.

https://simonwillison.net/2021/Nov/4/publish-open-source-python-library/
Django Tailwind CSS Alpine.js Tutorial

A tutorial series that will teach you how to integrate Tailwind CSS, Alpine.js with Django, and how to make them work together.

https://www.accordbox.com/blog/django-tailwind-css-alpinejs-tutorial/