Microsoft Azure & Python š Microsoft and PyCon have been partnering together for many years across the globe. This year, in particular, following PyCon US 2020 in May, we also joined PyCon APAC 2020 in September to closely work with the community on continually improving tools & services that make Python development easier. We are…
Tag: microsoft2020
Build COVID-19 Chatbot with Python
Azure Chatbot is amazing function to let you create intelligence Chatbot systems. This course will tell you how to create Chatbot in Azure with Python , including Luis & QnA Maker , And will let you to create COVID-19 Chatbot in your solution.Ā Language: CantoneseDate & Time: 7 November 2020, Saturday 15:15-15:45Speaker: Kinfey LoPCIT Kinfey…
Python Debugging: Pro Tips and Not-So-Obvious Tricks
If you are anything like me, when you started with Python āprintā was the debugger of choice. But you likely found that was slow, tedious, and didnāt cut it for more complex problems. Letās dive into methods for debugging remote python in environments such as Raspberry Pi, Docker containers, remote Linux Servers, and Jupyter Notebooks…