This Python training course covers the language itself, explains object-oriented as well as functional programming techniques, error handling, packaging, system and network programming, many of the Python extensions (libraries), as well as best practices. All concepts are explained through hands-on examples and exercises, so attendees learn by coding in Python.
The Intermediate Python training course begins with a quick review of core Python concepts. It then transitions into an in-depth look into advanced Python concepts, syntax and libraries. Along the way, you will learn the ins-and-outs of writing multithread programs with Python, creating network aware applications using both Sockets and URLs, and applying Test-Driven Development concepts with unit test. This course concludes with a quick overview of the Django Web development framework.
The Advanced Python training course begins with a quick review of some of the more prominent intermediate Python programming concepts, and then quickly transitions into an in-depth, hands-on examination of the more commonly and uncommonly used Advanced Python features. Where the Intermediate Python training course scratches the surface on multi-threaded programming, the Advanced Python course does a deep dive, exploring the nooks and crannys associated with creating high-throughput multithread solutions and explores the more advanced OO programming used in modern software development, like Metaclasses.
By attending Python - Essentials workshop, delegates will learn:
- Python’s input and output details: stdio and file io
- Python’s interesting and extra-useful flow-of-control devices
- Python’s simple and robust error handling
- Python’s flexible function protocols
- Python’s memory model
- Python’s straight-forward object-oriented features
- Python’s built-in data types:
- Python’s list comprehensions, decorators, iterators, generators, context managers
- Python’s scheme for creating and using libraries and packages
- Python’s handy libraries for many developer/administrator tasks: shutil, tempfile, subprocess, glob, profile, shelve, os, sys, optparse, unittest
- Python’s architecture, which allows you to get working very quickly with any Python library (there are thousands)
By attending Intermediate Python workshop, delegates will learn to:
- Understand and work with Python’s support for resource management and iteration
- Apply TDD concepts with Python using unit testing
- Create concurrent programs with Threads
- Build a simple client-server solution using TCP Sockets
By attending Advanced Python workshop, delegates will learn:
- Python techniques for customizing class creation
- How to use Python’s generators in concurrent programming
- Packaging your code for reuse and distribution
- Advanced multithreading and multiprocessing techniques
- How to build network clients & servers using Python’s standard library
Prior programming experience and be familiar with basic concepts such as variables/scopes, flow-control, and functions. Prior exposure to object-oriented programming is beneficial.
Python - Essentials: class is designed for developers, system administrators, and QA engineers, who wish to develop, automate, and test applications and systems using one of the most powerful programming languages available today.
Python - Intermediate: Developers with 0 – 3 months of experience needing to deepen their understanding.
Python - Advanced: Experienced Python developers need to push their knowledge and expertise to the limits.
