Python Bootcamp for Data week 1: Introdution to Python
This week, you will learn how to effectively use variables, logic, and Python’s data structures to load, persist, and iterate over data. You will apply these data structures to solve different problems as well as extract data from them.
🎥 Click the image above to access week 1 of the full course on O'Reilly
This is week 1 (out of 4) of the Python Bootcamp for Data. The whole course has four weeks:
- Week 1: Introduction to Python
- Week 2: Python Functions and Classes
- Week 3: Testing In Python
- Week 4: Introduction to Pandas and Numpy
- Working with variable and types
- Introduction to Python data structures
- Adding and extracting data from data structures
In this week you will learn to:
- Apply different Python data structures to work with data.
- Use conditional logic and loops to extract data.
- Assign variables and retrieve values from data structures.