Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient models with minimal overhead.
https://github.com/PrunaAI/pruna
https://github.com/PrunaAI/pruna
GitHub
GitHub - PrunaAI/pruna: Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient…
Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient models with minimal overhead. - PrunaAI/pruna
A simple tool that let's you explore different possible paths that an LLM might sample.
https://github.com/willkurt/token-explorer
https://github.com/willkurt/token-explorer
GitHub
GitHub - willkurt/token-explorer: A simple tool that let's you explore different possible paths that an LLM might sample.
A simple tool that let's you explore different possible paths that an LLM might sample. - willkurt/token-explorer
2X faster ASGI web framework for python, offering high-level development, low-level performance.
https://github.com/raceychan/lihil
https://github.com/raceychan/lihil
GitHub
GitHub - raceychan/lihil: 2X faster ASGI web framework for python, offering high-level development, low-level performance.
2X faster ASGI web framework for python, offering high-level development, low-level performance. - raceychan/lihil
👍1
This piece introduces Unvibe, a Python library that uses unit tests as a reward function to guide Large Language Models in generating correct code. The author, Claudio Santini, explains that this approach works well for generating complex code within large, existing codebases, provided they are well-tested.
https://claudio.uk/posts/unvibe-a-python-test-runner-that-generates-correct-implementations.html
https://claudio.uk/posts/unvibe-a-python-test-runner-that-generates-correct-implementations.html
claudio.uk
A Python Test-Runner that generates correct implementations
Unvibe: A Python Test-Runner that generates correct code
FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and various frameworks (AioHttp, Falcon, Flask, Quart, Sanic, Starlette, Tornado).
https://github.com/mr-fatalyst/fastopenapi
https://github.com/mr-fatalyst/fastopenapi
GitHub
GitHub - mr-fatalyst/fastopenapi: FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and…
FastOpenAPI is a library for generating and integrating OpenAPI schemas using Pydantic v2 and various frameworks (AioHttp, Django, Falcon, Flask, Quart, Sanic, Starlette, Tornado). - mr-fatalyst/fa...
Dan LaManna's latest post reflects on a long-standing architectural issue within the Django framework that has recently been addressed. The author celebrates the solution, marking a significant improvement for the popular web framework.
https://danlamanna.com/posts/rest-in-peace-djangos-framework-problem/
https://danlamanna.com/posts/rest-in-peace-djangos-framework-problem/
Danlamanna
REST in Peace? Django's Framework Problem
The Django REST Framework maintainer has removed access to thousands of community discussions, leaving even other maintainers pleading for read-only access. What does this mean for Django’s ecosystem sustainability?
This article from Pybites offers a practical look at using the uv tool to streamline Python package development and testing. It walks through the setup and commands needed to integrate this fast new tool into your workflow.
https://pybit.es/articles/developing-and-testing-python-packages-with-uv/
https://pybit.es/articles/developing-and-testing-python-packages-with-uv/
Pybites
Case Study: Developing And Testing Python Packages With Uv - Pybites
To help clarify these common challenges, I'll show how I typically set up Python projects and organise package structures using the Python package and
👍3
The Textualize blogpost delves into the specific algorithms that enable high-performance applications to run smoothly within the terminal. It explains the technical challenges and clever solutions required for building responsive TUIs.
https://textual.textualize.io/blog/2024/12/12/algorithms-for-high-performance-terminal-apps/
https://textual.textualize.io/blog/2024/12/12/algorithms-for-high-performance-terminal-apps/
Textual Documentation
Textual - Algorithms for high performance terminal apps
Textual is a TUI framework for Python, inspired by modern web development.
Charles Oliveira provides a detailed guide for developers facing a common database challenge in Django. The instructions outline a method for migrating a primary key to a BigInt field without causing application downtime.
https://charlesoliveira.dev/blog/migrate-django-bigint-field/
https://charlesoliveira.dev/blog/migrate-django-bigint-field/
Charles Oliveira
Migrate Django ID field from int to big int with minimal downtime
Don’t wait for your application run out of IDs! Act now!
In his write-up, "Python's shadowing behavior always surprises me," Nick Tietz explores a nuanced aspect of Python's scoping rules. He explains how variables can unintentionally hide others, leading to unexpected bugs.
https://ntietz.com/blog/pythons-shadowing-behavior-always-surprises-me/
https://ntietz.com/blog/pythons-shadowing-behavior-always-surprises-me/
A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques
https://github.com/pkalivas/radiate
https://github.com/pkalivas/radiate
GitHub
GitHub - pkalivas/radiate: A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques
A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques - pkalivas/radiate
Carlton Gibson offers a reflective essay on what he would do differently if he were beginning his software development journey today. It provides advice and perspective for those who are new to the field.
https://buttondown.com/carlton/archive/if-i-were-starting-out-now/
https://buttondown.com/carlton/archive/if-i-were-starting-out-now/
Buttondown
If I were starting out now…
Welcome to the second post in a subscriber-only series on finding your market, and niche, in the software. In case you missed it, part one was a high-level...
👍1