PythonHub
2.41K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
From Docker CLI to Docker Compose

In this post I will show you how and why Docker Compose is useful, building a simple application written in Python that uses PostgreSQL.

https://www.thedigitalcatonline.com/blog/2022/02/19/from-docker-cli-to-docker-compose/
Show HN: Programming Time - Playing card game to teach your kids Python

https://punkjazz.org/programming-time/
requirements.txt vs setup.py in Python

Understanding the purpose of requirements.txt, setup.py and setup.cfg in Python when developing and ...

https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af
Let's Build a Network Video Recorder in Python

https://eternityforest.com/doku/doku.php?id=tech:nvr
D-Tale: One of the Best Python Libraries You Have Ever Seen

Here is my take on this must-have Python library and why you should give it a tryContinue reading ...

https://towardsdatascience.com/d-tale-one-of-the-best-python-libraries-you-have-ever-seen-c2deecdfd2b
How to create 1000+ unique NFT-style images (like Cryptopunk)

Learn how to use Python to generate a collection of unique profile-picture avatar by layering images from a directory. This is the technique used bymany popular NFT collections like Cryptopunks or Bored Ape.

https://www.youtube.com/watch?v=o0qNS_pOVqw
Optimizing Memory Usage in Python Applications

Find out why your Python apps are using too much memory and reduce their RAM usage with these simple tricks and efficient data structures.

https://martinheinz.dev/blog/68