Course Description

This two-day Python 3 Programming Advanced training course covers a handful of various Python advanced topics including high-level data structures, network programming, writing GUI’s in Python, and CGI programming. This course is particularly well suited for software developers who are building application frameworks, integrating Python with other software, or using Python for distributed computing.

Pre-requisites

Students should have attended an introductory Python course such as our Python 3 Programming Introduction or have six months of Python programming experience.

 

Who is this course for?

For Software Developers, System Administrators, Software Testers, and Users who are already familiar with the Python programming language.

Course content

What you should already know about Python
Introduction
Language Evolution
Python Reserved Words and Other Rules
Documentation
The string Class
Variables
DataTypes
Boolean and Numeric Types
Strings
Lists
Sets
Sequences
Looping Through Sequences
Dictionaries
Bit Manipulation
Functions
Modules
Standard Input and Output
File Input and Output
Some File Tests
Data Structures
range
List Comprehensions
Nested List Comprehensions
Dictionary Comprehensions
Dictionaries with Compound Values
Processing Lists in Parallel
Specialized Sorts
Time Functionality
Generators
Writing GUIs in Python
Introduction
Components and Events
The tk Widget
Button Widgets
Entry Widgets
Text Widgets
Checkbutton Widgets
Radiobutton Widgets
Listbox Widgets
Frame Widgets
Menu Widgets
Toplevel Widgets
Dialogs
Python and CGI Scripts
What is CGI
HTML
HTML Forms
A Guestbook Application
What Can Go Wrong!
HTML Tables
The CGI Script
Rendering of the Script
The os Module
The Environment
Creating a Process
Listing Files
Other Process Methods
File Information (Metadata)
Working with Directories
Network Programming
Networking Fundamentals
The Client/Server Module
The socket Module
The Client Program
The Server Program
An Evaluation Client and Server
A Threaded Server
What You Might Not Already Know
What is an Iterable?
Creating Your Own Iterators
Generators
The Functions any and all
Thread Fundamentals
Synchronization
Signals
The Python Debugger
The with Statement
Data Compression
Python and Databases
Introduction
DBM Operations
Pickling
Pickling with Complex Objects
Shelves
Using sqlite3
Executing Queries
Table Descriptions
Writing Database Scripts