Visualizing Python modules and dependencies with Neo4j
http://blog.adnansiddiqi.me/visualizing-python-modules-and-dependencies-with-neo4j/
http://blog.adnansiddiqi.me/visualizing-python-modules-and-dependencies-with-neo4j/
Adnan's Random bytes
Visualizing Python modules and dependencies with Neo4j
I am taking a short break from the Blockchain Programming series and writing this post because I found it pretty interesting.
The other day I found a tweet(which unfortunately I forgot to bookmark and can't find it anymore) about visualizing python modules…
The other day I found a tweet(which unfortunately I forgot to bookmark and can't find it anymore) about visualizing python modules…
Modernizing Object Storage for Cloud Native Deployments
This post presents multiple ways to achieve object storage with their trade-offs, and how hybrid-cloud object storage can operate on-premises when suitable and cloud-natively for properties of self-scale, self-healing, and self-managing when desired.
https://engineering.soroco.com/modernizing-object-storage-for-cloud-native-deployments/
This post presents multiple ways to achieve object storage with their trade-offs, and how hybrid-cloud object storage can operate on-premises when suitable and cloud-natively for properties of self-scale, self-healing, and self-managing when desired.
https://engineering.soroco.com/modernizing-object-storage-for-cloud-native-deployments/
Soroco Engineering
Modernizing Object Storage for Cloud Native Deployments
In this blog post, we present multiple ways to achieve object storage with their trade-offs, and how hybrid-cloud object storage can operate on-premises when suitable and cloud-natively for...
samuelcolvin / pydantic
Data parsing and validation using Python type hints
https://github.com/samuelcolvin/pydantic
Data parsing and validation using Python type hints
https://github.com/samuelcolvin/pydantic
GitHub
GitHub - pydantic/pydantic: Data validation using Python type hints
Data validation using Python type hints. Contribute to pydantic/pydantic development by creating an account on GitHub.
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...