Advanced Python
More Python fun awaits.ย You have learned the basics of variables, conditionals, loops and lists – now on to some more advanced concepts.ย In this class you will learn:
- Modules.ย What are they and how do you use them in Python.
- Functions.ย One of the key components to creating good code.ย We’ll learn how to create and use them.
- Tuples & Dictionaries – these are more complex data types similar to lists.
- More complex programs.ย We’ll expand on our guessing game and create the game of Nims as well as a decoder.
