Python is the most popular introductory computer language in U.S. top computer science universities. If you are new to computer software development, or maybe you have little experience, and would like to start off on the right foot, then this language and is what you need.
In this class, we will start with a simple one-liner “Hello, World”, and gradually expand to basic data structures and control structures, such as conditional executions, iterations, etc. At the end of the class, students will complete a few fun games using what they learned.
What will be covered in this Python programming class:
- Install Python and Python IDE
- Values and Variables
- Expressions and Arithmetic
- Data Types
- Condition Executions
- Iterations
- Functions
- Input / Output
- Error Handling