Solved tasks for Python lessons 1-3 Solved programmer tasks in Python on variables, type system, and parsing. The tasks are ordered by difficulty. Solutions are available for download.
Solved tasks for Python lesson 6 Solved programmer tasks in Python on loops (mainly the for loop). The tasks are ordered by difficulty. Solutions are available for download.
Magic Methods in Python - Math methods In this Python tutorial, we'll look at other magic methods of objects, this time mainly on mathematical operations and their implementation.
Solved tasks for Python lesson 4-5 Solved programmer tasks in Python on conditions and branching. The tasks are ordered by difficulty. Solutions are available for download.
Solved tasks for Python lesson 7 Solved programmer tasks in Python on lists. The tasks are ordered by difficulty. Solutions are available for download.
Solved tasks for Python lesson 8 Solved programmer tasks in Python on working with single characters topics. The tasks are ordered by difficulty. Solutions are available for download.