AWSsert
AWSsert is a Python library providing declarative assertions about AWS resources to your tests.
https://github.com/TSNobleSoftware/awssert
AWSsert is a Python library providing declarative assertions about AWS resources to your tests.
https://github.com/TSNobleSoftware/awssert
GitHub
TSNobleSoftware/awssert
Declarative assertions for AWS. Contribute to TSNobleSoftware/awssert development by creating an account on GitHub.
How to Build a Webhook Receiver in Django
A common way to receive data in a web application is with a webhook. The external system pushes data to yours with an HTTP request. Correctly receiving and processing webhook data can be vital to your application working. In this post we’ll create a Django view to receive incoming webhook data.
https://adamj.eu/tech/2021/05/09/how-to-build-a-webhook-receiver-in-django/
A common way to receive data in a web application is with a webhook. The external system pushes data to yours with an HTTP request. Correctly receiving and processing webhook data can be vital to your application working. In this post we’ll create a Django view to receive incoming webhook data.
https://adamj.eu/tech/2021/05/09/how-to-build-a-webhook-receiver-in-django/
adamj.eu
How to Build a Webhook Receiver in Django - Adam Johnson
A common way to receive data in a web application is with a webhook. The external system pushes data to yours with an HTTP request.
Python Selenium Full Series
This Series is going to include all the information you need to develop testing projects and bot projects, using the Selenium framework.
https://www.youtube.com/playlist?list=PLOkVupluCIjtdAJ7067yDWf_HGJR0Nom5
This Series is going to include all the information you need to develop testing projects and bot projects, using the Selenium framework.
https://www.youtube.com/playlist?list=PLOkVupluCIjtdAJ7067yDWf_HGJR0Nom5
YouTube
Python Selenium - YouTube
Show HN: Learn Python the Right Way – Free Introduction to Python Book
https://learnpythontherightway.com
https://learnpythontherightway.com
Learnpythontherightway
Learn Python the Right Way
Learn python the right way book
How Performance Became the Nemesis of the Secure Python Code
https://www.securityjourney.com/post/how-performance-became-the-nemesis-of-the-secure-python-code
https://www.securityjourney.com/post/how-performance-became-the-nemesis-of-the-secure-python-code
Securityjourney
How Performance Became the Nemesis of the Secure Python Code
Nothing forecasts the future of a programming language better than the epos of its community. For Python, one word dominates the discussions of the past few years: performance.
Solar-Powered Crypto Mining with Raspberry Pi
Learn how to create a solar-powered cryptocurrency "mining rig" with cloud-based reporting on a Raspberry Pi using a PiJuice and Notecard.
https://www.hackster.io/rob-lauer/solar-powered-crypto-mining-with-raspberry-pi-64adee
Learn how to create a solar-powered cryptocurrency "mining rig" with cloud-based reporting on a Raspberry Pi using a PiJuice and Notecard.
https://www.hackster.io/rob-lauer/solar-powered-crypto-mining-with-raspberry-pi-64adee
Hackster.io
Solar-Powered Crypto Mining with Raspberry Pi
Learn how to create a solar-powered cryptocurrency "mining rig" with cloud-based reporting on a Raspberry Pi using a PiJuice and Notecard.
tzutalin / labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
https://github.com/tzutalin/labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
https://github.com/tzutalin/labelImg
GitHub
GitHub - HumanSignal/labelImg: LabelImg is now part of the Label Studio community. The popular image annotation tool created by…
LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source ...
New major versions of Flask, Jinja, Click, and Werkzeug released!
This represents two years of work by the Pallets team and community, there are a significant number of changes and exciting new features. Check out the logs for every project to see what's new. Flask depends on the five other libraries, be sure to read them all if you're upgrading Flask.
https://palletsprojects.com/blog/flask-2-0-released/
This represents two years of work by the Pallets team and community, there are a significant number of changes and exciting new features. Check out the logs for every project to see what's new. Flask depends on the five other libraries, be sure to read them all if you're upgrading Flask.
https://palletsprojects.com/blog/flask-2-0-released/
Pallets
New Major Versions Released! Flask 2.0, Werkzeug 2.0, Jinja 3.0, Click 8.0, ItsDangerous 2.0, and MarkupSafe 2.0
Faster CPython Ideas – Issue Tracker for Faster CPython Project
https://github.com/faster-cpython/ideas
https://github.com/faster-cpython/ideas
GitHub
GitHub - faster-cpython/ideas
Contribute to faster-cpython/ideas development by creating an account on GitHub.
Working with Docker and VSCode
Get a deep understanding of VSCode and the Docker Extension with Brandon Waterloo where he builds a basic Python FastAPI app with a Redis backend and a simple hit counter, adding Docker files in order to containerize it.
https://www.youtube.com/watch?v=wUUmRbXiIOo
Get a deep understanding of VSCode and the Docker Extension with Brandon Waterloo where he builds a basic Python FastAPI app with a Redis backend and a simple hit counter, adding Docker files in order to containerize it.
https://www.youtube.com/watch?v=wUUmRbXiIOo
YouTube
Docker Build: Working with Docker and VSCode
Get a deep understanding of VSCode and the Docker Extension with Brandon Waterloo. Brandon is the leader developer of the Docker Extension.
#docker #containers #roadmap #vscode
--
Docker is an open platform for developers to build, share and run distributed…
#docker #containers #roadmap #vscode
--
Docker is an open platform for developers to build, share and run distributed…
"Mountains" from greyscale. Less a showcase than an encouragement to try new stuff. I picked up numpy and matplotlib just yesterday. Details in comment
https://www.reddit.com/r/madeinpython/comments/nbjsx8/mountains_from_greyscale_less_a_showcase_than_an/
https://www.reddit.com/r/madeinpython/comments/nbjsx8/mountains_from_greyscale_less_a_showcase_than_an/
reddit
"Mountains" from greyscale. Less a showcase than an encouragement...
Posted in r/madeinpython by u/Silbersee • 71 points and 2 comments
Mastering sequence slicing
This post covers the advanced topics related to sequence slicing, from (negative) steps to implementing slices for your own custom objects.
https://mathspp.com/blog/pydonts/mastering-sequence-slicing
This post covers the advanced topics related to sequence slicing, from (negative) steps to implementing slices for your own custom objects.
https://mathspp.com/blog/pydonts/mastering-sequence-slicing
Mathspp
mathspp – take your Python 🐍 to the next level 🚀
In this Pydon't we cover advanced topics related to sequence slicing,
like (negative) steps, more idiomatic sequence slicing,
slice assignment, and...
like (negative) steps, more idiomatic sequence slicing,
slice assignment, and...