Detect edges in images using Fourier Transform
https://medium.com/@parthi.marimuthu10/detect-edges-in-images-using-fourier-transform-be6b0d8dce8d
https://medium.com/@parthi.marimuthu10/detect-edges-in-images-using-fourier-transform-be6b0d8dce8d
Medium
Detect edges in images using Fourier Transform
During my school days, one fine evening my mathematics professor teaches me about Fourier transform. My friend asked me: Where do we use…
Want to see the trend of the Covid-19 cases around the world at a glance?
https://medium.com/@rsamasiri/want-to-see-the-trend-of-the-covid-19-cases-around-the-world-at-a-glance-d13a11ffd7db
https://medium.com/@rsamasiri/want-to-see-the-trend-of-the-covid-19-cases-around-the-world-at-a-glance-d13a11ffd7db
Medium
Want to see the trend of the Covid-19 cases around the world at a glance?
As the current Coronavirus (COVID-19) pandemic situation doesn’t seem to be getting better in my country, I’d like to check the trend of…
SWE Interview Experience with Mercedes Benz | MBRDI | Bangalore
https://medium.com/@frozen_codes/swe-interview-experience-with-mercedes-benz-mbrdi-bangalore-496e1eb00a07
https://medium.com/@frozen_codes/swe-interview-experience-with-mercedes-benz-mbrdi-bangalore-496e1eb00a07
Medium
SWE Interview Experience with Mercedes Benz | MBRDI | Bangalore
Recently, I had the opportunity to experience the entire Interview Process for Software Engineer with MBRDI, that is, Mercedes Benz…
Consuming the GitHub API v3 and load the data into SQLite database
https://medium.com/mcd-unison/consuming-the-github-api-v3-and-load-the-data-into-sqlite-database-223025ca8a4a
https://medium.com/mcd-unison/consuming-the-github-api-v3-and-load-the-data-into-sqlite-database-223025ca8a4a
Medium
Consuming the GitHub API v3 and load the data into SQLite database
Github is the most popular Git repositories internet hosting, and is the preferred place for sharing open source code byt the open source…
Exploring Foursquare API for Venues with Python and JupyterDash
https://medium.com/geekculture/exploring-foursquare-api-for-venues-with-python-and-jupyterdash-b95d21aae307
https://medium.com/geekculture/exploring-foursquare-api-for-venues-with-python-and-jupyterdash-b95d21aae307
Medium
Exploring Foursquare API for Venues with Python and JupyterDash
Some interesting location-based services
Implementasi Face Recognition menggunakan OpenCV-Python
https://nadyaanisf.medium.com/implementasi-face-recognition-menggunakan-opencv-python-710ee22293b6
https://nadyaanisf.medium.com/implementasi-face-recognition-menggunakan-opencv-python-710ee22293b6
Medium
Implementasi Face Recognition menggunakan OpenCV-Python
Hai teman-teman!
Using Pandas’ contains() method to filter a DataFrame column for specific words or phrases
https://deallen7.medium.com/using-pandas-contains-method-to-filter-a-dataframe-column-for-specific-words-or-phrases-7567e7dcebb8
https://deallen7.medium.com/using-pandas-contains-method-to-filter-a-dataframe-column-for-specific-words-or-phrases-7567e7dcebb8
Medium
Using Pandas’ contains() method to filter a DataFrame column for specific words or phrases
Documentation for using Panda’s contains() method to filter a Pandas DataFrame column on a specific string; with Python and Jupyter…