Explaining how I reached the top ranks of the new Data-Centric competition
https://towardsdatascience.com/explaining-how-i-reached-the-top-ranks-of-the-new-data-centric-competition-888fc8e86547
https://towardsdatascience.com/explaining-how-i-reached-the-top-ranks-of-the-new-data-centric-competition-888fc8e86547
Medium
Explaining how I reached the top ranks of the new Data-Centric competition
Following the endorsement of Andrew NG himself(!) regarding my last article, it felt natural to share all tips (with code!) of how I…
Python Parse Library: Simple Way For Reversing F-strings
https://towardsdatascience.com/python-parse-library-simple-way-for-reversing-f-strings-72ad4d59e7c4
https://towardsdatascience.com/python-parse-library-simple-way-for-reversing-f-strings-72ad4d59e7c4
Medium
Python Parse Library: Simple Way For Reversing F-strings
We sometimes need to go the other way around.
Pathway to Master Geospatial Data Science for Free in 2021
https://levelup.gitconnected.com/pathway-to-master-geospatial-data-science-for-free-in-2021-2a206e635762
https://levelup.gitconnected.com/pathway-to-master-geospatial-data-science-for-free-in-2021-2a206e635762
Medium
Pathway to Master Geospatial Data Science for Free in 2021
online courses, books, and documentations…
Installing and Working with Python for Beginners
https://medium.com/@fitzgeraldmr6618/installing-and-working-with-python-for-beginners-6b6fde10d52
https://medium.com/@fitzgeraldmr6618/installing-and-working-with-python-for-beginners-6b6fde10d52
Medium
Installing and Working with Python for Beginners
Introduction
【Python 學習筆記】四種字串格式化(String Formatting)的方法
https://mad-coding.medium.com/python-%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98-%E5%9B%9B%E7%A8%AE%E5%AD%97%E4%B8%B2%E6%A0%BC%E5%BC%8F%E5%8C%96-string-formatting-%E7%9A%84%E6%96%B9%E6%B3%95-822c1e7d2d1
https://mad-coding.medium.com/python-%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98-%E5%9B%9B%E7%A8%AE%E5%AD%97%E4%B8%B2%E6%A0%BC%E5%BC%8F%E5%8C%96-string-formatting-%E7%9A%84%E6%96%B9%E6%B3%95-822c1e7d2d1
Medium
【Python 學習筆記】:四種字串格式化(String Formatting)的方法
此篇文章將介紹四種字串格式化 ( string formatting ) 的方法,分別為%, str.format( ), f-strings 及 template strings,並且比較每個方法的寫法、特色及優缺點
Easiest ways to make GUI’s with Python
https://preettheman.medium.com/easiest-ways-to-make-guis-with-python-be50c1154c0d
https://preettheman.medium.com/easiest-ways-to-make-guis-with-python-be50c1154c0d
Medium
Easiest ways to make GUI’s with Python
Welcome back! For those who don’t know, Python is an awesome programming language with a ton of capability, one of these features is…
Troubleshooting: Export platform-specific Python package using Docker
https://simonlaw-9918.medium.com/troubleshooting-export-platform-specific-python-package-using-docker-f4f41685924b
https://simonlaw-9918.medium.com/troubleshooting-export-platform-specific-python-package-using-docker-f4f41685924b
Medium
Troubleshooting: Export platform-specific Python package using Docker
Python + Docker
Is there an estimator in sklearn that prevents overfitting?
https://tracyrenee61.medium.com/is-there-an-estimator-in-sklearn-that-prevents-overfitting-3a48eaf7c90f
https://tracyrenee61.medium.com/is-there-an-estimator-in-sklearn-that-prevents-overfitting-3a48eaf7c90f
Medium
Is there an estimator in sklearn that prevents overfitting?
When undertaking machine learning, it is important to ensure the data isn’t overfit into the model. Overfitting is a concept in data…
Noise cancellation with Python and Fourier Transform
https://towardsdatascience.com/noise-cancellation-with-python-and-fourier-transform-97303314aa71
https://towardsdatascience.com/noise-cancellation-with-python-and-fourier-transform-97303314aa71
Medium
Noise cancellation with Python and Fourier Transform
Here’s how to use a very simple tool like Fourier Transform to obtain efficient noise cancellation, with few lines of code.
How I Wrote a Python Package to Imitate R’s Nice And Neat Path Handling Functions
https://gwang-jin-kim.medium.com/how-i-wrote-a-python-package-to-imitate-rs-nice-and-neat-path-handling-functions-c6c45eccea9
https://gwang-jin-kim.medium.com/how-i-wrote-a-python-package-to-imitate-rs-nice-and-neat-path-handling-functions-c6c45eccea9
Medium
How I Wrote a Python Package to Imitate R’s Nice And Neat Path Handling Functions
Unifying Python’s Path Handling Functions a la R’s Fashion.
Introduction to NLP Series: Why is it important to filter out for noise
https://eg-romano.medium.com/introduction-to-nlp-series-why-is-it-important-to-filter-out-for-noise-a780131cd89d
https://eg-romano.medium.com/introduction-to-nlp-series-why-is-it-important-to-filter-out-for-noise-a780131cd89d
Medium
Introduction to NLP Series: Why is it important to filter out for noise
We live in an era where we are constantly communicating with each other through different mediums. Whether it be in text messages, audio…