Plotting all forts in Maharashtra on a map using Folium and Python.
https://medium.com/@yash_kulkarni/plotting-all-forts-in-maharashtra-on-a-map-using-folium-and-python-dbde5793aaf
https://medium.com/@yash_kulkarni/plotting-all-forts-in-maharashtra-on-a-map-using-folium-and-python-dbde5793aaf
Medium
Plotting all forts in Maharashtra on a map using Folium and Python.
Folium is a powerful Python library that helps you create several types of Leaflet maps. By default, Folium creates a map in a separate…
The 10 programming languages that will change the world in 2023
https://medium.com/@owozplayer/the-10-programming-languages-that-will-change-the-world-in-2023-8655e2121d5a
https://medium.com/@owozplayer/the-10-programming-languages-that-will-change-the-world-in-2023-8655e2121d5a
Medium
The 10 programming languages that will change the world in 2023
The world of programming is constantly evolving, and the languages that are in demand are always changing. However, there are a few…
Understanding Distance Metrics in Machine Learning
https://medium.com/@mariomalev000111/understanding-distance-metrics-in-machine-learning-2f5575f48ae6
https://medium.com/@mariomalev000111/understanding-distance-metrics-in-machine-learning-2f5575f48ae6
Medium
Understanding Distance Metrics in Machine Learning
A look into the diffrent distance metrics in ML.
Learning Linear Regression (Part 2): An Automobile Example
https://dr-alvin-ang.medium.com/learning-linear-regression-part-2-an-automobile-example-81a3fc69a075
https://dr-alvin-ang.medium.com/learning-linear-regression-part-2-an-automobile-example-81a3fc69a075
Medium
Learning Linear Regression (Part 2): An Automobile Example
using Scikit Learn in Python by Dr. Alvin Ang
Numerical Approximation for Integral & Derivative
https://medium.com/@enozeren/numerical-approximation-for-integral-derivative-1400100d7763
https://medium.com/@enozeren/numerical-approximation-for-integral-derivative-1400100d7763
Medium
Numerical Approximation for Integral & Derivative
Hi! In this artical, I’m going back to basics of Calculus and revisit the integration and derivation. I’ll implement the numerical approach…
Combining and Swapping of Images in Python using OpenCV and NumPy
https://medium.com/@pradnyakokil24/combining-and-swapping-of-images-in-python-using-opencv-and-numpy-65b775d4debd
https://medium.com/@pradnyakokil24/combining-and-swapping-of-images-in-python-using-opencv-and-numpy-65b775d4debd
Medium
Combining and Swapping of Images in Python using OpenCV and NumPy
In this blog, we will explore two exciting tasks involving image manipulation:
Revisiting our “Bake the cake” recipe — objects and classes in programming languages
https://medium.com/@drpa/revisiting-our-bake-the-cake-recipe-objects-and-classes-in-programming-languages-493e43919ba6
https://medium.com/@drpa/revisiting-our-bake-the-cake-recipe-objects-and-classes-in-programming-languages-493e43919ba6
Medium
Revisiting our “Bake the cake” recipe — objects and classes in programming languages
Hello there!, well in the previous article we tried to understand the core concepts of (any) programming language with real-world…
An art or image using arrays and Numpy
https://medium.com/@pradnyakokil24/an-art-or-image-using-arrays-and-numpy-ecb65fd2e31e
https://medium.com/@pradnyakokil24/an-art-or-image-using-arrays-and-numpy-ecb65fd2e31e
Medium
An art or image using arrays and Numpy
In this blog, we’ll use Python to create fascinating visual patterns! We can achieve all this with the help of OpenCV and NumPy libraries…
Deploying a simple Django (DRF) app to a Kubernetes cluster, part 3: using an nginx pod as proxy
https://snoekiede.medium.com/deploying-a-simple-django-drf-app-to-a-kubernetes-cluster-part-3-using-an-nginx-pod-as-proxy-6a6ddd10ac9d
https://snoekiede.medium.com/deploying-a-simple-django-drf-app-to-a-kubernetes-cluster-part-3-using-an-nginx-pod-as-proxy-6a6ddd10ac9d
Medium
Deploying a simple Django (DRF) app to a Kubernetes cluster, part 3: using an nginx pod as proxy
Introduction
Creating a Webpage with Django and Docker: A Beginner’s Tutorial
https://medium.com/@nabsab18/creating-a-webpage-with-django-and-docker-a-beginners-tutorial-16bfc2d817b4
https://medium.com/@nabsab18/creating-a-webpage-with-django-and-docker-a-beginners-tutorial-16bfc2d817b4
Medium
Creating a Webpage with Django and Docker: A Beginner’s Tutorial
In this beginner’s tutorial, I’ll show you how to create a simple webpage using Django, a powerful Python web framework, and containerize…
Mastering Time Series Forecasting: Revealing the Power of Fourier Terms in ARIMA
https://medium.com/@aysuudemiir/mastering-time-series-forecasting-revealing-the-power-of-fourier-terms-in-arima-d34a762be1ce
https://medium.com/@aysuudemiir/mastering-time-series-forecasting-revealing-the-power-of-fourier-terms-in-arima-d34a762be1ce
Medium
Mastering Time Series Forecasting: Revealing the Power of Fourier Terms in ARIMA
Seasonal ARIMA (SARIMA) models are frequently utilized for time series data that exhibit seasonality. However, when dealing with…
Extracting Timestamps from YouTube Video Transcripts using Python
https://medium.com/@oladenj/extracting-timestamps-from-youtube-video-transcripts-using-python-e2329503d1e0
https://medium.com/@oladenj/extracting-timestamps-from-youtube-video-transcripts-using-python-e2329503d1e0
Medium
Extracting Timestamps from YouTube Video Transcripts using Python
Introduction
Implementing Locally-Hosted Llama2 Chat UI Using Streamlit
https://medium.com/@daydreamersjp/implementing-locally-hosted-llama2-chat-ui-using-streamlit-53b181651b4e
https://medium.com/@daydreamersjp/implementing-locally-hosted-llama2-chat-ui-using-streamlit-53b181651b4e
Medium
Implementing Locally-Hosted Llama2 Chat UI Using Streamlit
In this blog post, we’re going to build upon the chat feature I introduced in my previous article. In that piece, I utilized the OpenAI API…
Python Beginner Project — Number Guessing Game
https://medium.com/@cchathu1999/python-beginner-project-number-guessing-game-ccd3332cf9ed
https://medium.com/@cchathu1999/python-beginner-project-number-guessing-game-ccd3332cf9ed
Medium
Python Beginner Project — Number Guessing Game
Python is a great language for beginners to start coding because it’s easy to understand. Learning through projects can be fun too! So, in…
TensorFlow Basics: Converting Celsius Temperatures to Fahrenheit
https://medium.com/@sadeghiborna/tensorflow-basics-converting-celsius-temperatures-to-fahrenheit-fcf0aa59fbf0
https://medium.com/@sadeghiborna/tensorflow-basics-converting-celsius-temperatures-to-fahrenheit-fcf0aa59fbf0
Medium
TensorFlow Basics: Converting Celsius Temperatures to Fahrenheit
Prerequisites: Basic Python, TensorFlow 2.0.0 installed (or, use Google Colab)