RegEx, Data Classes and Type Hints with Python: Learning from tweet text
https://willianantunes.medium.com/regex-data-classes-and-type-hints-with-python-learning-from-tweet-text-4f0f64366679
https://willianantunes.medium.com/regex-data-classes-and-type-hints-with-python-learning-from-tweet-text-4f0f64366679
Medium
RegEx, Data Classes and Type Hints with Python: Learning from tweet text
Let’s use the RE module and Data Classes to check if a given tweet text is valid to our fictional business rule. Type hints can help with…
How I Built My Own List Type in Python With a String
https://medium.com/@prplcode/how-i-built-my-own-list-type-in-python-with-a-string-e64dfedabe34
https://medium.com/@prplcode/how-i-built-my-own-list-type-in-python-with-a-string-e64dfedabe34
Medium
How I Built My Own List Type in Python With a String
I built my own list type in Python using only a string. Sounds stupid, right? I knew it was stupid, and that was the point! Stupid is fun!
Testing Python module-level code and why it smells
https://medium.com/@sharon.dev/testing-python-module-level-code-and-why-it-smells-3bf1cc5a79d5
https://medium.com/@sharon.dev/testing-python-module-level-code-and-why-it-smells-3bf1cc5a79d5
Medium
Testing Python module-level code and why it smells
On how hard it was to test main.py and code that smells
PyScript — unleash the power of Python in your browser
https://towardsdatascience.com/pyscript-unleash-the-power-of-python-in-your-browser-6e0123c6dc3f
https://towardsdatascience.com/pyscript-unleash-the-power-of-python-in-your-browser-6e0123c6dc3f
Developing mobile applications using Python
https://vaibhavkrgautam.medium.com/developing-mobile-applications-using-python-1f4c923bd2e3
https://vaibhavkrgautam.medium.com/developing-mobile-applications-using-python-1f4c923bd2e3
Medium
Developing mobile applications using Python
Python is well-known for its readability and flexibility of use, which can lead to faster mobile application development — a significant…
Machine learning scholar adventure: Chapter 5
https://azuremis.medium.com/machine-learning-scholar-adventure-chapter-5-2c8b184dcb2
https://azuremis.medium.com/machine-learning-scholar-adventure-chapter-5-2c8b184dcb2
Medium
Machine learning scholar adventure: Chapter 5
What progress did I make?
Selecting Right Graphs For Your Data Visualisation Project
https://blog.jovian.ai/selecting-right-graphs-for-your-data-visualisation-project-ae5217fd84ac
https://blog.jovian.ai/selecting-right-graphs-for-your-data-visualisation-project-ae5217fd84ac
Medium
Selecting Right Graphs For Your Data Visualisation Project
Guide to picking the appropriate graph for your exploratory analysis
How To Automate and Simplify Your Machine Learning Experiment Workflow
https://towardsdatascience.com/how-to-automate-and-simplify-your-machine-learning-experiment-workflow-2be19f4aaa6
https://towardsdatascience.com/how-to-automate-and-simplify-your-machine-learning-experiment-workflow-2be19f4aaa6
Medium
How To Automate and Simplify Your Machine Learning Experiment Workflow
ArgParse is a helpful module that I use to perform multiple ML experiments and report the observations lucidly in a web app
Autoencoders Demystified: Audio signal denoising
https://medium.com/@sriskandaryan/autoencoders-demystified-audio-signal-denoising-32a491ab023a
https://medium.com/@sriskandaryan/autoencoders-demystified-audio-signal-denoising-32a491ab023a
Medium
Autoencoders Demystified: Audio signal denoising
Intro