Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 337 Bytes

File metadata and controls

13 lines (8 loc) · 337 Bytes

Learn Python by example

How to use

  • Look at test in tests/ directory
  • Solve exercise with same number in src/ directory
  • Run make test. If it ran successfully then go next exercise else run test until it successful

Advanced

You can run make to install requirements

Then you can lint all running make lint