This class is no longer accepting registrations
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.
Speaker Information
A graduate of the University of Mississippi and the University of Tennessee-Knoxville, Kay P currently serves as the Scholarly Engagement Librarian for Social Sciences and Data at Tulane University. Maye's research interests include data analytics in libraries, critical approaches to metadata assignment, and meta-literacy. In his free-time, Maye enjoys playing Super Smash Bros and reading horror novels.
By registering for this class, you are agreeing to the NNLM Code of Conduct
- 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.