Nested Loops

Sort options

Computational Thinking for K-12 Educators: Variables and Nested Loops (Coursera)

Apr 24th 2024
Computational Thinking for K-12 Educators: Variables and Nested Loops (Coursera)
Course Auditing
Categories
Effort
Languages
How can students learn about abstraction by creating a movie scene? Or make an interactive map using lists? You'll learn (and do it yourself) in this course! This class teaches the concepts of abstraction (methods and parameters) and lists.

Data Collection and Processing with Python (Coursera)

This course teaches you to fetch and process data from services on the Internet. It covers Python list comprehensions and provides opportunities to practice extracting from and processing deeply nested data. You'll also learn how to use the Python requests module to interact with REST APIs and what to [...]