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
-
Raising
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
|