Handling 100 Requests per Second with Python and Django
https://www.ethicalads.io/blog/2021/07/handling-100-requests-per-second-with-python-django/
https://www.ethicalads.io/blog/2021/07/handling-100-requests-per-second-with-python-django/
EthicalAds
Handling 100 Requests Per Second with Python & Django
Rather than discussing advertising and privacy, in this post we're going to talk about how we scaled our ad server using some of the same tools and techniques we use on Read the Docs.
PEP 665: Specifying Installation Requirements for Python Projects
https://www.python.org/dev/peps/pep-0665/
https://www.python.org/dev/peps/pep-0665/
borb
borb is a library for reading, creating and manipulating PDF files in python.
https://github.com/jorisschellekens/borb
borb is a library for reading, creating and manipulating PDF files in python.
https://github.com/jorisschellekens/borb
GitHub
GitHub - jorisschellekens/borb: borb is a library for reading, creating and manipulating PDF files in python.
borb is a library for reading, creating and manipulating PDF files in python. - jorisschellekens/borb
How to Make a Twitter Bot in Python using Tweepy
A reply-to-mention Twitter bot that can reply to every tweet where it got mentioned with a specific keyword with an auto-generated image
https://auth0.com/blog/how-to-make-a-twitter-bot-in-python-using-tweepy/
A reply-to-mention Twitter bot that can reply to every tweet where it got mentioned with a specific keyword with an auto-generated image
https://auth0.com/blog/how-to-make-a-twitter-bot-in-python-using-tweepy/
Auth0 - Blog
How to Make a Twitter Bot in Python using Tweepy
A reply-to-mention Twitter bot that can reply to every tweet where it got mentioned with a specific keyword with an auto-generated image.
How to Write Unit Tests in Python, Part 3: Web Applications
This is the third part in my series about unit testing Python applications. In this article I'm ...
http://blog.miguelgrinberg.com/post/how-to-write-unit-tests-in-python-part-3-web-applications
This is the third part in my series about unit testing Python applications. In this article I'm ...
http://blog.miguelgrinberg.com/post/how-to-write-unit-tests-in-python-part-3-web-applications
Miguelgrinberg
How to Write Unit Tests in Python, Part 3: Web Applications
This is the third part in my series about unit testing Python applications. In this article I'm going to show you some of the techniques I use when I work with Python web applications. For the…
backgroundremover
Remove Background from Video and Images with a simple command line interface.
https://github.com/nadermx/backgroundremover
Remove Background from Video and Images with a simple command line interface.
https://github.com/nadermx/backgroundremover
GitHub
GitHub - nadermx/backgroundremover: Background Remover lets you Remove Background from images and video using AI with a simple…
Background Remover lets you Remove Background from images and video using AI with a simple command line interface that is free and open source. - nadermx/backgroundremover
4 pre-commit Plugins to Automate Code Reviewing and Formatting in Python
Write High-Quality Code with black, flake8, isort, and interrogateContinue reading on Towards Data ...
https://towardsdatascience.com/4-pre-commit-plugins-to-automate-code-reviewing-and-formatting-in-python-c80c6d2e9f5
Write High-Quality Code with black, flake8, isort, and interrogateContinue reading on Towards Data ...
https://towardsdatascience.com/4-pre-commit-plugins-to-automate-code-reviewing-and-formatting-in-python-c80c6d2e9f5
Efficient Pagination in Django and Postgres
This article will help you understand Django’s pagination limitations and offer three alternative methods that will improve your application’s performance. Along the way, you’ll see the tradeoffs and use cases for each method so you can decide which is the best fit for your application.
https://pganalyze.com/blog/pagination-django-postgres
This article will help you understand Django’s pagination limitations and offer three alternative methods that will improve your application’s performance. Along the way, you’ll see the tradeoffs and use cases for each method so you can decide which is the best fit for your application.
https://pganalyze.com/blog/pagination-django-postgres
pganalyze
Efficient Pagination: PostgreSQL and Django
We look at 3 different methods for pagination with Django and Postgres and explain their benefits and tradeoffs so you can decide which is the best fit for you.
A Natural Language Processing (NLP) Primer
Overview of common NLP tasks using Python.
https://t.co/EfZyeAsUy9
Overview of common NLP tasks using Python.
https://t.co/EfZyeAsUy9
Medium
A Natural Language Processing (NLP) Primer
Overview of common NLP tasks using Python
Moving SciPy to the Meson build system
https://labs.quansight.org/blog/2021/07/moving-scipy-to-meson/
https://labs.quansight.org/blog/2021/07/moving-scipy-to-meson/
Quansight Labs
Moving SciPy to the Meson build system
Let's start with an announcement: SciPy now builds with
Meson on Linux, and the full test suite passes!
This is a pretty exciting milestone, and good news for SciPy maintainers and
contributors - they
Meson on Linux, and the full test suite passes!
This is a pretty exciting milestone, and good news for SciPy maintainers and
contributors - they
MaskFormer
Per-Pixel Classification is Not All You Need for Semantic Segmentation.
https://github.com/facebookresearch/MaskFormer
Per-Pixel Classification is Not All You Need for Semantic Segmentation.
https://github.com/facebookresearch/MaskFormer
GitHub
GitHub - facebookresearch/MaskFormer: Per-Pixel Classification is Not All You Need for Semantic Segmentation (NeurIPS 2021, spotlight)
Per-Pixel Classification is Not All You Need for Semantic Segmentation (NeurIPS 2021, spotlight) - facebookresearch/MaskFormer
Introducing Triton: Open-Source GPU Programming for Neural Networks
Triton is an open-source Python-like programming language which enables researchers with no CUDA experience to write highly efficient GPU code—most of the time on par with what an expert would be able to produce. Triton makes it possible to reach peak hardware performance with relatively little effort.
https://openai.com/blog/triton/
Triton is an open-source Python-like programming language which enables researchers with no CUDA experience to write highly efficient GPU code—most of the time on par with what an expert would be able to produce. Triton makes it possible to reach peak hardware performance with relatively little effort.
https://openai.com/blog/triton/
Openai
Introducing Triton: Open-source GPU programming for neural networks
We’re releasing Triton 1.0, an open-source Python-like programming language which enables researchers with no CUDA experience to write highly efficient GPU code—most of the time on par with what an expert would be able to produce.
Towards data-centric machine learning: a short review
Data-centric machine learning shifts the focus from fiddling model
hyperparameters, to ensuring ...
https://ljvmiranda921.github.io/notebook/2021/07/30/data-centric-ml/
Data-centric machine learning shifts the focus from fiddling model
hyperparameters, to ensuring ...
https://ljvmiranda921.github.io/notebook/2021/07/30/data-centric-ml/
ljvmiranda921.github.io
Study notes on data-centric machine learning
Data-centric machine learning shifts the focus from fiddling model hyperparameters to ensuring quality data across all. This post is a short review on variou...
Python PDF Handling Tutorial
In this tutorial, learn how to do various operations like: Extracting and Adding Pages, Texts, Images, Tables, Watermark and much more on a PDF file using Python.
https://github.com/prajwollamichhane11/PDF-Handling-With-Python
In this tutorial, learn how to do various operations like: Extracting and Adding Pages, Texts, Images, Tables, Watermark and much more on a PDF file using Python.
https://github.com/prajwollamichhane11/PDF-Handling-With-Python
GitHub
GitHub - prajwollamichhane11/PDF-Handling-With-Python: Performing the following operations using python on PDF.
Performing the following operations using python on PDF. - prajwollamichhane11/PDF-Handling-With-Python
How to install Python Poetry in GitHub Actions in MUCH faster way
We use Poetry in a GitHub project. There's a pyproject.toml file (and a poetry.lock file) which ...
https://www.peterbe.com/plog/install-python-poetry-github-actions-faster
We use Poetry in a GitHub project. There's a pyproject.toml file (and a poetry.lock file) which ...
https://www.peterbe.com/plog/install-python-poetry-github-actions-faster
Peterbe
How to install Python Poetry in GitHub Actions in MUCH faster way - Peterbe.com
Python, OCaml, and Machine Learning (2020)
https://signalsandthreads.com/python-ocaml-and-machine-learning/
https://signalsandthreads.com/python-ocaml-and-machine-learning/
Signalsandthreads
Signals and Threads Podcast
Listen in on Jane Street’s Ron Minsky as he has conversations with engineers working on everything from clock synchronization to reliable multicast, build systems to reconfigurable hardware. Get a peek at how Jane Street approaches problems, and how those…