Handling computer vision events in real time with Kafka and Pipeless
https://python.plainenglish.io/handling-computer-vision-events-in-real-time-with-kafka-and-pipeless-61c1b45c2791
https://python.plainenglish.io/handling-computer-vision-events-in-real-time-with-kafka-and-pipeless-61c1b45c2791
Medium
Handling computer vision events in real time with Kafka and Pipeless
Emiting and handling events from a computer vision application in real time using Python, Apache Kafka and Pipeless.
Creating a Streamlit-Powered Data Dashboard: A Step-by-Step Guide
https://medium.com/@parktwin2/creating-a-streamlit-powered-data-dashboard-a-step-by-step-guide-e24fa016eadd
https://medium.com/@parktwin2/creating-a-streamlit-powered-data-dashboard-a-step-by-step-guide-e24fa016eadd
Medium
Creating a Streamlit-Powered Data Dashboard: A Step-by-Step Guide
In the world of data science and machine learning, presenting your findings and insights in a clear and interactive way is crucial…
Creating a Fun Image Mashup: Combining and Swapping Images using Python
https://medium.com/@rashmi160403/creating-a-fun-image-mashup-combining-and-swapping-images-using-python-f3dcac3afedc
https://medium.com/@rashmi160403/creating-a-fun-image-mashup-combining-and-swapping-images-using-python-f3dcac3afedc
Medium
Creating a Fun Image Mashup: Combining and Swapping Images using Python
Images have always been a powerful medium for conveying ideas, stories, and emotions. But what if you could take two images and combine…
Handling AJAX requests in Django
https://mccall167.medium.com/handling-ajax-requests-in-django-da7a9f2eeba7
https://mccall167.medium.com/handling-ajax-requests-in-django-da7a9f2eeba7
Medium
Handling AJAX requests in Django
An AJAX (Asynchronous JavaScript and XML) request is a technique used in web development to send and receive data from a web server without requiring a full page refresh. Instead of loading a new web…
How to connect multiple databases to Django project
https://medium.com/@elijahobara/how-to-connect-multiple-databases-to-django-project-4faa94f11495
https://medium.com/@elijahobara/how-to-connect-multiple-databases-to-django-project-4faa94f11495
Medium
How to connect multiple databases to Django project
In today’s interconnected world, managing multiple databases within a Django project has become a common necessity for many developers…
Find Colours That Better Match Your Dresses or Home Decors with Python!
https://medium.com/@sumit.tripathi/find-colours-that-better-match-your-dresses-or-home-decors-with-python-1674785e55f2
https://medium.com/@sumit.tripathi/find-colours-that-better-match-your-dresses-or-home-decors-with-python-1674785e55f2
Medium
Find Colours That Better Match Your Dresses or Home Decors with Python!
Colours matchers to help you find the different colours combination from your picture
Introduction to Non-relational databases with MongoDB Atlas, Python with Motor (Async) & Pymongo…
https://medium.com/@sangeeth123sj/introduction-to-non-relational-databases-with-mongodb-atlas-motor-and-python-c540b81fe988
https://medium.com/@sangeeth123sj/introduction-to-non-relational-databases-with-mongodb-atlas-motor-and-python-c540b81fe988
Medium
Introduction to Non-relational databases with MongoDB Atlas, Python with Motor (Async) & Pymongo…
Most of us might have started our web development and software journeys with relational databases like Postgresql or even Sqlite3 (which…
Azure DevOps and Visual Studio Code for Data Science: A Seamless Integration
https://angela-wong.medium.com/azure-devops-and-visual-studio-code-for-data-science-a-seamless-integration-7eaa4ab999e3
https://angela-wong.medium.com/azure-devops-and-visual-studio-code-for-data-science-a-seamless-integration-7eaa4ab999e3
Medium
Azure DevOps and Visual Studio Code for Data Science: A Seamless Integration
The world of Data Science often demands quick iterations, collaborations, reproducibility, and efficient deployment. Azure DevOps, combined…
Webscraping and Analysis of Netflix Stock Data
https://alabimuhammed.medium.com/webscraping-and-analysis-of-netflix-stock-data-5d81ce8f2bf5
https://alabimuhammed.medium.com/webscraping-and-analysis-of-netflix-stock-data-5d81ce8f2bf5
Medium
Webscraping and Analysis of Netflix Stock Data
In the realm of data exploration and analysis, there lies a quest, a quest to unlock the secrets held within the historical stock data of…
Interactive Geospatial Maps Using Folium in Python
https://python.plainenglish.io/interactive-geospatial-maps-using-folium-in-python-18b9e90e161f
https://python.plainenglish.io/interactive-geospatial-maps-using-folium-in-python-18b9e90e161f
Medium
Interactive Geospatial Maps Using Folium in Python
Learn how to leverage the Folium and GeoPandas libraries to create interactive and dynamic geospatial visualizations in your Python…