Semi-Private Python Programming (Thursdays)
£650.00
Out of stock
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 – break and continue
- Nested Loops
- Error types and handling
- 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