Connecting Python with Mysql container

How to connect Python with mysql container: This article is a continuation of the mysql docker container series. Therefore, in this article we shall focus on the process of connecting mysql docker container with Python. We shall keep this article technically simple, we shall define a Python class that will have database connection and we shall try to fetch some

Continue reading