PythonHub
2.41K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
Build a User-Friendly CLI from Pure Python Functions

DynaCLI (Dynamic CLI) is a cloud-friendly, open source library for converting pure Python functions into Linux Shell commands. This article explains how DynaCLI makes writing Command Line Interfaces in Python easy and efficient, using as an example a function to generate a QR code that records a person’s vaccination status.

https://rzayev-sehriyar.medium.com/build-a-user-friendly-cli-from-pure-python-functions-348858c61022