Show HN: Lisp implementation in modern Java, Go, C#, TypeScript, Python
https://github.com/eatonphil/lisp-rosetta-stone
https://github.com/eatonphil/lisp-rosetta-stone
GitHub
GitHub - eatonphil/lisp-rosetta-stone: A lisp rosetta stone to demonstrate modern language features
A lisp rosetta stone to demonstrate modern language features - eatonphil/lisp-rosetta-stone
Bioinformatics and Computational Biology with Python
https://www.reddit.com/r/Python/comments/owuq88/bioinformatics_and_computational_biology_with/
https://www.reddit.com/r/Python/comments/owuq88/bioinformatics_and_computational_biology_with/
reddit
Bioinformatics and Computational Biology with Python
Hi everyone! I'm not sure if anyone here will find this useful or interesting, but I have a [Youtube...
blakeblackshear / frigate
NVR with realtime local object detection for IP cameras
https://github.com/blakeblackshear/frigate
NVR with realtime local object detection for IP cameras
https://github.com/blakeblackshear/frigate
GitHub
GitHub - blakeblackshear/frigate: NVR with realtime local object detection for IP cameras
NVR with realtime local object detection for IP cameras - blakeblackshear/frigate
Tech Courses Search Engine
Learn how to create a real-time tech course finder using Elasticsearch, Python, React+Redux, Docker, and Kubernetes.
https://github.com/dineshsonachalam/tech-courses-search-engine
Learn how to create a real-time tech course finder using Elasticsearch, Python, React+Redux, Docker, and Kubernetes.
https://github.com/dineshsonachalam/tech-courses-search-engine
GitHub
GitHub - dineshsonachalam/tech-courses-search-engine: A real-time tech course finder, created using Elasticsearch, Python, React+Redux…
A real-time tech course finder, created using Elasticsearch, Python, React+Redux, Docker, and Kubernetes. - GitHub - dineshsonachalam/tech-courses-search-engine: A real-time tech course finder, cre...
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/