A Minimalist Approach to Python Virtual Environments
https://towardsdatascience.com/a-minimalist-approach-to-python-virtual-environments-f5dacf76bfad
https://towardsdatascience.com/a-minimalist-approach-to-python-virtual-environments-f5dacf76bfad
Partial functions in Python
Reduce the complexity of your code.
https://towardsdatascience.com/partial-functions-in-python-4441270df1e8
Reduce the complexity of your code.
https://towardsdatascience.com/partial-functions-in-python-4441270df1e8
How to have default/initial values in a Django form that is bound and rendered
Django's Form framework is excellent. It's intuitive and versatile and, best of all, easy to use. ...
https://www.peterbe.com/plog/initial-values-bound-django-form-rendered
Django's Form framework is excellent. It's intuitive and versatile and, best of all, easy to use. ...
https://www.peterbe.com/plog/initial-values-bound-django-form-rendered
Plotting with Pandas — Dates and Bar Plots
Using Pandas Python package to make nice plots with dates…
https://codeburst.io/plotting-with-pandas-dates-and-bar-plots-227f25351274
Using Pandas Python package to make nice plots with dates…
https://codeburst.io/plotting-with-pandas-dates-and-bar-plots-227f25351274
How To Use For Loops Better in Python
A few functions that can improve your looping logic
https://medium.com/better-programming/how-to-use-for-loops-better-in-python-1dfbc3d9e91f
A few functions that can improve your looping logic
https://medium.com/better-programming/how-to-use-for-loops-better-in-python-1dfbc3d9e91f
Blazing Fast Data Wrangling With R data.table
Who has time to do data science with slow code?
https://towardsdatascience.com/blazing-fast-data-wrangling-with-r-data-table-de5045cc4b4d
Who has time to do data science with slow code?
https://towardsdatascience.com/blazing-fast-data-wrangling-with-r-data-table-de5045cc4b4d
Efficiently Checking for an Empty List in Python
https://medium.com/swlh/efficiently-checking-for-an-empty-list-in-python-76b76099fbd3
https://medium.com/swlh/efficiently-checking-for-an-empty-list-in-python-76b76099fbd3
Dashboards in Python for Beginners and Everyone Else using Dash
https://medium.com/swlh/dashboards-in-python-for-beginners-and-everyone-else-using-dash-f0a045a86644
https://medium.com/swlh/dashboards-in-python-for-beginners-and-everyone-else-using-dash-f0a045a86644
JavaScript destructuring like Python kwargs with defaults
In Python
I'm sure it's been blogged about a buncha times before but, I couldn't find it, and I had ...
https://www.peterbe.com/plog/javascript-destructuring-like-python-kwargs-with-defaults
In Python
I'm sure it's been blogged about a buncha times before but, I couldn't find it, and I had ...
https://www.peterbe.com/plog/javascript-destructuring-like-python-kwargs-with-defaults
Peterbe
JavaScript destructuring like Python kwargs with defaults - Peterbe.com
I made metaballs. Works quite fast. https://github.com/Norne9/metaballs
https://www.reddit.com/r/Python/comments/eq30cd/i_made_metaballs_works_quite_fast/
https://www.reddit.com/r/Python/comments/eq30cd/i_made_metaballs_works_quite_fast/
GitHub
GitHub - Norne9/metaballs: Metaballs implementation on python with pygame, numpy and numba
Metaballs implementation on python with pygame, numpy and numba - Norne9/metaballs
Faster Lists In Python
See what list actions are the fastest in Python to speed up your programs.
https://levelup.gitconnected.com/faster-lists-in-python-4c4287502f0a
See what list actions are the fastest in Python to speed up your programs.
https://levelup.gitconnected.com/faster-lists-in-python-4c4287502f0a
Optimizing dlib shape predictor accuracy with find_min_global
In this tutorial you will learn how to use dlib’s findminglobal function to optimize the ...
https://www.pyimagesearch.com/2020/01/13/optimizing-dlib-shape-predictor-accuracy-with-find_min_global/
In this tutorial you will learn how to use dlib’s findminglobal function to optimize the ...
https://www.pyimagesearch.com/2020/01/13/optimizing-dlib-shape-predictor-accuracy-with-find_min_global/
Top 3 Resources to Learn Machine Learning
Looking for a course in applied machine learning? Or…
https://towardsdatascience.com/top-3-resources-to-learn-machine-learning-a2adcda40fd
Looking for a course in applied machine learning? Or…
https://towardsdatascience.com/top-3-resources-to-learn-machine-learning-a2adcda40fd
Passing a function as an argument to another function in Python
One of the more hair-raising facts we learn in my introductory Python trainings is that you can ...
https://treyhunner.com/2020/01/passing-functions-as-arguments/
One of the more hair-raising facts we learn in my introductory Python trainings is that you can ...
https://treyhunner.com/2020/01/passing-functions-as-arguments/
Treyhunner
Passing a function as an argument to another function in Python
One of the more hair-raising facts we learn in my introductory Python trainings is that you can pass functions into other functions.
You can pass …
You can pass …
Build an AI Stock Trading Bot for Free
Create an Artificial Intelligence Model to Manage Investments
https://towardsdatascience.com/build-an-ai-stock-trading-bot-for-free-4a46bec2a18
Create an Artificial Intelligence Model to Manage Investments
https://towardsdatascience.com/build-an-ai-stock-trading-bot-for-free-4a46bec2a18
Lightning Fast XGBoost on Multiple GPUs
Without a lot of code changes
https://towardsdatascience.com/lightning-fast-xgboost-on-multiple-gpus-32710815c7c3
Without a lot of code changes
https://towardsdatascience.com/lightning-fast-xgboost-on-multiple-gpus-32710815c7c3
facebookresearch / SlowFast
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
https://github.com/facebookresearch/SlowFast
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
https://github.com/facebookresearch/SlowFast
GitHub
GitHub - facebookresearch/SlowFast: PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models. - facebookresearch/SlowFast
How to Check if a Number Is Prime in Python
Build a function with this simple algorithm
https://medium.com/better-programming/how-to-check-if-a-number-is-prime-in-python-9855e87cd9f8
Build a function with this simple algorithm
https://medium.com/better-programming/how-to-check-if-a-number-is-prime-in-python-9855e87cd9f8
Web scraping for machine learning
End-to-end project, from getting the data to making predictions…
https://towardsdatascience.com/web-scraping-for-machine-learning-5fffb7047f70
End-to-end project, from getting the data to making predictions…
https://towardsdatascience.com/web-scraping-for-machine-learning-5fffb7047f70
I made a galactic collision simulation in real time with Vpython
https://www.reddit.com/r/Python/comments/erx4ae/i_made_a_galactic_collision_simulation_in_real/
https://www.reddit.com/r/Python/comments/erx4ae/i_made_a_galactic_collision_simulation_in_real/
reddit
I made a galactic collision simulation in real time with Vpython
Posted in r/Python by u/hexaplaysng • 885 points and 31 comments