Objectives
After completing this course, the student will be able to:
■ Identify and work with Python data types
■ Identify and work with key control statements
■ Use functions to create code blocks
■ Use functions to automate a process
Outline
1. Introduction
2. Data Types
2.1 Strings
2.2 Numbers and Floating Point Numbers
2.3 Lists and Boolean
3. Key Control Statements
3.1 The If Statement
3.2 The Nested If Statement
3.3 If … Else and ELIF
3.4 For and While Loop
3.5 Try, Except, Finally
4. Functions
5. Data Workflow and Automation
6. Conclusion