Hello Guys ! Today I will be showing you how we can deploy our apps on Heroku cloud in quick and easy steps. For this example I will be deploying a Flask application on Heroku using Heroku CLI. So just stay along with me till the last of this tutorial […]
How to Get HSV Values From RGB Colorspace and vice-versa In Python
Published on :Hello Folks ! Today I will be sharing a solution of one of the most common problem that we face while working on image processing i.e. getting values of HSV from RGB colorspace. Usually we encounter this problem when we need to segment out specific part of image using OpenCv’s […]
Using Docker With Django And MySQL Application
Published on :Hi Fellas ! Today I will be showing you how we can dockerise a django with MySQL application. I will be explaining you what Docker and Containers are ? Why should we use docker to deploy our codes ? And at last I will be showing you how we can […]
How to download video from YouTube using Python
Published on :Hi Readers ! Today I am going to show you all how to download youtube videos using python.As we all know that YouTube is the most popular platform for viewing and sharing videos with others. However,sometimes you feel like to download a video so that you can view it later […]
Developing Interactive FTP Shell Using Ftplib and Multi-threading in Python (II)
Published on :Hello guys ! Welcome to the second part of this tutorial series on Developing Interactive FTP Shell Using Ftplib and Multi-threading in Python. In the first part we have dealt with the ftp services and now in this part we will see how we can use the power of multithreading in […]