Python Code Challenges: Working with Data
28mAdvanced2025-02-26
Authors

Jonathan Fernandes
Consultant focusing on data science, AI, and big data
Course details
Are you looking to upskill in Python? This course was designed for you. Instructor Jonathan Fernandes guides you through a series of Python data coding challenges that let you try out your new skills as you go. Learn how to break a given problem into its most basic steps and then choose the right Python structures, containers, and functions to solve it.
This course includes Code Challenges powered by CoderPad. Code Challenges are interactive coding exercises with real-time feedback, so you can get hands-on coding practice alongside the course content to advance your programming skills.
Learning objectives
Analyze the data and select a specific format.
Choose the most appropriate Python container to capture the data.
Apply and work with the correct Python data structures for a task.
Subdivide the problem into parts where each part performs a single function.
This course includes Code Challenges powered by CoderPad. Code Challenges are interactive coding exercises with real-time feedback, so you can get hands-on coding practice alongside the course content to advance your programming skills.
Learning objectives
Analyze the data and select a specific format.
Choose the most appropriate Python container to capture the data.
Apply and work with the correct Python data structures for a task.
Subdivide the problem into parts where each part performs a single function.
Skills covered
PythonData AnalysisProgramming LanguagesData ScienceBusiness Analysis and StrategyBusiness Software and ToolsOpen SourceSoftware DevelopmentOne-Off
Concepts
0. Introduction
- 01 - The future is driven by data
- 02 - How to use CoderPad
1. Improve Your Python Data Skills
- 03 - Solution - Load movie data
- 04 - Solution - Get movies by director
- 05 - Solution - Calculate the average score of movies
- 06 - Solution - Get the average score for a director
- 07 - Solution - Find director with multilingual movies