Introduction to Asynchronous Programming in Python
A guide to writing more responsive and performant programsContinue reading on Towards Data Science ...
https://towardsdatascience.com/introduction-to-asynchronous-programming-in-python-3cd190748cd5
A guide to writing more responsive and performant programsContinue reading on Towards Data Science ...
https://towardsdatascience.com/introduction-to-asynchronous-programming-in-python-3cd190748cd5
Medium
Introduction to Asynchronous Programming in Python
A guide to writing more responsive and performant programs
torch-quiver
PyTorch Library for Fast and Easy Distributed Graph Learning.
https://github.com/quiver-team/torch-quiver
PyTorch Library for Fast and Easy Distributed Graph Learning.
https://github.com/quiver-team/torch-quiver
GitHub
GitHub - quiver-team/torch-quiver: PyTorch Library for Low-Latency, High-Throughput Graph Learning on GPUs.
PyTorch Library for Low-Latency, High-Throughput Graph Learning on GPUs. - GitHub - quiver-team/torch-quiver: PyTorch Library for Low-Latency, High-Throughput Graph Learning on GPUs.
Fake (almost) everything with Faker
Photo by dasha shchukova on UnsplashI was recently tasked with creating some random customer data, ...
https://towardsdatascience.com/fake-almost-everything-with-faker-a88429c500f1
Photo by dasha shchukova on UnsplashI was recently tasked with creating some random customer data, ...
https://towardsdatascience.com/fake-almost-everything-with-faker-a88429c500f1
Medium
Fake (almost) everything with Faker
Generating customer and address data for testing has never been easier. We’ll see how to do that using the Faker Python library.
An Intel 8080 Assembly Suite in Python
A pretty cool post where the author describes how he created Suite8080, a suite of Intel 8080 Assembly cross-development tools written in Python.
https://blog.paoloamoroso.com/2021/11/an-intel-8080-assembly-suite-in-python.html
A pretty cool post where the author describes how he created Suite8080, a suite of Intel 8080 Assembly cross-development tools written in Python.
https://blog.paoloamoroso.com/2021/11/an-intel-8080-assembly-suite-in-python.html
Paoloamoroso
An Intel 8080 Assembly Suite in Python
Suite8080 is a suite of Intel 8080 Assembly cross-development tools in Python comprising an assembler and a disassembler.
Automatically OCR’ing Receipts and Scans
In this tutorial, you will learn how to use Tesseract and OpenCV to build an automatic receipt ...
https://www.pyimagesearch.com/2021/10/27/automatically-ocring-receipts-and-scans/
In this tutorial, you will learn how to use Tesseract and OpenCV to build an automatic receipt ...
https://www.pyimagesearch.com/2021/10/27/automatically-ocring-receipts-and-scans/
PyImageSearch
Automatically OCR’ing Receipts and Scans - PyImageSearch
Have you ever wanted to OCR receipts and scanned documents using Python? Good news, in this complete tutorial, you’ll see all of the code, and we’ll walk you through all of it line-by-line.
s3-credentials
A tool for creating credentials for accessing S3 buckets.
https://github.com/simonw/s3-credentials
A tool for creating credentials for accessing S3 buckets.
https://github.com/simonw/s3-credentials
GitHub
GitHub - simonw/s3-credentials: A tool for creating credentials for accessing S3 buckets
A tool for creating credentials for accessing S3 buckets - simonw/s3-credentials
pyhpc-benchmarks
A suite of benchmarks for CPU and GPU performance of the most popular high-performance libraries for Python.
https://github.com/dionhaefner/pyhpc-benchmarks
A suite of benchmarks for CPU and GPU performance of the most popular high-performance libraries for Python.
https://github.com/dionhaefner/pyhpc-benchmarks
GitHub
GitHub - dionhaefner/pyhpc-benchmarks: A suite of benchmarks for CPU and GPU performance of the most popular high-performance libraries…
A suite of benchmarks for CPU and GPU performance of the most popular high-performance libraries for Python :rocket: - dionhaefner/pyhpc-benchmarks
How to build, test and publish an open source Python library
Learn how to to use cookiecutter, pytest and GitHub Actions to develop a new Python library, add tests, run continuous integration and automatically publish new releases of your package to PyPI.
https://simonwillison.net/2021/Nov/4/publish-open-source-python-library/
Learn how to to use cookiecutter, pytest and GitHub Actions to develop a new Python library, add tests, run continuous integration and automatically publish new releases of your package to PyPI.
https://simonwillison.net/2021/Nov/4/publish-open-source-python-library/
simonwillison.net
How to build, test and publish an open source Python library
At PyGotham this year I presented a ten minute workshop on how to package up a new open source Python library and publish it to the Python Package Index. Here …
Pass-by-value, reference, and assignment
This article explains why Python doesn't use a pass-by-value system, nor a pass-by-reference.
https://mathspp.com/blog/pydonts/pass-by-value-reference-and-assignment
This article explains why Python doesn't use a pass-by-value system, nor a pass-by-reference.
https://mathspp.com/blog/pydonts/pass-by-value-reference-and-assignment
Mathspp
Pass-by-value, reference, and assignment | Pydon't 🐍
When you call a function in Python and give it some arguments...
Are they passed by value? No!
By reference? No!
They're passed by assignment.
Are they passed by value? No!
By reference? No!
They're passed by assignment.
I just want to run this one Python script
https://www.die-welt.net/2021/11/i-just-want-to-run-this-one-python-script/
https://www.die-welt.net/2021/11/i-just-want-to-run-this-one-python-script/
die-welt.net
I just want to run this one Python script
So I couldn't sleep the other night, and my brain wanted to think about odd problems…
Ever had a script that's compatible with both, Python 2 and 3, but you didn't want to bother the user to know whic
Ever had a script that's compatible with both, Python 2 and 3, but you didn't want to bother the user to know whic
Open access book on scientific visualization using Python and matplotlib
https://github.com/rougier/scientific-visualization-book
https://github.com/rougier/scientific-visualization-book
GitHub
GitHub - rougier/scientific-visualization-book: An open access book on scientific visualization using python and matplotlib
An open access book on scientific visualization using python and matplotlib - rougier/scientific-visualization-book
ifzhang / ByteTrack
ByteTrack: Multi-Object Tracking by Associating Every Detection Box
https://github.com/ifzhang/ByteTrack
ByteTrack: Multi-Object Tracking by Associating Every Detection Box
https://github.com/ifzhang/ByteTrack
GitHub
GitHub - FoundationVision/ByteTrack: [ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box - FoundationVision/ByteTrack
Janspiry / Image-Super-Resolution-via-Iterative-Refinement
Unoffical implementation about Image Super-Resolution via Iterative Refinement by Pytorch
https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement
Unoffical implementation about Image Super-Resolution via Iterative Refinement by Pytorch
https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement
GitHub
GitHub - Janspiry/Image-Super-Resolution-via-Iterative-Refinement: Unofficial implementation of Image Super-Resolution via Iterative…
Unofficial implementation of Image Super-Resolution via Iterative Refinement by Pytorch - Janspiry/Image-Super-Resolution-via-Iterative-Refinement
6 Usage Patterns for the ThreadPoolExecutor in Python
https://superfastpython.com/threadpoolexecutor-usage-patterns/
https://superfastpython.com/threadpoolexecutor-usage-patterns/
Super Fast Python
6 Usage Patterns for the ThreadPoolExecutor in Python - Super Fast Python
You can adopt one of the common usage patterns to get the most out of the ThreadPoolExecutor in Python. In this tutorial, you will discover the common usage patterns for Python thread pools. Let’s get started. ThreadPoolExecutor Usage Patterns The ThreadPoolExecutor…
Django Tailwind CSS Alpine.js Tutorial
A tutorial series that will teach you how to integrate Tailwind CSS, Alpine.js with Django, and how to make them work together.
https://www.accordbox.com/blog/django-tailwind-css-alpinejs-tutorial/
A tutorial series that will teach you how to integrate Tailwind CSS, Alpine.js with Django, and how to make them work together.
https://www.accordbox.com/blog/django-tailwind-css-alpinejs-tutorial/
Accordbox
Django Tailwind CSS Alpine.js Tutorial
This FREE tutorial series will teach you how to integrate Tailwind CSS, Alphine.js with Django, and how to make them work together.