2 634
Subscribers
+424 hours
+47 days
+5730 days
Posts Archive
2 634
Probly – Spreadsheets, Python, and AI in the browser
https://github.com/PragmaticMachineLearning/probly
2 634
An Introduction to Flask-SQLAlchemy in Python
This article introduces Flask-SQLAlchemy, a Flask extension simplifying database management by integrating SQLAlchemy with Flask applications. It explains SQLAlchemy's core components (Core and ORM) and demonstrates how Flask-SQLAlchemy streamlines configuration, session management, and querying in Flask-based projects with a practical example.
https://blog.appsignal.com/2025/02/26/an-introduction-to-flask-sqlalchemy-in-python.html
2 634
SkyThought
Train your own O1 preview model within $450.
https://github.com/NovaSky-AI/SkyThought
2 634
Cracking the Python Monorepo
This article explores using uv and Dagger to manage Python monorepos, aiming to solve challenges like slow CI/CD pipelines and complex dependency management. It details setting up a monorepo with these tools, achieving efficient end-to-end pipeline caching and easy local/CI execution.
https://gafni.dev/blog/cracking-the-python-monorepo/
2 634
FastRTC
Turn any python function into a real-time audio and video stream over WebRTC or WebSockets.
https://fastrtc.org/
2 634
Anyone used UV package manager in production
https://www.reddit.com/r/Python/comments/1ixryec/anyone_used_uv_package_manager_in_production/
2 634
The Best Way to Use Text Embeddings Portably is With Parquet and Polars
This article advocates using Parquet files, paired with the Polars library in Python, as an efficient and portable alternative to vector databases for storing and querying text embeddings in smaller projects. It demonstrates how this approach enables fast similarity searches and metadata filtering, outperforming traditional methods like CSV files and offering a balance between simplicity...
https://minimaxir.com/2025/02/embeddings-parquet/
2 634
KTransformers
A Flexible Framework for Experiencing Cutting-edge LLM Inference Optimizations.
https://github.com/kvcache-ai/ktransformers
2 634
Programming with LLM Agents in 2025
In this video, Sentdex offers tips and tricks for building with modern LLM agents, using OpenHands as an example but applicable to other web-based UIs and agents. It covers practical advice for leveraging LLMs effectively, with resources including the OpenHands GitHub repository, a neural networks book, and community channels for support and discussion.
https://www.youtube.com/watch?v=WKF__cJTxvg
2 634
My 2025 uv-based Python Project Layout for Production Apps
This video demonstrates how to use uv, a modern Python tool, to transform a simple script into a production-ready application with an optimal project structure. It guides viewers through creating a well-organized FastAPI project, leveraging advanced packaging features like dependency groups, resulting in a scalable and easily shareable codebase.
https://www.youtube.com/watch?v=mFyE9xgeKcA
2 634
volcengine / verl
verl: Volcano Engine Reinforcement Learning for LLMs
https://github.com/volcengine/verl
2 634
Rust, C++, and Python trends in jobs on Hacker News (February 2025)
https://martin.wojtczyk.de/2025/02/20/rust-c-and-python-trends-in-jobs-on-hacker-news-february-2025/
2 634
PEP 486 – Make the Python Launcher aware of virtual environments (2015)
https://peps.python.org/pep-0486/
2 634
logging.getLevelName(): Are you serious?
https://www.reddit.com/r/Python/comments/1it29oi/logginggetlevelname_are_you_serious/
2 634
Introduction to CUDA Programming for Python Developers
https://www.pyspur.dev/blog/introduction_cuda_programming
2 634
Is UV package manager taking over?
https://www.reddit.com/r/Python/comments/1isv37n/is_uv_package_manager_taking_over/
