Module 4: Python Without the “Eek” (Basic Python)¶
In this module you will learn about the basic of the Python programming language.
Module Learning Outcomes¶
By the end of the module, students are expected to:
Compare and contrast Python’s key data types.
Compare and contrast Python’s key data structures.
Use Python to determine the type and structure of an object.
Demonstrate how to create data structures and convert them to another.
Identify which operations can be applied to different data types and columns dtypes.