Prettymaps: Small Python library to draw customized maps from OpenStreetMap data
https://github.com/marceloprates/prettymaps
https://github.com/marceloprates/prettymaps
GitHub
GitHub - marceloprates/prettymaps: Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely
Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely - marceloprates/prettymaps
Mastering Web Scraping in Python: Crawling from Scratch
https://www.zenrows.com/blog/mastering-web-scraping-in-python-crawling-from-scratch
https://www.zenrows.com/blog/mastering-web-scraping-in-python-crawling-from-scratch
Zenrows
Best Web Scraping Toolkit - ZenRows
ZenRows is a next-generation Web Scraping API to avoid getting blocked. The tool handles everything form rotating proxies to bypassing advanced anti-bot systems.
iterativv / NostalgiaForInfinity
Trading strategy for the Freqtrade crypto bot
https://github.com/iterativv/NostalgiaForInfinity
Trading strategy for the Freqtrade crypto bot
https://github.com/iterativv/NostalgiaForInfinity
GitHub
GitHub - iterativv/NostalgiaForInfinity: Trading strategy for the Freqtrade crypto bot
Trading strategy for the Freqtrade crypto bot. Contribute to iterativv/NostalgiaForInfinity development by creating an account on GitHub.
PayPal Payments Tutorial with Django and React
Learn how to sell digital products using PayPal payments. In this tutorial you will learn how to use Django and React to sell digital products with a simple product landing page.
https://justdjango.com/blog/django-react-paypal-payments
Learn how to sell digital products using PayPal payments. In this tutorial you will learn how to use Django and React to sell digital products with a simple product landing page.
https://justdjango.com/blog/django-react-paypal-payments
Justdjango
PayPal Payments Tutorial with Django and React
Learn how to sell digital products using PayPal payments. In this tutorial you will learn how to use Django and React to sell digital products with a simple product landing page.
AmnestyTech / investigations
Indicators from Amnesty International's investigations
https://github.com/AmnestyTech/investigations
Indicators from Amnesty International's investigations
https://github.com/AmnestyTech/investigations
GitHub
GitHub - AmnestyTech/investigations: Indicators of Compromise from Amnesty International's cyber investigations
Indicators of Compromise from Amnesty International's cyber investigations - AmnestyTech/investigations
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