Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 560 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 560 Bytes

100-python-exercises

Level based exercises.

Level Description:

Level 1: Beginner means someone who has just gone through an introductory Python course. He can solve some problems with 1 or 2 Python classes or functions. Normally, the answers could directly be found in the textbooks.

Level 2: ...

. Level 3: Advanced. He should use Python to solve more complex problem using more rich libraries functions and data structures and algorithms. He is supposed to solve the problem using several Python standard packages and advanced technique.