magentic-ui
A research prototype of a human-centered web agent.
https://github.com/microsoft/magentic-ui
A research prototype of a human-centered web agent.
https://github.com/microsoft/magentic-ui
GitHub
GitHub - microsoft/magentic-ui: A research prototype of a human-centered web agent
A research prototype of a human-centered web agent - microsoft/magentic-ui
PlutoPrint – Generate Beautiful PDFs and PNGs from HTML with Python
https://github.com/plutoprint/plutoprint
https://github.com/plutoprint/plutoprint
GitHub
GitHub - plutoprint/plutoprint: A Python Library for Generating PDFs and Images from HTML, powered by PlutoBook
A Python Library for Generating PDFs and Images from HTML, powered by PlutoBook - plutoprint/plutoprint
rest-filters: A filter backend for Django REST framework.
A filter backend native to Django REST framework that allows for much more complex filter operations for you APIs.
https://github.com/realsuayip/rest-filters
A filter backend native to Django REST framework that allows for much more complex filter operations for you APIs.
https://github.com/realsuayip/rest-filters
GitHub
GitHub - realsuayip/rest-filters: A filter backend for Django REST framework.
A filter backend for Django REST framework. Contribute to realsuayip/rest-filters development by creating an account on GitHub.
👍1
Would you recommend Litestar or FastAPI for building large scale api in 2025
https://www.reddit.com/r/Python/comments/1mgkwmn/would_you_recommend_litestar_or_fastapi_for/
https://www.reddit.com/r/Python/comments/1mgkwmn/would_you_recommend_litestar_or_fastapi_for/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
👍1
Adding asyncio.sleep(0) made my data pipeline (150 ms) not spike to (5500 ms)
https://www.reddit.com/r/Python/comments/1mzcxyc/adding_asynciosleep0_made_my_data_pipeline_150_ms/
https://www.reddit.com/r/Python/comments/1mzcxyc/adding_asynciosleep0_made_my_data_pipeline_150_ms/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Dynamically patch a Python function's source code at runtime
https://ericmjl.github.io/blog/2025/8/23/wicked-python-trickery-dynamically-patch-a-python-functions-source-code-at-runtime/
https://ericmjl.github.io/blog/2025/8/23/wicked-python-trickery-dynamically-patch-a-python-functions-source-code-at-runtime/
pre-commit: install with uv
pre-commit is my favourite Git-integrated “run things on commit” tool.
It acts as a kind of package ...
https://adamj.eu/tech/2025/05/07/pre-commit-install-uv/
pre-commit is my favourite Git-integrated “run things on commit” tool.
It acts as a kind of package ...
https://adamj.eu/tech/2025/05/07/pre-commit-install-uv/
adamj.eu
pre-commit: install with uv - Adam Johnson
pre-commit is my favourite Git-integrated “run things on commit” tool. It acts as a kind of package manager, installing tools as necessary from their Git repositories. This makes it fairly easy to set up: all you need to install is pre-commit itself, and…
uvify: Turn any python repository to environment (oneliner) using uv python manager
https://www.reddit.com/r/Python/comments/1mbe67q/uvify_turn_any_python_repository_to_environment/
https://www.reddit.com/r/Python/comments/1mbe67q/uvify_turn_any_python_repository_to_environment/
Reddit
From the Python community on Reddit: uvify: Turn any python repository to environment (oneliner) using uv python manager
Explore this post and more from the Python community
Tracking malicious code execution in Python
Recently, I have been working on a new library that statically analyzes Python scripts and detects ...
https://rushter.com/blog/python-code-exec/
Recently, I have been working on a new library that statically analyzes Python scripts and detects ...
https://rushter.com/blog/python-code-exec/
Artem Golubin
Tracking malicious code execution in Python | Artem Golubin
Why code analysis can be hard when it comes to malicious code.
❤2
Nested functions in Python
Functions in Python can be defined within another function.
Table of contents
...
https://www.pythonmorsels.com/nested-functions/
Functions in Python can be defined within another function.
Table of contents
...
https://www.pythonmorsels.com/nested-functions/
👍1
pyx: a Python-native package registry, now in Beta
pyx: a Python-native package registry, now in Beta
Since its first release, the single ...
https://simonwillison.net/2025/Aug/13/pyx/#atom-tag
pyx: a Python-native package registry, now in Beta
Since its first release, the single ...
https://simonwillison.net/2025/Aug/13/pyx/#atom-tag
Simon Willison’s Weblog
pyx: a Python-native package registry, now in Beta
Since its first release, the single biggest question around the uv Python environment management tool has been around Astral's business model: Astral are a VC-backed company and at some point …
tensorlake
Tensorlake is a Document Ingestion API and a serverless platform for building data processing and orchestration APIs
https://github.com/tensorlakeai/tensorlake
Tensorlake is a Document Ingestion API and a serverless platform for building data processing and orchestration APIs
https://github.com/tensorlakeai/tensorlake
GitHub
GitHub - tensorlakeai/tensorlake: Tensorlake is a Document Ingestion API and a serverless platform for building data processing…
Tensorlake is a Document Ingestion API and a serverless platform for building data processing and orchestration APIs - tensorlakeai/tensorlake
❤1
Anatomy of a Python Loop
Learn Python loops the fun way by rolling dice, casting fireballs, and finally understanding what continue really does.
https://orencodes.io/anatomy-of-a-python-loop/
Learn Python loops the fun way by rolling dice, casting fireballs, and finally understanding what continue really does.
https://orencodes.io/anatomy-of-a-python-loop/
Oren Codes
Anatomy of a Python Loop
Learn Python loops the fun way by rolling dice, casting fireballs, and finally understanding what continue really does.