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 data. You can think this article is a building block to create more complex Python related project where multiple technology are working together. What the Python code will do : We shall define a Python class, that will have a
Read More