Course Overview:
Python continues to be a popular programming language, perhaps owing to its ability to get a lot of work done in few lines of code, and its versatility. Python is useful for developing custom software tools, applications, web services, and cloud applications. In this advanced Python course, you’ll build upon your basic Python skills, learning more advanced topics such as object-oriented programming patterns, development of graphical user interfaces, data management, threading, unit testing, and creating and installing packages and executable applications.
Course Objectives:
- Create object-oriented Python applications.
- Design and create a GUI.
- Store data in a database from Python applications.
- Communicate using client/server network protocols.
- Manage multiple processes with threading.
- Implement unit testing.
- Package an application for distribution.
Pre-requisites:
- Attended Python Programming Basic or Intermediate training.
Target Audience:
This course is designed for existing Python developers who have at least one year of Python experience and who want to expand their Python proficiencies.
Course Duration:
- 21 hours – 3 days
Course Content:
Using Object-Oriented Python
- Create and Use Classes in an Application
- Use Magic Methods
- Incorporate Class Factories
Creating a GUI
- Design a GUI
- Create and Arrange a GUI Layout
- Interact with User Events
Using Databases
- Basics of Data Management
- Use SQLite Databases
- Manipulate SQL Data
Network Programming
- Basics of Network Programming
- Create a Client/Server Program
Managing Multiple Processes with Threading
- Create a Threaded Application
- Manage Thread Resources
Implementing Unit Testing
- Test-Driven Development
- Write and Run a Unit Test Case
- Create a Test Suite
Packaging an Application for Distribution
- Create a Package Structure
- Generate the Package Distribution Files
- Generate a Windows Executable
- Closing and Remarks