PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Generating memes and infographics with Pillow

Pillow is used for simple operations on images, like resizing, converting to other file formats, and so on. It also can be used to generate custom graphics like infographics or composites of multiple images - memes, infographics, and more. Let's take a look at how it can be done.

https://rk.edu.pl/en/generating-memes-and-infographics-with-pillow/
My essential guidelines for better Django development

Contents

Introduction
Model design guidelines
Avoid using choices
Always use ...

https://spapas.github.io/2022/09/28/django-guidelines/
When should you upgrade to Python 3.11?

Python 3.11 is out now–but should you switch to it immediately?
And if you ...

https://pythonspeed.com/articles/upgrade-python-3.11/
How We Recreated the Dixie Wildfire’s Plume from Radar and Satellite Data

New York Times Graphics and R&D engineers worked with wildfire experts to visualize how fires create their own weather patterns. An engineer describes the process behind this data driven graphic.

https://open.nytimes.com/how-we-recreated-the-dixie-wildfires-plume-from-radar-and-satellite-data-d6e829a727cd
Python ThreadPool: The Complete Guide

This guide provides a detailed and comprehensive review of the ThreadPool in Python, including how it works, how to use it, common questions, and best practices.

https://superfastpython.com/threadpool-python/