In multiple situations as developers, when we are in the development phase, we have an application that needs to communicate with other applications in our local environment.
When using Docker, In thedocker compose
file you define all the services needed by your app in adocker-compose.yml
file. At the time that you work with another application in another .yml file which network is different, you will get a network connection error like the one below:
Python is one of the most popular programming languages in the world since it offers different uses, easy syntax and a low learning curve compared with the other programming languages.
In this post, we’ll see how to do a simple Application with Python using the Django Framework.
When you start in the world of python, a frequent question asked is: What are the proper applications of this programming language? I can tell you that it has many scenarios, but the most popular are:
About