PEP 670 [Draft]: Convert Macros to Functions in the Python C API
https://www.python.org/dev/peps/pep-0670/
https://www.python.org/dev/peps/pep-0670/
Python.org
PEP 670 -- Convert macros to functions in the Python C API
The official home of the Python Programming Language
A NASA TV Still Frame Viewer in Python
https://blog.paoloamoroso.com/2021/04/a-nasa-tv-still-frame-viewer-in-python.html
https://blog.paoloamoroso.com/2021/04/a-nasa-tv-still-frame-viewer-in-python.html
Paoloamoroso
A NASA TV Still Frame Viewer in Python
Spacestills is a Python program for viewing NASA TV still frames. It’s a learning project based on the PySimpleGUI GUI framework.
A New, Free Python Code Quality & Security Scanner With Real-Time Scanning
https://snyk.io/lp/python-snyk-code-checker/?utm_campaign=PYTH-UA-2021&utm_medium=Paid-Email&utm_source=PyCoders&utm_content=Scan-Quality-Scanner
https://snyk.io/lp/python-snyk-code-checker/?utm_campaign=PYTH-UA-2021&utm_medium=Paid-Email&utm_source=PyCoders&utm_content=Scan-Quality-Scanner
Snyk
Python Code Checker | Snyk
Storing Data on a Cassette Using Arduino and Python (Differential Manchester Encoding)
https://zeninstruments.blogspot.com/2021/10/manchester-decoder-and-cassette.html
https://zeninstruments.blogspot.com/2021/10/manchester-decoder-and-cassette.html
Blogspot
Storing data on a cassette using Arduino and Python (Differential Manchester encoding)
A blog about synths, drum machines, pedals and mods.
Building a Recommendation Engine Inside Postgres With Python and Pandas
https://blog.crunchydata.com/blog/recommendation_engine_in_postgres_with_pandas_and_python
https://blog.crunchydata.com/blog/recommendation_engine_in_postgres_with_pandas_and_python
Crunchy Data
Building a recommendation engine inside Postgres with Python and Pandas | Crunchy Data Blog
Learn how you can leverage Python and Pandas from directly inside PostgreSQL to build your own recommendation engine.
Forgot to Set Up a Custom Exception Hook? Perhaps It Is Not Too Late
https://aroberge.blogspot.com/2021/10/forgot-to-set-up-custom-exception-hook.html
https://aroberge.blogspot.com/2021/10/forgot-to-set-up-custom-exception-hook.html
Blogspot
Forgot to set up a custom exception hook? Perhaps it is not too late.
There are many custom exception hook that seek to improve upon the standard one from Python. The very first one is Python's cgitb module, b...
noaa-apt-decoder: Decoding NOAA Weather Satellite Images Using Python
https://github.com/jch15/noaa-apt-decoder
https://github.com/jch15/noaa-apt-decoder
GitHub
GitHub - jch15/noaa-apt-decoder: Automatic picture transmission(APT) protocol decoder for NOAA weather satellites
Automatic picture transmission(APT) protocol decoder for NOAA weather satellites - GitHub - jch15/noaa-apt-decoder: Automatic picture transmission(APT) protocol decoder for NOAA weather satellites
traviscli: Semantically Version Your Python Project on TravisCI
https://github.com/hasii2011/traviscli
https://github.com/hasii2011/traviscli
GitHub
GitHub - hasii2011/traviscli: Get your TravisCI build number
Get your TravisCI build number. Contribute to hasii2011/traviscli development by creating an account on GitHub.
Ordained: An Opinionated Template for Python Packages
https://bpw1621.com/archive/ordained-the-python-project-template/
https://bpw1621.com/archive/ordained-the-python-project-template/
TODO ...
🙏 ORDAINED: The Python Project Template
Creating a Cookiecutter template for generating opinionated Python project boilerplate.
staircase: Data Analysis and Manipulation With Mathematical Step Functions
https://www.staircase.dev/
https://www.staircase.dev/
django-dynamic-admin-forms: Add Simple Interactions to Django Admin
https://pypi.org/project/django-dynamic-admin-forms/
https://pypi.org/project/django-dynamic-admin-forms/
fork-purger: Delete All of Your Forked Repositories on Github
https://github.com/rednafi/fork-purger
https://github.com/rednafi/fork-purger
GitHub
GitHub - rednafi/fork-purger: Delete all of your forked repositories on Github
Delete all of your forked repositories on Github. Contribute to rednafi/fork-purger development by creating an account on GitHub.
DearPyGui 1.0.0: A GPU Accelerated Python GUI Framework
https://github.com/hoffstadt/DearPyGui/releases/tag/v1.0.0
https://github.com/hoffstadt/DearPyGui/releases/tag/v1.0.0
GitHub
Release Version 1.0.0 · hoffstadt/DearPyGui
News
Well folks, this has been a long 17 months but we are finally here. Please at a minimum read the changelog and checkout the Gallery at the end of this release! Also checkout the Founding Spons...
Well folks, this has been a long 17 months but we are finally here. Please at a minimum read the changelog and checkout the Gallery at the end of this release! Also checkout the Founding Spons...
How to use Singular Value Decomposition (SVD) for Image Classification in Python
https://medium.com/@nikoskafritsas/how-to-use-singular-value-decomposition-svd-for-image-classification-in-python-20b1b2ac4990
https://medium.com/@nikoskafritsas/how-to-use-singular-value-decomposition-svd-for-image-classification-in-python-20b1b2ac4990
Medium
How to use Singular Value Decomposition (SVD) for Image Classification in Python
Demystifying the Linear Algebra concepts behind SVD using a practical example.
Creating Sequence Diagrams with PlantUML
https://anubioinfo.medium.com/creating-sequence-diagrams-with-plantuml-558c83bd3eb1
https://anubioinfo.medium.com/creating-sequence-diagrams-with-plantuml-558c83bd3eb1
Medium
Creating Sequence Diagrams with PlantUML
In this blog, I am going to explain how you can create a sequence diagram using PlantUML. You may have used different applications to…