Minor edits

This commit is contained in:
David Beazley 2023-07-18 06:41:44 -05:00
parent 2bb2730c62
commit 0dc60e5698

View File

@ -101,7 +101,7 @@ in-person format. It simply isn't possible to cover absolutely
everything. As such, the course is focused primarily on the core everything. As such, the course is focused primarily on the core
Python language, not third party libraries or tooling. Python language, not third party libraries or tooling.
**Q: Why aren't modern features like typing covered?** **Q: Why aren't features like typing, async, or pattern matching covered?**
**A:** Mainly, it's an issue of calendar timing and scope. Course **A:** Mainly, it's an issue of calendar timing and scope. Course
material was primarily developed pre-pandemic and represents Python as material was primarily developed pre-pandemic and represents Python as
@ -109,6 +109,11 @@ it was at that time. Some topics (e.g., typing or async) are
sufficiently complex that they would be bettered covered on their own sufficiently complex that they would be bettered covered on their own
in a separate course. in a separate course.
**Q: How can I help?**
**A:** If you like the course, the best way to support it is to tell
other people about it.
---- ----
`>>>` Advanced Python Mastery `>>>` Advanced Python Mastery
`...` A course by [dabeaz](https://www.dabeaz.com) `...` A course by [dabeaz](https://www.dabeaz.com)