PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Annotated area charts with plotnine

The plotnine visualisation library brings the Grammar of Graphics to Python. This post walks through the process of creating a customised, annotated area chart of coal production data.

https://nrennie.rbind.io/blog/plotnine-annotated-area-chart
Fast(er)API: Optimizing Processing Time

A few simple tips to make your REST API go faster.

https://fabridamicelli.github.io/posts/2023-07-13-optimize-fastapi.html
How to Design a REST API That Doesn’t SUCK

Learn 6 essential tips for designing a great REST API that even big companies often overlook. From following standards and maintaining consistency to writing clear documentation and simplifying integration, this video covers everything you need to create user-friendly and efficient APIs. Don't miss out on the key strategies for improving your API design!

https://www.youtube.com/watch?v=SjUQLryotAk
👍1
Module itertools overview

This article briefly describes the iterators available in the Python module itertools and how to use them.

https://mathspp.com/blog/module-itertools-overview
1
FastHTML – Modern web applications in pure Python

https://fastht.ml/
🔥3
Beyond Hypermodern: Python is easy now

This is an article about setting up a modern Python project. It discusses using tools like Rye, Ruff, and Pyright for formatting, linting, and type checking.

https://rdrn.me/postmodern-python/