Exploring the limitless possibilities of CV2 in computer vision
https://medium.com/@dwivedi.abhijeet1301/exploring-the-limitless-possibilities-of-cv2-in-computer-vision-ad2586a381d1
https://medium.com/@dwivedi.abhijeet1301/exploring-the-limitless-possibilities-of-cv2-in-computer-vision-ad2586a381d1
Medium
Exploring the limitless possibilities of CV2 in computer vision
History
How to upload image to Amazon S3 bucket using CloudFront pre-signed URL
https://towardsaws.com/how-to-upload-image-to-amazon-s3-bucket-using-cloudfront-pre-signed-url-f3835f7f07d7
https://towardsaws.com/how-to-upload-image-to-amazon-s3-bucket-using-cloudfront-pre-signed-url-f3835f7f07d7
Medium
How to upload image to Amazon S3 bucket using CloudFront pre-signed URL
In this article we will talk about how to safely upload image to AWS S3 bucket using CloudFront and pre-signed URL.
Handling missing data in pandas — [Part 1]
https://medium.com/@abhishekjainindore24/handling-missing-data-in-pandas-part-1-71547b1a55ad
https://medium.com/@abhishekjainindore24/handling-missing-data-in-pandas-part-1-71547b1a55ad
Medium
Handling missing data in pandas — [Part 1]
In this blog, we are gonna look at some of the methods by which we can handle missing data. Let’s look at some of these:
Top 11 Python Tkinter Projects and Ideas with Free Source Code [2024]
https://medium.com/@pies052022/top-11-python-tkinter-projects-and-ideas-with-free-source-code-2024-df8526d90c31
https://medium.com/@pies052022/top-11-python-tkinter-projects-and-ideas-with-free-source-code-2024-df8526d90c31
Medium
Top 11 Python Tkinter Projects and Ideas with Free Source Code [2024]
Are you having trouble finding Python Tkinter projects?
Real-time Cryptocurrency Volume Monitoring Script with Python and ccxt
https://medium.com/@deepml1818/real-time-cryptocurrency-volume-monitoring-script-with-python-and-ccxt-f9501441029a
https://medium.com/@deepml1818/real-time-cryptocurrency-volume-monitoring-script-with-python-and-ccxt-f9501441029a
Medium
Real-time Cryptocurrency Volume Monitoring Script with Python and ccxt
Full Code :
Amazon Polly – Text to Speech in 47 Voices and 24 Languages
https://medium.com/@dwivedi.abhijeet1301/amazon-polly-text-to-speech-in-47-voices-and-24-languages-3ecdff6f20f5
https://medium.com/@dwivedi.abhijeet1301/amazon-polly-text-to-speech-in-47-voices-and-24-languages-3ecdff6f20f5
Medium
Amazon Polly – Text to Speech in 47 Voices and 24 Languages
Amazon Polly is Web Services, a subsidiary of Amazon.com, that converts text into spoken audio.It allows developers to create…
Ports and adapters architecture. Python micro example
https://medium.com/@orzel.jarek/ports-and-adapters-architecture-python-micro-example-751302906684
https://medium.com/@orzel.jarek/ports-and-adapters-architecture-python-micro-example-751302906684
Medium
Ports and adapters architecture. Python micro example
Port and adapters (or hexagonal) architecture is a software design concept introduced by Alistair Cockburn in 2005. The main goal of it is…
Persistence and domain model separation using SQLAlchemy ORM
https://medium.com/@orzel.jarek/persistence-and-domain-model-separation-using-sqlalchemy-orm-b8730faeba61
https://medium.com/@orzel.jarek/persistence-and-domain-model-separation-using-sqlalchemy-orm-b8730faeba61
Medium
Persistence and domain model separation using SQLAlchemy ORM
You probably have heard about a test pyramid. It is the idea that an application should have the proper balance of automated tests on…
Shiny Express: Blending the Best of Shiny and Streamlit for Dashboard Development
https://bluegenes.medium.com/shiny-express-blending-the-best-of-shiny-and-streamlit-for-dashboard-development-39280757c0e8
https://bluegenes.medium.com/shiny-express-blending-the-best-of-shiny-and-streamlit-for-dashboard-development-39280757c0e8
Medium
Shiny Express: Blending the Best of Shiny and Streamlit for Dashboard Development
Unveil the capabilities of Shiny Express, a new way of writing Shiny apps that combines the best features of Shiny and Streamlit.
Convert python file into executable file (.exe)
https://medium.com/@aalam-info-solutions-llp/convert-python-file-into-executable-file-exe-b91eb0665ab9
https://medium.com/@aalam-info-solutions-llp/convert-python-file-into-executable-file-exe-b91eb0665ab9
Medium
Convert python file into executable file (.exe)
Suppose you’ve created a Python script that you want to provide to your client. In order to execute this code, your client must have Python…
In-house personal web application for all your personal needs.
https://medium.com/@clajith/in-house-personal-web-application-for-all-your-personal-needs-5d356d62c51f
https://medium.com/@clajith/in-house-personal-web-application-for-all-your-personal-needs-5d356d62c51f
Medium
In-house personal web application for all your personal needs.
Some time ago, I was looking for an application, with which I can use for my personal needs such as expense tracking, Exercising days…
Python: The Language That Changed Coding
https://medium.com/@navarai/python-the-language-that-changed-coding-3e95dde1452f
https://medium.com/@navarai/python-the-language-that-changed-coding-3e95dde1452f
Medium
Python: The Language That Changed Coding
Python, a high-level interpreted programming language, is celebrated for its elegance and simplicity. Created by Guido van Rossum in 1991…
Integrating AI chatbot💩 into your application in 2024 🧙🏻♂️🏆 is how easy? 🤔
https://dev.to/shricodev/integrating-ai-chatbot-into-your-application-in-2024-is-how-easy-147p
https://dev.to/shricodev/integrating-ai-chatbot-into-your-application-in-2024-is-how-easy-147p
DEV Community
Integrating AI chatbot💩 into your application in 2024 🧙🏻♂️🏆 is how easy? 🤔
TL;DR In this tutorial, you will learn how to add AI chatbot support to your Python...