Python Programming Training Course

Node ID: 4104
 

Duration

28 hours
 

Requirements

None

 

Public Course Dates

Can't find a course date that suits your needs below?
Then just submit a public course date request now!
And we will organize the training at a location and date to suit you.
Request Public Course Date >>
 

Overview

This course is designed for those wishing to learn the Python programming language. The emphasis is on the Python language and the core APIs. The practical exercises constitute about 50% of the course time.

 

Course Outline

Introduction to Python Programming

  • Writing and running Python Programs
  • Outputting to the screen
  • Inputting from the keyboard
  • Data types and int(), float() and str()
  • Arithmetic operations
  • Exercise

Program Structures

  • Indentation
  • Conditional statements
  • Looping statements
  • Exercise

Sequences

  • Strings
  • Lists
  • Tuples
  • Dictionaries
  • Command line parameters
  • Exercise

Functions

  • What are functions
  • Parameters and return values
  • Predefined functions
  • Recursion
  • Exercise

Modules

  • Modules
  • Importing modules
  • Unit testing modules
  • Packages
  • Exercise

Error Handling

  • Exceptions
  • Exception types
  • try except
  • try except else
  • try finally
  • Raining exceptions
  • Exercise

File Handling

  • Types of file
  • File handling principles
  • Opening files
  • Reading files
  • Writing files
  • Exercise

String Manipulation

  • String manipulation
  • String manipulation functions
  • Regular expressions
  • Exercise

Database Access in Python

  • MySQL
  • Python database access principles
  • Selecting data
  • Inserting data
  • Deleting data
  • Exercise

CGI

  • HTML
  • CSS
  • CGI
  • Python CGI
  • Exercise