Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 619 Bytes

contributing.md

File metadata and controls

16 lines (11 loc) · 619 Bytes

Contributing

Python2 or Python3

Please use Python3 to develop and test your code. Python2orPython3

In particular, instructors introducing Python to new programmers should consider teaching Python 3 first and then introducing the differences in Python 2 afterwards (if necessary), since Python 3 eliminates many quirks that can unnecessarily trip up beginning programmers trying to learn Python 2.

Development Process

  1. clone the project
  2. install it in development mode
    python setup.py develop
    
  3. write code, test code, submit PR