Python Programming BasicsCovers the basics of Python programming, focusing on flow control structures, interactive mode, script mode, and variables.
Scientific Computing EssentialsCovers algorithmic thinking, Python programming, numerical methods, and essential computing concepts for scientific computing.
String Formatting in PythonIntroduces string formatting in Python, covering f-strings, precision, alignment, and common formatting types.
Modules and NamespacesExplores Python modules, program hierarchy, module importing, and namespaces, including variables and scopes within functions.