A16: Seaborn (Part-1): Statistical Data Visualization (Distribution plots)
https://junaidsqazi.medium.com/a16-seaborn-part-1-statistical-data-visualization-distribution-plots-d9b469679470
https://junaidsqazi.medium.com/a16-seaborn-part-1-statistical-data-visualization-distribution-plots-d9b469679470
Medium
A16: Seaborn (Part-1): Statistical Data Visualization (Distribution Plots)
This article s a part of “Data Science from Scratch — Can I to I Can”, A Lecture Notes Book Series. (click here to buy your copy today!)
Versioning Machine Learning Experiments vs Tracking Them
https://towardsdatascience.com/versioning-machine-learning-experiments-vs-tracking-them-f3096a67faa1
https://towardsdatascience.com/versioning-machine-learning-experiments-vs-tracking-them-f3096a67faa1
Medium
Versioning Machine Learning Experiments vs Tracking Them
Learn how to improve ML reproducibility with DVC
How to Change a DataFrame from Wide to Long Format Using Pandas
https://python.plainenglish.io/how-to-change-a-dataframe-from-wide-to-long-format-using-pandas-be9f6a49dc2d
https://python.plainenglish.io/how-to-change-a-dataframe-from-wide-to-long-format-using-pandas-be9f6a49dc2d
Medium
How to Change a DataFrame from Wide to Long Format Using Pandas
A guide to changing a DataFrame from wide to long format using pandas.DataFrame.melt() function.
Notifications to Mobile Device, from anywhere in 5 minutes
https://medium.com/@isa.chamin/notifications-to-mobile-device-from-anywhere-in-5-minutes-7e2e41cd26a5
https://medium.com/@isa.chamin/notifications-to-mobile-device-from-anywhere-in-5-minutes-7e2e41cd26a5
Medium
Notifications to Mobile Device, from anywhere in 5 minutes
Getting notifications to mobile device from anywhere without too much overhead is not easy.
MicroStudio now supports 4 programming languages: microScript,Python,JS and Lua
https://microstudio.dev/community/news/microstudio-now-supports-4-programming-languages-microscript-python-javascript-and-lua/254/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://microstudio.dev/community/news/microstudio-now-supports-4-programming-languages-microscript-python-javascript-and-lua/254/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
microstudio.dev
microStudio now supports 4 programming languages: microScript, Python, JavaScript and Lua!
This is quite the big update: you can now choose from 4 programming languages for your microStudio project: **microScript**, **Python**, **JavaScript** or **Lua**! All this still from your web browser. With any of these 4 languages, you have access to all…
Getting started with Cython: how to perform >1.7 billion calculations per second in Python
https://mikehuls.medium.com/getting-started-with-cython-how-to-perform-1-7-billion-calculations-per-second-in-python-b83374cfcf77
https://mikehuls.medium.com/getting-started-with-cython-how-to-perform-1-7-billion-calculations-per-second-in-python-b83374cfcf77
Medium
Getting started with Cython: How to perform >1.7 billion calculations per second in Python
Combine the ease of Python with the speed of C