This course aims to provide the delegate with the knowledge to be able to interpret, write, and troubleshoot complex Python applications exploiting inheritance and polymorphism, mixins, composition and aggregation, iterators, generators, decorators, comprehension, concurrency, functional programming, and RESTful web services.
The delegate will learn and acquire skills as follows:
- Encapsulating classes
- Exploiting polymorphism using inheritance and mixins
- Associating objects via composition and aggregation
- Working with static members
- Using iterators as an alternative to for
- Constructing custom iterators
- Constructing functions that yield generators
- Manipulating lists, sets, and dictionaries using comprehension
- Exploiting aspect oriented programming using decorators
- Writing multithreaded code
- Sharing data between threads
- Processing collections using lambdas
- Building RESTful clients
- Building RESTful APIs
- Testing units of code