Skip to content
Snippets Groups Projects
Forked from FSL / pytreat-practicals-2020
268 commits behind the upstream repository.

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:

  • Function inputs and outputs
  • Modules and packages
  • Object-oriented programming
  • Operator overloading
  • Decorators
  • Context managers