120 Python Projects with Source Code
120 Python Projects with Source Code solved and explained for free.
https://medium.com/coders-camp/120-python-projects-with-source-code-c913bb95bab8
120 Python Projects with Source Code solved and explained for free.
https://medium.com/coders-camp/120-python-projects-with-source-code-c913bb95bab8
Medium
120 Python Projects with Source Code
120 Python Projects with Source Code solved and explained for free.
Convert a Python Project to an Executable (.exe) File
How to convert .py to .exe using Auto PY to EXE
https://python.plainenglish.io/convert-a-python-project-to-an-executable-exe-file-175080da4485
How to convert .py to .exe using Auto PY to EXE
https://python.plainenglish.io/convert-a-python-project-to-an-executable-exe-file-175080da4485
TI-84 Plus CE Python Graphing Calculator
https://education.ti.com/en/products/calculators/graphing-calculators/ti-84-plus-ce-python
https://education.ti.com/en/products/calculators/graphing-calculators/ti-84-plus-ce-python
Ti
TI-84 Plus CE Family Graphing Calculators | Texas Instruments
Go beyond math and science. TI-84 Plus CE family graphing calculators come with programming languages so students can code — anywhere, anytime.
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...