HackInScience is my litlle side-project to teach Python at scale. Last month, ~1000 persons solved ~10k exercices on it. (more…)
Read more »
In September 2019, a programming training institution placed an advertisement for Python programming on Wechat’s moments. Python is supposed to be of interest to computer geeks, but the train… (more…)
Read more »
In this introductory tutorial, we'll look at what Python decorators are and how to create and use them. (more…)
Read more »
In this tutorial, you'll learn how to build a robust and developer-friendly Python microservices infrastructure. You'll learn what microservices are and how you can implement them using gRPC and Kubernetes. You'll also explore advanced topics such as inte... (more…)
Read more »
PyMOTW-3 is a series of articles written by Doug Hellmann to
demonstrate how to use the modules of the Python 3 standard
library. It is based on the original PyMOTW series, which covered
Python 2.7. See About Python Module of the Week for details includi... (more…)
Read more »