PythonHub
2.41K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Public key cryptography: RSA keys

I bet you created at least once an RSA key pair, usually because you needed to connect to GitHub ...

https://www.thedigitalcatonline.com/blog/2018/04/25/rsa-keys/
Interview with Sebastian Ramirez: FastAPI Creator

Learn how FastAPI, a high-performance Python web framework for building APIs, became the 3d most loved framework after just 2 years of existence.

https://flagsmith.com/podcast/fastapi-sebastian-ramirez/
Modal forms with Django+HTMX

This article describes the pattern I use to implement modal forms (i.e., forms in a modal dialog box) with Django and HTMX.

https://blog.benoitblanchon.fr/django-htmx-modal-form/
Enumerate from first principles

In this article, we will use Python to reimplement the built-in enumerate. We will start with a rough solution that doesn't really cut it, and we will rework it bit by bit until we have a full reimplementation of the built-in enumerate.

https://mathspp.com/blog/enumerate-from-first-principles
Data Races in Python, Despite the Global Interpreter Lock

https://verdagon.dev/blog/python-data-races
Brownie: everything you need to know to write, test and deploy your smart contracts.

We’ll walk through and explore all the main areas of functionality and I'll give you some tricks you can use to make your development process more easy.

https://kevdevto.hashnode.dev/brownie-everything-you-need-to-know-to-write-test-and-deploy-your-smart-contracts
(How to Write a (Lisp) Interpreter (In Python)) (2010)

https://norvig.com/lispy.html
Python Project Setup – Virtual Environments and Package Management

Modern Python projects need a bit more than venv and pip - Learn about the best tools for package management and environment isolation.

https://bas.codes/posts/python-virtualenv-venv-pip-pyenv-poetry
Jxck-S / plane-notify

Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet

https://github.com/Jxck-S/plane-notify