PythonHub
2.28K subscribers
2.35K photos
48.7K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
smolmodels

Build specialised ML models from natural language.

https://github.com/plexe-ai/smolmodels
Let's compile Python 1.0

SummaryWith a little help from podman, we can compile the first major stable version of Python. ...

https://www.bitecode.dev/p/lets-compile-python-10
Python Terminology: an unofficial glossary

Definitions for colloquial Python terminology (effectively an unofficial version of the Python ...

https://www.pythonmorsels.com/terms/
Official Django MongoDB Backend Now Available in Public Preview

The official Django MongoDB Backend is now available, enabling Django developers to seamlessly integrate MongoDB into their projects with Django models, admin support, and MongoDB-specific query optimizations. This integration aims to improve developer experience and accelerate software development by leveraging the flexibility of the document model and the full feature set of MongoDB Atlas.

https://www.mongodb.com/blog/post/mongodb-django-backend-now-available-public-preview
Scripton – Python IDE with Built-In Realtime Visualizations

https://scripton.dev
A year of uv: pros, cons, and should you migrate

Summary(Warning, this is a long article. I got carried away.)After one year of trying uv, the new ...

https://www.bitecode.dev/p/a-year-of-uv-pros-cons-and-should
DuckDB: SQL and DataFrames Just Got Married

This video introduces DuckDB, a lightweight, embedded database that allows running SQL queries directly on Pandas DataFrames without the need for a server, simplifying data analytics. It showcases how DuckDB streamlines operations from in-memory storage to persistent storage and Jupyter integrations, also highlighting multithreading capabilities and extended SQL functionalities.

https://www.youtube.com/watch?v=8SYQtpSk_OI