tutorials
tutorials copied to clipboard
Clarify how to run python code with repl or file
I had a student who was following the python tutorials recently and got confused between running code from a file or from the repl. One way to fix this would be:
- beginning of lesson 1, explain that everything will be done in the repl and how to start it
- end of lesson, add a note saying that you can save everything to a
.pyfile and run it there
I would like to work on this issue
@KarinRoe yes please do :)
Send a pull request :) #424