Python Programming 2
Python Programming 2 Course Overview
The Python Programming 2 course comprises sessions dealing with advanced object orientation, iterators and generators, comprehensions, decorators, multithreading, functional programming, web services, and unit testing.
The delegate will learn how to exploit advanced features of the Python language to build complex and efficient applications.
Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.
--------------------------------------------------------------------------------------------------------------------------------------------
Who will the Course Benefit?
The Python Programming 2 course is designed for existing Python developers who have a good grounding in the basics and want to exploit some of the advanced features of the language.
For the delegate for whom Python is their first programming language, we recommend taking the python programming 1course first, then taking some time to practice the skills gained, before returning to take the Python Programming 2 course.
-------------------------------------------------------------------------------------------------------------------------------------
Course Objectives
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.
---------------------------------------------------------------------------------------------------------------------------------------------
This is a Python Programming 2 course by Uplatz.
Python Programming 2
Python Programming 2 Training Course
Course Introduction
- Administration and Course Materials
- Course Structure and Agenda
- Delegate and Trainer Introductions
Session 1: ADVANCED OBJECT ORIENTATION
- The self Keyword
- Constructors and Destructors
- Encapsulation
- Inheritance
- Polymorphism
- Abstract Classes
- Multiple Inheritance and Mixins
- Composition and Aggregation
- Static Members
Session 2: ITERATORS & GENERATORS
- Iterables
- Iterators
- Custom Iterators
- Generators
- Yield vs. Return
Session 3: COMPREHENSIONS
- List Comprehension
- Set Comprehension
- The zip Function
- Dictionary Comprehension
Python Programming 2 Training Course
Session 4: FUNCTIONAL PROGRAMMING
- Functional Programming
- Lambdas
- Immutability
- Mapping
- Filtering
- Reducing
Session 5: DECORATORS
- Decorators
- Decorator Functions
- Decorator Annotations
- Decorator Use Cases
- Labs
Session 6: MULTITHREADING
- Threads
- Multithreading
- Thread Construction
- Thread Execution
- Thread Sleep
- Joins
- Data Sharing
- Synchronisation
- Multithreading vs. Multiprocessing
Python Programming 2 Training Course
Session 7: WEB SERVICES
- RESTful Web Services
- JSON Data
- CRUD and HTTP
- RESTful Clients
- RESTful APIs
Session 8: UNIT TESTING
- Unit Testing Terminology
- Test Classes
- Test Fixtures
- Test Cases
- Assertions
- Test Runners