-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add Tutorial on debugging code and figuring out what it does #7
Comments
|
would be nice to have a 'common python mistakes' section, inspired by this but hopefully more extensive |
also further intro python resources: |
specific example on debugging: |
https://docs.google.com/document/d/1z5ELxpTw_U01jUB6-D6ILqHRPg6SSiLE7VFQryH3LPU/edit#heading=h.qotknb42dmr1 |
People with no programming background seem to struggle figuring out how to run lines of code.
An explicit exercise where they have to figure out what each part of the code does would be helpful.
Also, how to use stack overflow and neurostars could also be useful
The text was updated successfully, but these errors were encountered: