It’s certainly possible. Whether it is a good idea depends on what you need. For most microservices, Django is likely overkill and Flask may be a better idea. But if it’s a “complex microservice” with authentication, a database, various models, then Django may be the best bet.
Read moreCan you build microservices with Python?
Using Python microservices allows you to break up your apps into smaller parts that communicate with each other . This can make it simpler to scale the application based on the traffic. Also, the separation of concerns makes it easier to work on just one part of the app at a time.
Read moreWhich language is good for microservices?
When it comes to building microservices architecture, the Java programming language is more beneficial. Its easy annotation syntax makes it easier to create microservices architecture. Moreover, Java is a great option as it provides a UI, connectivity to back-end resources, and model components.26 Tem 2021
Read more