PythonHub
2.4K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Go Fast With Django

How do you make your Django app fast? You measure what is slow, scale your system when necessary, and use a combination of fast database queries and strategic caching. In this Understand Django article, we'll explore those topics and more to help you get a performant Django app.

https://www.mattlayman.com/understand-django/go-fast/
Solving Wordle Puzzles with Basic Python

The Wordle puzzle game is deceptively simple - you get six tries to guess a five-letter English word, with hints if you get it wrong. Here’s how you can write an iterative solver that suggests words based on letter frequency and hints using nothing but pure Python.

https://www.inspiredpython.com/article/solving-wordle-puzzles-with-basic-python
Next-generation seaborn interface

Over the past 8 months, I have been developing an entirely new interface for making plots with seaborn. This page demonstrates some of its functionality.

http://seaborn.pydata.org/nextgen/
ShadowClone

ShadowClone allows you to distribute your long-running tasks dynamically across thousands of serverless functions and gives you the results within seconds where it would have taken hours to complete.

https://github.com/fyoorer/ShadowClone
Monitor Amazon S3 activity using S3 server access logs and Pandas in Python

This post shows you how to use Pandas in Python to analyze Amazon S3 server access logs for a couple of common customer use cases: monitoring a static website and monitoring S3 Lifecycle activity. With the outlined solution, you can simplify yet augment your data monitoring and control at scale to optimize for cost, security, compliance, and more.

https://aws.amazon.com/blogs/storage/monitor-amazon-s3-activity-using-s3-server-access-logs-and-pandas-in-python/
Procrastinate: PostgreSQL-Based Task Queue for Python

https://procrastinate.readthedocs.io/en/stable/index.html