Design a Camera with Python and PyRayT: Part One – Fotonix and Gizmos
https://www.fotonixx.com/posts/design-a-camera-with-python-and-pyrayt/
https://www.fotonixx.com/posts/design-a-camera-with-python-and-pyrayt/
Fotonix & Gizmos
Design a Camera with Python and PyRayT: Part One
Have you ever cut open a camera lens to look at what's inside? I don't blame you if you haven't, lenses are ridiculously expensive and it's a one way operation. However, if you look at a picture of a
Python behind the scenes #12: how async/await works in Python
Concurrency is inherently hard, and no programming model can make it easy. Some models make it manageable, though, and this post should help you master one such model – Python's async/await.
https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python/
Concurrency is inherently hard, and no programming model can make it easy. Some models make it manageable, though, and this post should help you master one such model – Python's async/await.
https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python/
Tenthousandmeters
Python behind the scenes #12: how async/await works in Python
Mark functions as async. Call them with await. All of a sudden, your program becomes asynchronous – it can do useful things while it waits for...
Show HN: Pylectronics – Reproduce digital electronics in Python
https://github.com/fgarci03/pylectronics
https://github.com/fgarci03/pylectronics
GitHub
GitHub - fgarci03/pylectronics: Reproduce digital electronics in Python
Reproduce digital electronics in Python. Contribute to fgarci03/pylectronics development by creating an account on GitHub.
Django Formsets Tutorial - Build dynamic forms with Htmx
Learn how to build dynamic forms with Django and Htmx.
https://justdjango.com/blog/dynamic-forms-in-django-htmx
Learn how to build dynamic forms with Django and Htmx.
https://justdjango.com/blog/dynamic-forms-in-django-htmx
JustDjango
Learn how to build web applications using Django and Python
Mastering Web Scraping in Python: Scaling to Distributed Crawling
Build your own distributed crawler with custom parsers per domain. Discover new pages and store the exact content you need — all in less than 300 LOC.
https://www.zenrows.com/blog/mastering-web-scraping-in-python-scaling-to-distributed-crawling
Build your own distributed crawler with custom parsers per domain. Discover new pages and store the exact content you need — all in less than 300 LOC.
https://www.zenrows.com/blog/mastering-web-scraping-in-python-scaling-to-distributed-crawling
Zenrows
Distributed web crawling made easy: system and architecture
Build a distributed crawler with custom parsers per domain. Discover new pages and store the data you need — a web crawling project in less than 300 LOC.
Experimenting with Python implementation of Host Identity Protocol
by Dmitriy Kuptsov
...
https://www.linuxjournal.com/content/experimenting-python-implementation-host-identity-protocol
by Dmitriy Kuptsov
...
https://www.linuxjournal.com/content/experimenting-python-implementation-host-identity-protocol
Your First OCR Project with Tesseract and Python
The first time I ever used the Tesseract optical character recognition (OCR) engine was in my ...
https://www.pyimagesearch.com/2021/08/23/your-first-ocr-project-with-tesseract-and-python/
The first time I ever used the Tesseract optical character recognition (OCR) engine was in my ...
https://www.pyimagesearch.com/2021/08/23/your-first-ocr-project-with-tesseract-and-python/
PyImageSearch
Easy Python OCR Project with Tesseract - PyImageSearch
Your first Python OCR project will be fun and easy. Join us to learn how to OCR a short bit of text with Python and PyTesseract.
How I Scraped Over 25,000 Forum Posts In 3 Steps
MotivationThe Dataquest Community is evolving. In the past months, I’ve been watching the growth of ...
https://www.dataquest.io/blog/how-i-scraped-over-25000-forum-posts-in-3-steps/
MotivationThe Dataquest Community is evolving. In the past months, I’ve been watching the growth of ...
https://www.dataquest.io/blog/how-i-scraped-over-25000-forum-posts-in-3-steps/
Dataquest
How I Scraped Over 25,000 Forum Posts In 3 Simple Steps – Dataquest
Come along for the ride as I show you how I scraped a massive online forum, step-by-step. This guide includes in-depth explanations, helpful screenshots, and the exact code I used.
Five lessons I learned from making my first game
Last May, I published my first game on
itch.io.
Abyss is an action roguelike that
takes you into ...
https://ljvmiranda921.github.io/projects/2021/08/15/abyss/
Last May, I published my first game on
itch.io.
Abyss is an action roguelike that
takes you into ...
https://ljvmiranda921.github.io/projects/2021/08/15/abyss/
ljvmiranda921.github.io
Abyss: an action roguelike game
The road to creating my first game was exhilarating! I've learned a lot and developed new skills along the way. Join me as I talk about my journey in this bl...
When Excel fails you. How to load 2.8 million records with Pandas
https://www.reddit.com/r/Python/comments/p98nmh/when_excel_fails_you_how_to_load_28_million/
https://www.reddit.com/r/Python/comments/p98nmh/when_excel_fails_you_how_to_load_28_million/
reddit
When Excel fails you. How to load 2.8 million records with Pandas
Hey I'm back again with another quick and easy Python data tutorial loading 2.8 million records with Python and Pandas overcoming the Excel row...
Danny, creator of discord.py, is halting development of the library. Discord.py has come to an end - will likely have a major effect on bots
https://www.reddit.com/r/Python/comments/pczw4q/danny_creator_of_discordpy_is_halting_development/
https://www.reddit.com/r/Python/comments/pczw4q/danny_creator_of_discordpy_is_halting_development/
reddit
Danny, creator of discord.py, is halting development of the...
Posted in r/Python by u/Madbrad200 • 535 points and 105 comments
Clustering Algorithms with Python
https://machinelearningmastery.com/clustering-algorithms-with-python/
https://machinelearningmastery.com/clustering-algorithms-with-python/
Project Jupyter Celebrates 20 Years
Fernando Pérez Reflects On How It Started, Open Science’s Impact and the Value of Diversity in Coding.
https://data.berkeley.edu/news/project-jupyter-celebrates-20-years-fernando-perez-reflects-how-it-started-open-sciences
Fernando Pérez Reflects On How It Started, Open Science’s Impact and the Value of Diversity in Coding.
https://data.berkeley.edu/news/project-jupyter-celebrates-20-years-fernando-perez-reflects-how-it-started-open-sciences
Parse command-line arguments with argparse in Python
https://opensource.com/article/21/8/python-argparse
https://opensource.com/article/21/8/python-argparse
Opensource
Parse command-line arguments with argparse in Python
There are several third-party libraries for command-line argument parsing, but the standard library module argparse is no slouch either.
Token Authentication for django-rest-framework
Introduction
In a a previous article
I explained how to authenticate for your ...
https://spapas.github.io/2021/08/25/django-token-rest-auth/
Introduction
In a a previous article
I explained how to authenticate for your ...
https://spapas.github.io/2021/08/25/django-token-rest-auth/
spapas.github.io
Token Authentication for django-rest-framework — /var/
requests-cache
requests-cache is a transparent, persistent cache for the python requests library. It can substantially improve performance and reduce network traffic, making it an ideal companion for almost any application using requests.
https://github.com/reclosedev/requests-cache/
requests-cache is a transparent, persistent cache for the python requests library. It can substantially improve performance and reduce network traffic, making it an ideal companion for almost any application using requests.
https://github.com/reclosedev/requests-cache/
GitHub
GitHub - requests-cache/requests-cache: Transparent persistent cache for python requests
Transparent persistent cache for python requests. Contribute to requests-cache/requests-cache development by creating an account on GitHub.
7 Amazing Python Libraries For Natural Language Processing
These libraries will help you deal with text dataContinue reading on Towards Data Science ...
https://towardsdatascience.com/7-amazing-python-libraries-for-natural-language-processing-50ca6f9f5f11
These libraries will help you deal with text dataContinue reading on Towards Data Science ...
https://towardsdatascience.com/7-amazing-python-libraries-for-natural-language-processing-50ca6f9f5f11
Building Search Functionality With Python, Flask, and Elasticsearch
This is presented in four parts: Introduction to web applications and how to build a search feature, Adding search functionality and implementing synonyms, curations, and relevance, Dockerizing and deploying in a cloud, Collecting logs and traces to better understand the application's performance.
https://www.youtube.com/watch?v=uZfpKY5qtCI
This is presented in four parts: Introduction to web applications and how to build a search feature, Adding search functionality and implementing synonyms, curations, and relevance, Dockerizing and deploying in a cloud, Collecting logs and traces to better understand the application's performance.
https://www.youtube.com/watch?v=uZfpKY5qtCI
YouTube
Building Search Functionality With Python, Flask, and Elasticsearch
Building a web application to solve a business problem is relatively easy, but how do you create a compelling experience that draws your users in and entices them to spend more time in your app? Making your search features great can do wonders for attaining…
Six Bad Manners that Make Your Python Program Slower
Common problems in Python code that are usually neglectedContinue reading on Towards Data Science ...
https://towardsdatascience.com/6-bad-manners-makes-your-python-program-slower-15b6fce62927
Common problems in Python code that are usually neglectedContinue reading on Towards Data Science ...
https://towardsdatascience.com/6-bad-manners-makes-your-python-program-slower-15b6fce62927