From C++ to Python
A first approach to Python, moving from the C++ world. In particular :
- High-level and Low-level Programming Languages
- Basic Advantages and Drawbacks of Python, how to run a simple Python program
- Dynamic Typing, Block Indentation, Control Statements and Function Definition / Manipulation
- Standard built-in objects in Python :
list, str, dict, tuple and set
- File Manipulation and Exception Handling
Don't hesitate to checkout the Link to Lecture Slides ...