Python 3 support + PEP 8 #7
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Jessica,
First of all, I want to thank you for everything you do for promoting Python and CS; it is inspirational ☺
Now that my 6 y.o. daughter Ilil is familiar with the letters of the Latin alphabet, I want to teach her programming. Your ColorWall seems like a good place to start, since she really like drawing and colouring repeating patterns (this way she will be able to program the computer to draw colourful patterns). Since I think it is better to begin with learning Python 3 (as opposed to Python 2), I updated ColorWall to support it (now it supports both versions, 2 and 3). Along the way I changed the styling of some lines in order to conform with PEP 8 better.
Please accept this pull request so other people will be able to use ColorWall with Python 3 as well.
Thanks,
Júda