wilsonfreitas / awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
https://github.com/wilsonfreitas/awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
https://github.com/wilsonfreitas/awesome-quant
GitHub
GitHub - wilsonfreitas/awesome-quant: A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative…
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance) - wilsonfreitas/awesome-quant
How image search works at Dropbox
In this post we’ll describe the core idea behind our image content search method, based on techniques from machine learning, then discuss how we built a performant implementation on Dropbox’s existing search infrastructure.
https://dropbox.tech/machine-learning/how-image-search-works-at-dropbox
In this post we’ll describe the core idea behind our image content search method, based on techniques from machine learning, then discuss how we built a performant implementation on Dropbox’s existing search infrastructure.
https://dropbox.tech/machine-learning/how-image-search-works-at-dropbox
dropbox.tech
How image search works at Dropbox
Python is now the second most popular language in the world according to TIOBE. This is the highest position that Python reaches since 2001.
https://www.reddit.com/r/Python/comments/nlavn7/python_is_now_the_second_most_popular_language_in/
https://www.reddit.com/r/Python/comments/nlavn7/python_is_now_the_second_most_popular_language_in/
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 | TechRepublic
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. - Tutoriales 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.