How to setup Django with Pytest on GitHub Actions
A minimal example of how you can quickly get Django and Pytest running on every commit to GitHub.
https://mattsegal.dev/django-with-pytest-on-github-actions.html
A minimal example of how you can quickly get Django and Pytest running on every commit to GitHub.
https://mattsegal.dev/django-with-pytest-on-github-actions.html
Matt Segal Dev
How to setup Django with Pytest on GitHub Actions
A minimal example of how you can quickly get Django and Pytest running on every commit to GitHub
How We Migrated from Python Multithreading to Asyncio
https://medium.com/@DorIndivo/how-we-migrated-from-python-multithreading-to-asyncio-128b0c8e4ec5
https://medium.com/@DorIndivo/how-we-migrated-from-python-multithreading-to-asyncio-128b0c8e4ec5
Medium
How We Migrated from Python Multithreading to Asyncio
Our Journey to Asynchronous Service
rounakbanik / generative-art-nft
A generative art library for NFT avatar and collectible projects.
https://github.com/rounakbanik/generative-art-nft
A generative art library for NFT avatar and collectible projects.
https://github.com/rounakbanik/generative-art-nft
GitHub
GitHub - rounakbanik/generative-art-nft: A generative art library for NFT avatar and collectible projects.
A generative art library for NFT avatar and collectible projects. - rounakbanik/generative-art-nft
Created a Stack overflow clone with almost every functionality
https://www.reddit.com/r/Python/comments/ryx0v1/created_a_stack_overflow_clone_with_almost_every/
https://www.reddit.com/r/Python/comments/ryx0v1/created_a_stack_overflow_clone_with_almost_every/
Reddit
r/Python on Reddit: Created a Stack overflow clone with almost every functionality
Posted by u/allInOneBoy - 357 votes and 89 comments
Procrastinate: PostgreSQL-Based Task Queue for Python
https://procrastinate.readthedocs.io/en/stable/index.html
https://procrastinate.readthedocs.io/en/stable/index.html
emissary
Open source Kubernetes-native API gateway for microservices built on the Envoy Proxy.
https://github.com/emissary-ingress/emissary
Open source Kubernetes-native API gateway for microservices built on the Envoy Proxy.
https://github.com/emissary-ingress/emissary
GitHub
GitHub - emissary-ingress/emissary: open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
open source Kubernetes-native API gateway for microservices built on the Envoy Proxy - emissary-ingress/emissary
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