Forked from
FSL / pytreat-practicals-2020
235 commits behind the upstream repository.
-
Paul McCarthy authoredPaul McCarthy authored
README.md 603 B
Advanced Python
This directory contains a collection of practicals, each of which covers a particular feature of the Python programming language. They are intended for people who are familiar with the basics of Python, and want to learn about some of the more advanced features of the language.
Practicals on the following topics are available. They can be viewed in any order, but we recommend going through them in this order:
- Function inputs and outputs
- Modules and packages
- Object-oriented programming
- Operator overloading
- Context managers
- Decorators
- Testing