PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Briefcase: Convert a Python project into a standalone native application

https://briefcase.readthedocs.io/en/stable/
99% of top Python packages are now wheels

https://pythonwheels.com/
Jupyter Notebook 7

Jupyter Notebook 7 is the most significant release of the Jupyter Notebook in years. Some highlights of this release include real-time collaboration, interactive debugging, table of contents, theming and dark mode, internationalization, improved accessibility, compact view on mobile devices.

https://blog.jupyter.org/announcing-jupyter-notebook-7-8d6d66126dcf
PyTorch Memory Tuning

This article will focus on minimizing GPU memory footprint — for both optimization and inference workloads. Throughput and latency usually get all the attention, but reducing memory consumption without making architecture sacrifices is often just as valuable.

https://paulbridger.com/posts/pytorch-memory-tuning/
Patterns for Building LLM-based Systems & Products

This post is about practical patterns for integrating large language models (LLMs) into systems and products. We’ll draw from academic research, industry resources, and practitioner know-how, and try to distill them into key ideas and practices.

https://eugeneyan.com/writing/llm-patterns/