

Create new lists and dictionaries using the syntax for comprehensions.
Use built-in methods specific to the particular data structure.Create all the above data structures in Python.Key takeaway: Understand when to use which data structure Goal: Learn built-in data structures and methods for CRUD operations Week 1: Python Built-In Data Structures (Basic) Breaking out of the loop if the user guesses the number or the maximum number of guesses has been exhausted.Use loops for controlling the number of guesses allowed.Validate guess against the secret number (use conditionals).Week 0: Python Fundamentals (Basic)īuild a number guessing game with the following functionality: Its beginner-friendly syntax has made it a favorite first programming language amongst aspiring developers. Over the past several years, Python has emerged as the go-to programming language for data science.
