PythonHub
2.38K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Python Gotcha: Modifying a list while iterating

Python makes it easy to modify a list while you are iterating through it's elements. This will bite you. Read on to find out how and what can be done about it.

https://andrewwegner.com/python-gotcha-modify-list-while-iterating.html
How to make LLMs go fast

This post is a long and wide-ranging survey of a bunch of different ways to make LLMs go brrrr, from better hardware utilization to clever decoding tricks.

https://vgel.me/posts/faster-inference
LLMs and Programming in the first days of 2024

http://antirez.com/news/140
Fine Tuning Python WSGI and ASGI applications for Flask, Django, and FastAPI

In this post, the focus is on examining best practices for configuring Python web servers such as Gunicorn, Uvicorn, and Hypercorn. The architecture of the components between Python code and users will be summarized, and verification methods like load testing will be discussed to ensure the configuration can withstand user traffic.

https://tonybaloney.github.io/posts/fine-tuning-wsgi-and-asgi-applications.html