Minor edits

This commit is contained in:
David Beazley 2024-08-02 08:10:00 -05:00
parent 97794ae225
commit dcf5e16d1f

View File

@ -22,11 +22,12 @@ that's freakishly clever.
## Target Audience ## Target Audience
This course is for Python programmers who want to move beyond This course is for Python programmers who want to move beyond
short scripts to writing more sophisticated programs. Topics short scripts to writing more sophisticated programs. To do that,
focus on programming techniques that get used in popular libraries and it helps to better understand the programming techniques used
frameworks. The primary goal is to better understand the Python language in popular libraries and frameworks. Thus, this course is mainly
itself so that you can understand other people's code and so that you for programmers who want to build a more complete mental model of the
can apply your newfound knowledge to your own projects. Python language itself and how it works. Ultimately, the goal
is to be able to apply this knowledge to your own projects.
## Prerequisites ## Prerequisites
@ -120,9 +121,10 @@ in a separate course.
**A:** It is my intention that everything in the course apply to the **A:** It is my intention that everything in the course apply to the
latest version of Python. Unless Python makes backwards-incompatible latest version of Python. Unless Python makes backwards-incompatible
changes to the core language, that should hold. Although I won't changes to the core language, that should hold. Although the course
rule out future coverage of new features, a lot depends on my available doesn't cover every new features, I won't rule out future changes. A
time and interest. So, I make no promises. lot depends on my available time and interest however. So, I make no
promises.
**Q: Why did you release the course?** **Q: Why did you release the course?**