Learning Programming With Games
In this course you'll explore the basics of programming in Python by creating a series of game demos. We teach everything you need to know to create your own basic ASCII and console-based games and we'll finish with a simple self-guided project you'll design yourself.
Topics
- Python Intro and Variables
- Common Python Operators
- Conditional Logic in Python
- While, Do-While, and For Loops in Python
- Python Strings and String Manipulation
- Python Lists and List Manipulation
- Python Tuples and Advanced Lists
- File Handling in Python
- Python Dictionaries and Sets (Hashable Data Structures)
- Functions in Python
- Lambdas and Higher-Order Functions in Python
- Python Classes and Objects