This course [...] really helped me to deepen my understanding. I found the materials incredibly easy to follow due to the clear and logical structure. A major highlight for me was the excellent explanation of the difference between threads and multiprocessing, especially the part specific to Python's ecosystem and the GIL. Overall, this is an excellent course, and I would highly recommend it to any Python developer looking to build a strong foundation in concurrency.
Awesome presentation. Cover everything from A to Z in Python using modern Python tools. Great job!
When I first learned how to interface Python with the multitude of web services and data sources on the internet, a whole new world of automation opened up for me.
Python is a fantastic language to connect different services and to process data from all kinds of sources. But trying to find good tutorials on how to work with these services and their variety of data formats had me smacking my head against the table... That is until I found "Consuming HTTP Services in Python".
What I love about Michael's course is that it covers the whole spectrum-from web scraping with BeautifulSoup to parsing JSON from well-structured RESTful APIs.
So whether you're dealing with plain binary data, JSON or XML encoded responses, or even SOAP services, the course always has your back.
"Consuming HTTP Services in Python" is organized well and easy to follow along. Michael's delivery as an instructor clear and to the point. The editing work is excellent. As a result I can highly recommend this course for anyone wanting to learn more about interfacing with data sources on the web using Python
This is a great video! I had already used a bunch of these tools but you taught me some new ways to use them.