Description
This course will provide a thorough introduction to all of the key ideas in Python. Follow the videos, and you'll be a Python coder in no time!
Syllabus:
- Installing Python & PyCharm
- Setup & Hello World
- Drawing a Shape
- Variables & Data Types
- Working With Strings
- Working With Numbers
- Getting Input From Users
- Building a Basic Calculator
- Mad Libs Game
- Lists
- List Functions
- Tuples
- Functions
- Return Statement
- If Statements
- If Statements & Comparisons
- Building a better Calculator
- Dictionaries
- While Loop
- Building a Guessing Game
- For Loops
- Exponent Function
- 2D Lists & Nested Loops
- Building a Translator
- Comments
- Try / Except
- Reading Files
- Writing to Files
- Modules & Pip
- Classes & Objects
- Building a Multiple Choice Quiz
- Object Functions
- Inheritance
- Python Interpreter