The Correct Way to Overload Functions in Python
Were you taught that function overloading isn’t possible in Python? Here’s how you can do it with generic functions and multiple dispatch!
https://t.co/JCDEDszwHB
Were you taught that function overloading isn’t possible in Python? Here’s how you can do it with generic functions and multiple dispatch!
https://t.co/JCDEDszwHB
Medium
The Correct Way to Overload Functions in Python
Were you taught that function overloading isn't possible in Python? Here's how you can do it with generic functions and multiple dispatch!
A Concrete Introduction to Probability (Using Python) (Norvig, 2018)
https://github.com/norvig/pytudes/blob/master/ipynb/Probability.ipynb
https://github.com/norvig/pytudes/blob/master/ipynb/Probability.ipynb
GitHub
pytudes/ipynb/Probability.ipynb at main · norvig/pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills. - pytudes/ipynb/Probability.ipynb at main · norvig/pytudes
Listening to Satellites with my Raspberry Pi
Building a live dashboard with the help of a few hardware modules.
https://healeycodes.com/listening-to-satellites-with-my-raspberry-pi/
Building a live dashboard with the help of a few hardware modules.
https://healeycodes.com/listening-to-satellites-with-my-raspberry-pi/
Healeycodes
Listening to Satellites with my Raspberry Pi
Building a live dashboard with the help of a few hardware modules.
Why Python 4.0 might never arrive, according to its creator
https://www.techrepublic.com/article/programming-languages-why-python-4-0-will-probably-never-arrive-according-to-its-creator/
https://www.techrepublic.com/article/programming-languages-why-python-4-0-will-probably-never-arrive-according-to-its-creator/
TechRepublic
Programming languages: Why Python 4.0 might never arrive, according to its creator
In a Q&A, Python programming language creator Guido van Rossum said it was "almost taboo to talk about a Python 4 in a serious sense" following the troubled migration from Python 2.0 to Python 3.0.
leafmap
A Python package for geospatial analysis and interactive mapping with minimal coding in a Jupyter environment.
https://github.com/giswqs/leafmap
A Python package for geospatial analysis and interactive mapping with minimal coding in a Jupyter environment.
https://github.com/giswqs/leafmap
GitHub
GitHub - opengeos/leafmap: A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment - GitHub - opengeos/leafmap: A Python package for interactive mapping and geospatial a...
pyston / pyston
A faster and highly-compatible implementation of the Python programming language.
https://github.com/pyston/pyston
A faster and highly-compatible implementation of the Python programming language.
https://github.com/pyston/pyston
GitHub
GitHub - pyston/pyston: (No longer maintained) A faster and highly-compatible implementation of the Python programming language.
(No longer maintained) A faster and highly-compatible implementation of the Python programming language. - pyston/pyston
PaperWhisperer
Automatic voice-synthetised summaries of latest research papers on arXiv.
https://github.com/musikalkemist/paperwhisperer
Automatic voice-synthetised summaries of latest research papers on arXiv.
https://github.com/musikalkemist/paperwhisperer
GitHub
GitHub - musikalkemist/paperwhisperer: Automatic voice-synthetised summaries of latest research papers on arXiv
Automatic voice-synthetised summaries of latest research papers on arXiv - GitHub - musikalkemist/paperwhisperer: Automatic voice-synthetised summaries of latest research papers on arXiv
The definitive guide to Python virtual environments with conda
Master Python virtual environments with conda, once and for all. Learn how to install conda from scratch, manage, and packaging virtual environments.
https://whiteboxml.com/blog/the-definitive-guide-to-python-virtual-environments-with-conda
Master Python virtual environments with conda, once and for all. Learn how to install conda from scratch, manage, and packaging virtual environments.
https://whiteboxml.com/blog/the-definitive-guide-to-python-virtual-environments-with-conda
Whiteboxml
The definitive guide to Python virtual environments with conda | WhiteBox Blog
Master Python virtual environments with conda, once and for all. - Tutorials WhiteBox
NLP - Text Manipulation
1 Introduction 1.1 What is NLP? 1.2 Future Perspectives for NLP 1.3 Application Areas of NLP 2 ...
https://michael-fuchs-python.netlify.com/2021/05/18/nlp-text-manipulation/
1 Introduction 1.1 What is NLP? 1.2 Future Perspectives for NLP 1.3 Application Areas of NLP 2 ...
https://michael-fuchs-python.netlify.com/2021/05/18/nlp-text-manipulation/
RetroLab — A JupyterLab distribution with a retro look and feel
RetroLab is an alternative JupyterLab distribution, built from the ground-up, providing a notebook interface with a retro look and feel.
https://blog.jupyter.org/retrolab-a-jupyterlab-distribution-with-a-retro-look-and-feel-8096b8b223d0
RetroLab is an alternative JupyterLab distribution, built from the ground-up, providing a notebook interface with a retro look and feel.
https://blog.jupyter.org/retrolab-a-jupyterlab-distribution-with-a-retro-look-and-feel-8096b8b223d0
Medium
RetroLab — A JupyterLab distribution with a retro look and feel
RetroLab is an alternative JupyterLab distribution, built from the ground-up, providing a notebook interface with a retro look and feel.
How to Simplify Django Migrations and Deployment
When removing fields from Django models, or adding non-nullable fields, it can be hard to avoid a mismatch between code running on some servers and the database in use. By using django-add-default-value and django-deprecate-fields to simplify the migration and deployment process, you will eliminate a common Django deployment headache. This has been a challenge for a while now. Believe it or not,
https://www.caktusgroup.com/blog/2021/05/25/django-migrations-and-deployment/
When removing fields from Django models, or adding non-nullable fields, it can be hard to avoid a mismatch between code running on some servers and the database in use. By using django-add-default-value and django-deprecate-fields to simplify the migration and deployment process, you will eliminate a common Django deployment headache. This has been a challenge for a while now. Believe it or not,
https://www.caktusgroup.com/blog/2021/05/25/django-migrations-and-deployment/
Caktusgroup
How to Simplify Django Migrations and Deployment | Caktus Group
When removing fields from Django models, or adding non-nullable fields, it can be hard to avoid a mismatch between code running on some servers and the database in use.
Deploying Django with Docker Compose
Learn how to deploy a Django app to an EC2 instance using Docker Compose.
https://www.youtube.com/watch?v=mScd-Pc_pX0
Learn how to deploy a Django app to an EC2 instance using Docker Compose.
https://www.youtube.com/watch?v=mScd-Pc_pX0
YouTube
Deploying Django with Docker Compose
How to deploy a Django app to an EC2 instance using Docker Compose.
Find the blog post for this tutorial here: https://londonappdeveloper.com/deploying-django-with-docker-compose/
Resources:
- uwsgi_params: https://uwsgi-docs.readthedocs.io/en/latest/Nginx.html#what…
Find the blog post for this tutorial here: https://londonappdeveloper.com/deploying-django-with-docker-compose/
Resources:
- uwsgi_params: https://uwsgi-docs.readthedocs.io/en/latest/Nginx.html#what…
JupyterLite
JupyterLite is a JupyterLab distribution that runs entirely in the browser built from the ground-up using JupyterLab components and extensions.
https://github.com/jtpio/jupyterlite
JupyterLite is a JupyterLab distribution that runs entirely in the browser built from the ground-up using JupyterLab components and extensions.
https://github.com/jtpio/jupyterlite
GitHub
GitHub - jtpio/jupyterlite: Wasm powered Jupyter running in the browser 💡
Wasm powered Jupyter running in the browser 💡. Contribute to jtpio/jupyterlite development by creating an account on GitHub.
Django security releases issued: 3.2.4, 3.1.12, and 2.2.24
https://www.djangoproject.com/weblog/2021/jun/02/security-releases/
https://www.djangoproject.com/weblog/2021/jun/02/security-releases/
Pynguin – Allow developers to generate Python unit tests automatically
https://github.com/se2p/pynguin
https://github.com/se2p/pynguin
GitHub
GitHub - se2p/pynguin: The PYthoN General UnIt Test geNerator is a test-generation tool for Python
The PYthoN General UnIt Test geNerator is a test-generation tool for Python - se2p/pynguin
PyTouch
PyTouch is a machine learning library for tactile touch sensing.
https://github.com/facebookresearch/PyTouch
PyTouch is a machine learning library for tactile touch sensing.
https://github.com/facebookresearch/PyTouch
GitHub
GitHub - facebookresearch/PyTouch: PyTouch is a machine learning library for tactile touch sensing.
PyTouch is a machine learning library for tactile touch sensing. - facebookresearch/PyTouch
SparseML
Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models.
https://github.com/neuralmagic/sparseml
Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models.
https://github.com/neuralmagic/sparseml
GitHub
GitHub - neuralmagic/sparseml: Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling…
Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models - neuralmagic/sparseml