Intermediate Python
The course continues building programming fundamentals in Python programming and data analysis. You will learn how to make use of complex data structures, iterate repeated tasks that scales naturally, and create your own functions. You will apply these skills to develop a custom data analysis.
- Type Learning
- Level Intermediate
- Time Weeks
- Cost Free
Skills
Earning Criteria
-
Understand and distinguish the use case of data structures to store different types of data.
-
Implement code to Iterate over a collection (such as files, elements of a column, or a list of objects) to batch process each item.
-
Implement code that has a branching structure depending on input data’s condition.
-
Create simple, modular functions that can be reused.