Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 312 Bytes

Python 2-3 Compatibility Workshop

Exercises for Python 2-3 compatibility workshop.

Every exercise has the following structure:

  • readme with description and tasks to do
  • python file with exercise's code
  • test file (unittest) which can be used to test your solution
  • 'solution' folder with a ready solution