Django security releases issued: 3.2.1, 3.1.9, and 2.2.21
https://www.djangoproject.com/weblog/2021/may/04/security-releases/
https://www.djangoproject.com/weblog/2021/may/04/security-releases/
From 2 weeks to 15 minutes — How we optimized playlist generation
https://deezer.io/from-2-weeks-to-15-minutes-how-we-optimized-playlist-generation-20078702042
https://deezer.io/from-2-weeks-to-15-minutes-how-we-optimized-playlist-generation-20078702042
Medium
From 2 weeks to 15 minutes — How we optimized playlist generation
In the past few years, the music streaming industry has been very competitive and all companies are looking for a way to differentiate…
OSAS
One Stop Anomaly Shop: Anomaly detection using two-phase approach: (a) pre-labeling using statistics, Natural Language Processing and static rules; (b) anomaly scoring using supervised and unsupervised machine learning.
https://github.com/adobe/OSAS
One Stop Anomaly Shop: Anomaly detection using two-phase approach: (a) pre-labeling using statistics, Natural Language Processing and static rules; (b) anomaly scoring using supervised and unsupervised machine learning.
https://github.com/adobe/OSAS
GitHub
GitHub - adobe/OSAS: One Stop Anomaly Shop: Anomaly detection using two-phase approach: (a) pre-labeling using statistics, Natural…
One Stop Anomaly Shop: Anomaly detection using two-phase approach: (a) pre-labeling using statistics, Natural Language Processing and static rules; (b) anomaly scoring using supervised and unsuperv...
Show HN: MPL Plotter – Python library to make technical plots more efficiently
https://github.com/antonlopezr/mpl_plotter
https://github.com/antonlopezr/mpl_plotter
GitHub
antonlopezr/mpl_plotter
Matplotlib based plotting library. Simple and effective. - antonlopezr/mpl_plotter
Create Python Games and Mobile Apps
In this Kivy tutorial, you will learn to create games and applications with Python for every platform (Windows, Mac, iOS, Android).
https://www.youtube.com/watch?v=l8Imtec4ReQ
In this Kivy tutorial, you will learn to create games and applications with Python for every platform (Windows, Mac, iOS, Android).
https://www.youtube.com/watch?v=l8Imtec4ReQ
YouTube
Kivy Course - Create Python Games and Mobile Apps
In this Kivy tutorial, you will learn to create games and applications with Python for every platform (Windows, Mac, iOS, Android).
First you will learn how to use the Kivy library. You will create graphical user interfaces with buttons, labels, and images.…
First you will learn how to use the Kivy library. You will create graphical user interfaces with buttons, labels, and images.…
Python in Visual Studio Code – May 2021 Release
Pylance is now the default language server for Python and is bundled with the core Python extension as an optional extension starting with this release. Other notable updates are that we now have faster extension startup time and a new debugger feature: live reload for Python scripts.
https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2021-release/
Pylance is now the default language server for Python and is bundled with the core Python extension as an optional extension starting with this release. Other notable updates are that we now have faster extension startup time and a new debugger feature: live reload for Python scripts.
https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2021-release/
Microsoft News
Python in Visual Studio Code – May 2021 Release
We’re thrilled to announce that the May 2021 release of the Python extension is here and it brings Pylance as the new default language server for Python, faster extension startup times and code reload when debugging Python scripts. Keep on reading to learn…
An alternative free and open source translation package that integrates multiple translators in one tool
https://www.reddit.com/r/madeinpython/comments/n99a12/an_alternative_free_and_open_source_translation/
https://www.reddit.com/r/madeinpython/comments/n99a12/an_alternative_free_and_open_source_translation/
reddit
An alternative free and open source translation package that...
Hi everyone, A part of this post is to promote the project and the other part is actually to question why it is being noticed lately :D I...
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