Write a program to take input of two lists from user and perform union and intersection of these…
https://pythonians.medium.com/write-a-program-to-take-input-of-two-lists-from-user-and-perform-union-and-intersection-of-these-8864f82ec71b
https://pythonians.medium.com/write-a-program-to-take-input-of-two-lists-from-user-and-perform-union-and-intersection-of-these-8864f82ec71b
Medium
Write a program to take input of two lists from user and perform union and intersection of these two lists.
Difficulty Level : Easy
The differences between a static library and a dynamic library
https://medium.com/@alex24dutertre/the-differences-between-a-static-library-and-a-dynamic-library-714840bea128
https://medium.com/@alex24dutertre/the-differences-between-a-static-library-and-a-dynamic-library-714840bea128
Medium
The differences between a static library and a dynamic library
After explaining briefly the differences in my article about the GCC compilation and talking about static libraries in previous articles, I…
Estimating the Performance of an ML Model in the Absence of Ground Truth
https://towardsdatascience.com/estimating-the-performance-of-an-ml-model-in-the-absence-of-ground-truth-cc87dbf6e57
https://towardsdatascience.com/estimating-the-performance-of-an-ml-model-in-the-absence-of-ground-truth-cc87dbf6e57
Medium
Estimating the Performance of an ML Model in the Absence of Ground Truth
Is it even possible? How should you approach it?
Essential Excel Formulas to Improve Office Productivity
https://medium.com/@patilgurav/essential-excel-formulas-to-improve-office-productivity-52362b960715
https://medium.com/@patilgurav/essential-excel-formulas-to-improve-office-productivity-52362b960715
Medium
Essential Excel Formulas to Improve Office Productivity
Tips & Tricks
Python | How to scrap websites with BeautifulSoup
https://medium.com/@vipinc.007/python-how-to-scrap-websites-with-beautifulsoup-1faf67dacec0
https://medium.com/@vipinc.007/python-how-to-scrap-websites-with-beautifulsoup-1faf67dacec0
Medium
Python | How to scrap websites with BeautifulSoup
I never thought its this simple
Control Who Could Access Your Streamlit Dashboards
https://towardsdatascience.com/streamlit-access-control-dae3ab8b7888
https://towardsdatascience.com/streamlit-access-control-dae3ab8b7888
Medium
Control Who Could Access Your Streamlit Dashboards
Let Django’s permission system take care of the authorization control.
How to create a Text To Speech API using `pyttsx3` library?
https://medium.com/@xinweiiiii/how-to-create-a-text-to-speech-api-using-pyttsx3-library-44017dad9ef2
https://medium.com/@xinweiiiii/how-to-create-a-text-to-speech-api-using-pyttsx3-library-44017dad9ef2
Medium
How to create a Text To Speech API using `pyttsx3` library?
Have you ever felt bored reading a huge chunk of texts — hoping that someone can read the content to you aloud or being able to save the…
The perfect day at Walt Disney World: Finding an optimal route through Magic Kingdom using Python
https://medium.com/@kylembandy/the-perfect-day-at-walt-disney-world-finding-an-optimal-route-through-magic-kingdom-using-python-f4fe2cc104b8
https://medium.com/@kylembandy/the-perfect-day-at-walt-disney-world-finding-an-optimal-route-through-magic-kingdom-using-python-f4fe2cc104b8
Medium
The perfect day at Walt Disney World: Finding an optimal route through Magic Kingdom using Python
Planning a Walt Disney World vacation can be a full time job all by itself. Now imagine a scenario where you only had one day to visit…
Machine Learning: Simple Linear Regression With Python
https://hardyantz.medium.com/machine-learning-simple-linear-regression-with-python-c0adac92e0ca
https://hardyantz.medium.com/machine-learning-simple-linear-regression-with-python-c0adac92e0ca
Medium
Machine Learning: Simple Linear Regression With Python
Machine learning (ML) is a type of artificial intelligence (AI) that allows software applications to become more accurate at predicting…
Python Libraries for Mesh, Point Cloud, and Data Visualization (Part 2)
https://towardsdatascience.com/python-libraries-for-mesh-point-cloud-and-data-visualization-part-2-385f16188f0f
https://towardsdatascience.com/python-libraries-for-mesh-point-cloud-and-data-visualization-part-2-385f16188f0f
Medium
Python Libraries for Mesh, Point Cloud, and Data Visualization (Part 2)
Eight of the best Python libraries for stunning 3D visualizations, plots, and animations (Part2).
10 Terminal Commands Anyone Learning Python Should Know
https://towardsdatascience.com/10-terminal-commands-anyone-learning-python-should-know-22c847ece888
https://towardsdatascience.com/10-terminal-commands-anyone-learning-python-should-know-22c847ece888
Medium
10 Terminal Commands Anyone Learning Python Should Know
Use your computer like a pro with terminal commands
The Hungarian Algorithm: a use case for Football Managers
https://andrea-grianti.medium.com/the-hungarian-algorithm-a-use-case-for-football-managers-2527ad3097ef
https://andrea-grianti.medium.com/the-hungarian-algorithm-a-use-case-for-football-managers-2527ad3097ef
Medium
The Hungarian Algorithm: a use case for Football Managers
With football players skill data, the usage of the hungarian algorithm (also called the Munkres algorithm), combinatorics and a bit of…
Implementasi Flask Application untuk Memprediksi Gambar Hewa menggunakan Model Tensorflow ResNet50
https://medium.com/@akaaji02/implementasi-flask-application-untuk-memprediksi-gambar-hewa-menggunakan-model-tensorflow-resnet50-def814a07cf6
https://medium.com/@akaaji02/implementasi-flask-application-untuk-memprediksi-gambar-hewa-menggunakan-model-tensorflow-resnet50-def814a07cf6
Medium
Implementasi Flask Application untuk Memprediksi Gambar Hewa menggunakan Model Tensorflow ResNet50
Yang perlu disiapkan adalah python, minimal versi 3.7, git, heroku cli dan software editor Visual Code Studio (boleh dengan software…
Translate speech to any language (Google supported) with Python and Google Translate API
https://shelwyncorte.medium.com/translate-speech-to-any-language-google-supported-with-python-and-google-translate-api-14673747acb7
https://shelwyncorte.medium.com/translate-speech-to-any-language-google-supported-with-python-and-google-translate-api-14673747acb7
Medium
Translate speech to any language (Google supported) with Python and Google Translate API
In this article, we are going to create a speech translator with python using the Google translate API