[TalkPython] Python 3.11: A Guided Tour Through Code Course

0

[TalkPython] Python 3.11: A Guided Tour Through Code CourseCourse Summary

Python 3.11 is one of the most significant releases in years. It’s also one of the biggest with the change log weighing in at over 175,000 words of updates. You may have seen the headline features. But have you had a chance to explore them with code and really see how they can make your apps better? This 2-hour course is your guided tour of the changes to Python with this important release.

What students are saying

Let me say that your courses are tremendous and I am a huge fan. I had tried a few different online learning platforms (edx, datacamp), so when I found your Python Jumpstart, I decided to finally give a paid course a try. Your courses strike an excellent balance between hand-holding and DIY, and they suit my learning style perfectly. […] I’m a lifetime customer. Thank you for the great content, I appreciate the work you’re doing.
— Josh

Source code and course GitHub repository

github.com/talkpython/python-311-code-tour

What 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.

About

Student materials and handouts for our Python 3.11: A Guided Tour Through Code course

 

Course Summary

Python 3.11 is one of the most significant releases in years. It’s also one of the biggest with the change log weighing in at over 175,000 words of updates. You may have seen the headline features. But have you had a chance to explore them with code and really see how they can make your apps better? This 2-hour course is your guided tour of the changes to Python with this important release.

Source code and course GitHub repository https://github.com/talkpython/python-311-code-tour

 

What 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

 

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.

 

Instructor(s)

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.

 

General Info:

Author(s): Michael Kennedy
Language: English
Updated: 12/2022
Videos Duration: 1h 55m

Size: 707.29 MB

Download Now

https://training.talkpython.fm/courses/python-3.11-a-guided-tour-through-code.

Leave A Reply

Your email address will not be published.