ffcv
Fast Forward Computer Vision: train models at a fraction of the cost with accelerated data loading!
https://github.com/libffcv/ffcv
Fast Forward Computer Vision: train models at a fraction of the cost with accelerated data loading!
https://github.com/libffcv/ffcv
GitHub
GitHub - libffcv/ffcv: FFCV: Fast Forward Computer Vision (and other ML workloads!)
FFCV: Fast Forward Computer Vision (and other ML workloads!) - libffcv/ffcv
I have made spongebob-cli, watch classic spongebob from your terminal! ☂️
https://www.reddit.com/r/Python/comments/sb4m4m/i_have_made_spongebobcli_watch_classic_spongebob/
https://www.reddit.com/r/Python/comments/sb4m4m/i_have_made_spongebobcli_watch_classic_spongebob/
reddit
I have made spongebob-cli, watch classic spongebob from your...
Posted in r/Python by u/trakBan131 • 384 points and 19 comments
Homelab
My self-hosting infrastructure, fully automated from empty disk to operating services.
https://github.com/khuedoan/homelab
My self-hosting infrastructure, fully automated from empty disk to operating services.
https://github.com/khuedoan/homelab
GitHub
GitHub - khuedoan/homelab: Fully automated homelab from empty disk to running services with a single command.
Fully automated homelab from empty disk to running services with a single command. - khuedoan/homelab
Textualize / textual
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
https://github.com/Textualize/textual
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
https://github.com/Textualize/textual
GitHub
GitHub - Textualize/textual: The lean application framework for Python. Build sophisticated user interfaces with a simple Python…
The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser. - Textualize/textual
Static Typing Python Decorators
https://rednafi.github.io/reflections/static-typing-python-decorators.html
https://rednafi.github.io/reflections/static-typing-python-decorators.html
FastAPI and cooperative multi-threading
Cal Paterson wrote a great article comparing and describing synchronous and asynchronous Python frameworks and explaining why asynchronous frameworks go a bit wobbly under load. This is a story of how we experienced wobbliness in a recent project.
https://aivarsk.com/2022/01/21/fastapi-concurrency/
Cal Paterson wrote a great article comparing and describing synchronous and asynchronous Python frameworks and explaining why asynchronous frameworks go a bit wobbly under load. This is a story of how we experienced wobbliness in a recent project.
https://aivarsk.com/2022/01/21/fastapi-concurrency/
Aivars Kalvāns
FastAPI and cooperative multi-threading
Cal Paterson wrote a great article comparing and describing synchronous and asynchronous Python frameworks and explaining why asynchronous frameworks go a bit wobbly under load. This is a story of how we experienced wobbliness in a recent project.
The fastest way to read a CSV in Pandas
You have a large CSV, you’re going to be reading it in to Pandas—but every time you load it, you have to wait for the CSV to load. And that slows down your development feedback loop, and might meaningfully slows down your production processing. In this post, learn the fastest way to read a CSV in to Pandas.
https://pythonspeed.com/articles/pandas-read-csv-fast/
You have a large CSV, you’re going to be reading it in to Pandas—but every time you load it, you have to wait for the CSV to load. And that slows down your development feedback loop, and might meaningfully slows down your production processing. In this post, learn the fastest way to read a CSV in to Pandas.
https://pythonspeed.com/articles/pandas-read-csv-fast/
Python⇒Speed
The fastest way to read a CSV in Pandas
Learn the fastest way to read a CSV in to Pandas.
Kaldi Speech Recognition for Beginners - A Simple Tutorial
Want to learn how to use Kaldi for Speech Recognition? Check out this simple tutorial to start transcribing audio in minutes.
https://www.assemblyai.com/blog/kaldi-speech-recognition-for-beginners-a-simple-tutorial/
Want to learn how to use Kaldi for Speech Recognition? Check out this simple tutorial to start transcribing audio in minutes.
https://www.assemblyai.com/blog/kaldi-speech-recognition-for-beginners-a-simple-tutorial/
Assemblyai
Kaldi Speech Recognition for Beginners - A Simple Tutorial
Want to learn how to use Kaldi for Speech Recognition? Check out this simple tutorial to start transcribing audio in minutes.
Building for Balance
How Instacart Marketplace team developed a unified marketplace balancing engine with machine learning and optimization
https://tech.instacart.com/building-for-balance-e61fb9511893
How Instacart Marketplace team developed a unified marketplace balancing engine with machine learning and optimization
https://tech.instacart.com/building-for-balance-e61fb9511893
Medium
Building for Balance
How we developed a unified marketplace balancing engine with machine learning and optimization
How we optimized Python API server code 100x
Some of the tricks we used to speed up calls to our analytical API written in Python: played with asyncio, messed with SQLAlchemy, hacked deep in asyncpg, rewrote parts in Cython, found better data structures, replaced some pandas with pure numpy.
https://t.co/jiRKVYHkl0
Some of the tricks we used to speed up calls to our analytical API written in Python: played with asyncio, messed with SQLAlchemy, hacked deep in asyncpg, rewrote parts in Cython, found better data structures, replaced some pandas with pure numpy.
https://t.co/jiRKVYHkl0
Medium
How we optimized Python API server code 100x
Some of the tricks we used to speed up calls to our analytical API written in Python: played with asyncio, messed with SQLAlchemy, hacked…
jonaswinkler / paperless-ng
A supercharged version of paperless: scan, index and archive all your physical documents
https://github.com/jonaswinkler/paperless-ng
A supercharged version of paperless: scan, index and archive all your physical documents
https://github.com/jonaswinkler/paperless-ng
GitHub
GitHub - jonaswinkler/paperless-ng: A supercharged version of paperless: scan, index and archive all your physical documents
A supercharged version of paperless: scan, index and archive all your physical documents - jonaswinkler/paperless-ng
Friendly-traceback: trying to stay ahead of IPython
https://aroberge.blogspot.com/2022/02/friendly-traceback-trying-to-stay-ahead.html
https://aroberge.blogspot.com/2022/02/friendly-traceback-trying-to-stay-ahead.html
Blogspot
Friendly-traceback: trying to stay ahead of IPython
UPDATE: Alex Hall pointed out that IPython can display the values of variables in the highlighted sections using %xmode verbose . He also su...
Deploy Django into Production with Kubernetes, Docker, & Github Actions
https://www.youtube.com/watch?v=NAOsLaB6Lfc
https://www.youtube.com/watch?v=NAOsLaB6Lfc
YouTube
Deploy Django into Production with Kubernetes, Docker, & Github Actions. Complete Tutorial Series
Learn how to deploy a production-ready Django application into a Kubernetes cluster.
We partnered with DigitalOcean to bring you this series. Sign up now for a $100 credit: https://do.co/cfe-youtube
Kubernetes is a tool to manage containers. This type of…
We partnered with DigitalOcean to bring you this series. Sign up now for a $100 credit: https://do.co/cfe-youtube
Kubernetes is a tool to manage containers. This type of…