Hacker News new | ask | show | jobs
Introduction to Python – A comprehensive hands-on course with many exercises (profound.academy)
7 points by mirakyanmartin 1440 days ago
1 comments

This course focuses on the core concepts of Python and introduces each of them in an intuitive manner. To make the process more fun and engaging, the concepts are organized into levels, and passing each level means you’ve mastered a new concept. The main concepts covered in the course include: Input/Output, conditions, loops, built-in data structures (list, set, tuple, dict), utility functions to work with data structures, functions, and how to work with files.