PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Python f-strings Are More Powerful Than You Might Think

Learn about the unknown features of Python’s f-strings — the formatted string literals — and up your text formatting knowledge and skills.

https://martinheinz.dev/blog/70
What to Expect in Python 3.11

Exploring the new additions and updates in Python 3.11 and how to get early access to 3.11 ...

https://towardsdatascience.com/python-3-11-f62708eed569
Introduction to Streamlit and Streamlit Components

This article will show you how to build Streamlit apps and custom Streamlit Components, with the end goal of implementing Auth0 authentication of Streamlit apps using Streamlit Components.

https://auth0.com/blog/introduction-to-streamlit-and-streamlit-components/
Python List sort(): An In-Depth Guide to Sorting Lists

In this tutorial, you’ll learn how to use Python to sort a list using the sort() method. Being able to work with lists is an essential skill in Python, given their prevalence. Because lists are ordered and mutable data structures, we can modify their order. The list.sort() method allows you to do exactly this! The method is a valuable method that allows you to sort in many custom ways.

https://datagy.io/python-list-sort/
Rentfree Media

RentFree Media is a media distribution framework built on Django and Wagtail. With it you can publish either public or premium / subscription-based content similar to the features provided in services such as Patreon, Apple Podcasts, and Substack.

https://github.com/rentfreemedia/rentfreemedia
Python f-strings Are More Powerful Than You Might Think

Learn about the unknown features of Python’s f-strings — the formatted ...

https://towardsdatascience.com/python-f-strings-are-more-powerful-than-you-might-think-8271d3efbd7d