How to build a python bot for Teams? How to deploy it in my PROD server?

How to build a python bot for Teams? How to deploy it in my PROD server?

Bots built for Microsoft Teams are made using the Microsoft Bot Framework, which has a Python SDK you can use, or you can use straight REST calls if you prefer. See:

For chat bots, it doesn’t matter what OS you use to host your service.