Sep 14-18 Python Programming Course
£600.00
Description
OUTLINE
- Python documentation and help
- Identifiers and Keywords
- Variables – declaration and use
- Data types – int, float and bool
- Strings – creation, formatting and slicing
- Operators – Arithmetic, conditional, comparison, assignment and their order
- Built-in functions and how to use them
- Grouping code into modules
- User-defined functions – creation, call and reuse
- Program structure, algorithms and code reuse
- Decision making – if/elif/else statements
- Looping – for and while
- Nested Loops
- Error types and handling
- Arrays
- Tuples
- Dictionaries
- Working with Files, File I/O and Processing
- Class Implementation
- Object declaration and modification
- Inheritance and Polymorphism
- Tkinter – Python’s de-facto standard GUI package