2 634
Subscribers
+424 hours
+47 days
+5730 days
Posts Archive
2 634
pylume
A lightweight Python library to create, run and manage macOS and Linux virtual machines (VMs) natively on Apple Silicon.
https://github.com/trycua/pylume
2 634
A new type of interpreter has been added to Python 3.14 with much better performance
https://www.reddit.com/r/Python/comments/1iks79k/a_new_type_of_interpreter_has_been_added_to/
2 634
Oumi
Everything you need to build state-of-the-art foundation models, end-to-end.
https://github.com/oumi-ai/oumi
2 634
PyPI Now Supports Project Archival
PyPI now supports project archival, allowing maintainers to mark projects as not expecting future updates, helping users make informed decisions about dependencies. Archiving doesn't delete or prevent installation of projects, but signals their status and prevents new uploads, with options for maintainers to provide context and unarchive if needed.
https://blog.pypi.org/posts/2025-01-30-archival/
2 634
The surprising way to save memory with BytesIO
If you want to save memory when reading from a BytesIO, getvalue() is surprisingly a good choice.
https://pythonspeed.com/articles/bytesio-reduce-memory-usage/
2 634
Vyper and Python Smart Contracts on Blockchain
This video covers blockchain software development from scratch using Python and Vyper, covering smart contract creation, Python scripting, and interaction with contracts. It also includes advanced topics like fuzzing, NFTs, algorithmic trading, AI, ERC20s, and DeFi, making it suitable for beginners and those looking to expand their blockchain development skills.
https://www.youtube.com/watch?v=nWsLw_1OpE0
2 634
sqlite-s3vfs
sqlite-s3vfs
Neat open source project on the GitHub organisation for the UK government's ...
https://simonwillison.net/2025/Feb/7/sqlite-s3vfs/#atom-everything
2 634
devin.cursorrules
Transform your $20 Cursor into a Devin-like AI Assistant.
https://github.com/grapeot/devin.cursorrules
2 634
YuE
Open Full-song Music Generation Foundation Model, something similar toSuno.aibut open
https://github.com/multimodal-art-projection/YuE
2 634
FilmAgent
A Multi-Agent Framework for End-to-End Film Automation in Virtual 3D Spaces.
https://github.com/HITsz-TMG/FilmAgent
2 634
browser-use / browser-use
Make websites accessible for AI agents
https://github.com/browser-use/browser-use
2 634
Dynamic Forms with Flask
The article discusses how to create dynamic forms in Flask using WTForms, allowing for flexible form generation based on user input or other conditions. It demonstrates techniques for adding or removing form fields dynamically, both on the server-side and client-side, enhancing the interactivity and functionality of web applications.
https://blog.miguelgrinberg.com/post/dynamic-forms-with-flask
2 634
Portable Python Bundles on Windows
Packaging Python applications for Windows can be challenging. This post proposes "Python Bundles for Windows," a portable, lightweight convention resembling virtual environments but transferable across machines. It uses simple folder structures and scripts without new tools, offering flexibility and automation potential.
https://dev.to/treehouse/portable-python-bundles-on-windows-41ac
2 634
LLM Course – Build a Semantic Book Recommender (Python, OpenAI, LangChain, Gradio)
Discover how to build an intelligent book recommendation system using the power of large language models and Python. Learn to transform book descriptions into mathematical representations that enable precise content-based matching. By the end of this course, you'll have built a recommendation engine that helps readers discover their next favorite book.
https://www.youtube.com/watch?v=Q7mS1VHm3Yw
2 634
ExtractThinker
ExtractThinker is a Document Intelligence library for LLMs, offering ORM-style interaction for flexible and powerful document workflows.
https://github.com/enoch3712/ExtractThinker
2 634
smolGPT
A minimal PyTorch implementation for training your own small LLM from scratch. Designed for educational purposes and simplicity, featuring efficient training, flash attention, and modern sampling techniques.
https://github.com/Om-Alve/smolGPT
2 634
MedSSS
Towards Medical Small Language Models with Self-Evolved \ Slow Thinking
https://github.com/pixas/MedSSS
2 634
You Use This Python Feature Everyday - But Never Learned It...
Most Python developers never learned this feature, even though they use it every single day. All of the popular frameworks like Flask, FastAPI, Django, Pydantic, SQL, Alchemy; they all use Properties and Descriptors.
https://www.youtube.com/watch?v=WW7ppBY3jw4
