Free Workshop – Introduction to Python

This workshop introduces participants to the foundations of the Python programming language. From data types to indexing principles, the learning objectives explored in this workshop will provide a starting point for those interested in integrating Python into their data workflows.

Learning Objectives
Use common functions to perform a specific task on your data (print, min, max. etc).
Convert data types (string, list, split, etc).
Use IF ELSE statements to create conditional logic in python.