Course Description
<p>The joy of coding Python should be in seeing short, concise, readable classes that express a lot of action in a small amount of clear code -- not in reams of trivial code that bores the reader to death.<br /> <br /> - Guido van Rossum, Creator of Python Programming</p>
Curriculum
- Introduction to Python Programming
- Python Installation
- VS Code Installation
- Your First Python Program
- Comments
- Reserved Keywords
- Variables
- Data Types
- Operators
- Receiving User Input
- String Introduction
- String Formatting
- String Methods
- Project 1 - Mad Lib Generator
- If statement and indentation
- If else statement
- If elif else statement
- Project 2 - Weight Converter Program
- For Loops
- While Loops
- Break in loops
- Project 3 - Building a Guessing Game
- List and list methods
- Tuple and Set
- Unpacking
- Dictionary
- Function Introduction
- Return Type Function
- Arguments in Function
- Error vs exception
- Exception handling
- Open file
- Read file
- Write file
- Introduction to Module
- Math module
- Random module
- Libraries Introduction
- Pillow Library Introduction
- Project 4 - Image Manipulation Project
