Python 3.11: A Guided Tour of What's New Through Code Course
Course Summary
What students are saying
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
Source code and course GitHub repository
github.com/talkpython/python-311-code-tourWhat will you learn?
In this course, you will:
- Gain a comprehensive understanding of Python 3.11's features
- See how TaskGroups can clean up and improve multiple coordinated async tasks
- Handle multiple errors with Python's new
except *
syntax - See how 3.11's new and improved error messages will help both with developing and fixing errors in production
- Add notes to exceptions to improve the context and understanding of what went wrong
- Coordinate multiple async tasks with
asyncio.Barrier
- Add a timeout to a group of async tasks with the new timeout context manager
- See why and how 3.11's zero-cost exceptions work
- Learn about Python 3.11's new specializing, adaptive interpreter and see how it makes Python code faster
- Use Specialist to visualize and actually improve your applications most critical loops
- Avoid SQL-Injection and other nasty traps with 3.11's new
LiteralString
type. And lots more
View the full course outline.
Who is this course for?
For anyone who wants to take advantage of the latest Python features. In this course we focus on Python 3.11's new features of course. But in doing so, we tie them back to many of modern Python's latest idioms and capabilities.
As for prerequisites, we assume:
- Basic familiarity with the Python programming language and core tools (e.g. pip)
The tools chosen and featured during this course are 100% free and most of them are open source.
Concepts backed by concise visuals
While exploring a topic interactively with demos and live code is very engaging, it can lose the forest for the trees. That's why when we hit a new topic, we stop and discuss it with concise and clear visuals.
Here's a graph showing Python 3.10 vs. Python 3.11 performance on the pypi.org web app.
Follow along with subtitles and transcripts
Each course comes with subtitles and full transcripts. The transcripts are available as a separate searchable page for each lecture. They also are available in course-wide search results to help you find just the right lecture.
Who am I? Why should you take my course?
My name is Michael, nice to meet you. ;) There are a couple of reasons I'm especially qualified to teach you Python.
1. I'm the host of the #1 podcast on Python called Talk Python To Me. Over there, I've interviewed many of the leaders and creators in the Python community. I bring that perspective to all the courses I create.
2. I've been a professional software trainer for over 10 years. I have taught literally thousands of professional developers in hundreds of courses throughout the world.
3. Students have loved my courses. Here are just a few quotes from past students of mine.
"Michael is super knowledgeable, loves his craft, and he conveys it all well. I would highly recommend his training class anytime." - Robert F.
"Michael is simply an outstanding instructor." - Kevin R.
"Michael was an encyclopedia for the deep inner workings of Python. Very impressive." - Neal L.
Free office hours keep you from getting stuck
One of the challenges of self-paced online learning is getting stuck. It can be hard to get the help you need to get unstuck.
That's why at Talk Python Training, we offer live, online office hours. You drop in and join a group of fellow students to chat about your course progress and see solutions via screen sharing.
Just visit your account page to see the upcoming office hour schedule.
This course is delivered in very high resolution
This course is delivered in 1440p (4x the pixels as 720p). When you're watching the videos for this course, it will feel like you're sitting next to the instructor looking at their screen.
Every little detail, menu item, and icon is clear and crisp. Watch the introductory video at the top of this page to see an example.
The time to act is now
Now that Python 3.11 has had its second release (3.11.1), the industry is moving quickly to adopt it. Lead the way with confidence and a deep understanding of what this update has to offer. Take the course today.