-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split the Python Introduction chapter to use files instead of command line #190
Comments
What text editor is best at this point? Nano? Do we want to shift things around to recommend the code editor pages first? |
I think Nano is confusing, we should use the editor that will be used later in the workshop, so I vote for moving Code editor chapter earlier than the Python Introduction. If you want to work on this, @bmispelon had some good ideas in #207 too. |
Btw, order of chapters is in SUMMARY.md file :) |
Gotcha |
Fixed in 73c5d6b. Thanks to all those involved! |
When it comes to loops and conditionals, typing it in a command line interface starts to be a pain.
The text was updated successfully, but these errors were encountered: