PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Python 3.11.0

Python 3.11.0 is the newest major release of the Python programming language, and it contains many new features and optimizations.

https://www.python.org/downloads/release/python-3110/
You Are Going To Like These New Features In Python 3.11

Python 3.11 is here! Not all of the changes are immediately noticeable when you look through the release notes. However, today I will cover 7 new Python 3.11 features that you are going to love because they'll make your life a lot easier.

https://www.youtube.com/watch?v=b3_THpKM4EU
Building the Future of TensorFlow

We’ve started planning the future of TensorFlow! In this article, we’d like to share our vision.

https://blog.tensorflow.org/2022/10/building-the-future-of-tensorflow.html
Django Performance Improvements - Part 4: Caching in Django Applications

In the first three parts of this series around improving performance in your Django applications, we focused on database, code optimization, and frontend optimization. In part 4, we will focus on ways to improve the speed of the Django applications.

https://blog.sentry.io/2022/10/24/django-performance-improvements-part-4-caching-in-django-applications/
Better Python input with Rich

Do you use the "input" builtin to get input from the user? You might want to consider using the input facilities provided by the Rich package instead. This video shows you some of the reasons why Rich is a better option, and some of the features it offers.

https://www.youtube.com/watch?v=dxm_HEqzggs
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/