Introduction
Hands-on with advanced Python
()
What you should know
()
Getting set up: Codespaces
()
CoderPad challenges
()
The sample weather data set
()
1. Parsing and Exploring Data
Loading and parsing JSON data
()
Basic data operations
()
Filtering data
()
Solution: Filtering
()
Sorting data
()
Transforming data
()
Solution: Transforms
()
2. Working with Collections
Count values with defaultdict
()
Using the reduce function
()
Grouping data
()
Working with dates
()
Solution: Collections
()
3. Math and Statistics
Random values
()
Random operations on sequences
()
Solution: Random days
()
Statistical functions
()
Solution: Detect outliers
()