What's new
Warez.Ge

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Python 3.11: A Guided Tour Through Code Course | TalkPython

tut4it

Active member
RyPH5ZT.jpg
Python 3.11: A Guided Tour Through Code Course | TalkPython
English | Size: 707.30 MB
Genre: eLearning​

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


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.

yMNlxlr.png

DnAn0tn.png

Code:
https://nitroflare.com/view/42BC1CF53F0DE4D/TalkPython-Python3.11_AGuidedTourThroughCodeCourse.part1.rar
https://nitroflare.com/view/9CD18C085169EE8/TalkPython-Python3.11_AGuidedTourThroughCodeCourse.part2.rar
lzLY3aA.png

Code:
https://rapidgator.net/file/99d95dbace6ffb0b98a9ba6c12116064/TalkPython-Python3.11_AGuidedTourThroughCodeCourse.part1.rar.html
https://rapidgator.net/file/574123230767c5705a4eac13ee9c9214/TalkPython-Python3.11_AGuidedTourThroughCodeCourse.part2.rar.html
If any links die or problem unrar, send request to
Code:
https://forms.gle/e557HbjJ5vatekDV9
 

Users who are viewing this thread

Back
Top