Python Bootcamp
Through Cornell Tech, I will be completing a 8-10 hour Python bootcamp in which I will complete the following:
- Articulate general design and features of Python and its relationship to other programming languages
- Use built-in Python data types, functions, and methods
- Assign and access variables
- Call built-in functions and methods to manipulate data
- Combine variables and data in expressions
- Leverage Python as a powerful calculator
- Write custom Python functions
- Use basic elements of control flow and iteration in Python
- Dive into Python container data types
- Create new custom Python data types with classes
- Crafting a Data Processing Pipeline in Python