Guide on how to port activities from python 2 to python 3
Updated in this PR:
How to create an activity
Python coding style
Note: Currently, the guide doesn't stress on how to port the code from python 2 to python 3 and what common trouble spots to look for. I will add them as I discover while porting activities. Developers are welcome to add points if they find any
Added in this PR:
python 2
topython 3
Updated in this PR:
Note: Currently, the guide doesn't stress on how to port the code from
python 2
topython 3
and what common trouble spots to look for. I will add them as I discover while porting activities. Developers are welcome to add points if they find any