The hidden performance overhead of Python C extensions
https://pythonspeed.com/articles/python-extension-performance/
https://pythonspeed.com/articles/python-extension-performance/
Python⇒Speed
The hidden performance overhead of Python C extensions
A compiled language like Rust or C is a lot faster than Python, with some caveats. Learn about the hidden overhead you’ll need to overcome.
3 features that debuted in Python 3.0 you should use now
Explore some of the underutilized but still useful Python features.
https://opensource.com/article/21/5/python-30-features
Explore some of the underutilized but still useful Python features.
https://opensource.com/article/21/5/python-30-features
Opensource.com
3 features that debuted in Python 3.0 you should use now
This is the first in a series of articles about features that first appeared in a version of Python 3.x.
Elara DB
Elara DB is an easy to use, lightweight NoSQL database written for python that can also be used as a fast in-memory cache. Includes various methods to manipulate data structures in-memory, secure database files and export data.
https://github.com/saurabh0719/elara
Elara DB is an easy to use, lightweight NoSQL database written for python that can also be used as a fast in-memory cache. Includes various methods to manipulate data structures in-memory, secure database files and export data.
https://github.com/saurabh0719/elara
GitHub
GitHub - saurabh0719/elara: Elara DB is an easy to use, lightweight persistent key-value store that can also be used as a fast…
Elara DB is an easy to use, lightweight persistent key-value store that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. :da...
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.