Skip to content
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

Open
ljchang opened this issue May 8, 2019 · 5 comments
Open

Add Tutorial on debugging code and figuring out what it does #7

ljchang opened this issue May 8, 2019 · 5 comments
Assignees

Comments

@ljchang
Copy link
Owner

ljchang commented May 8, 2019

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

@ljchang
Copy link
Owner Author

ljchang commented Mar 11, 2020

  • how to figure out how to use a function

    • inputs and outputs
    • how do keywords work? And how do you figure out how to use them?
  • What is a dataframe? Introduce concepts

  • How to google error messages

  • From Mia, Improve pandas tutorial.

  • add lengths of videos

  • update video links

  • figure out how to link to different notebooks

  • intro to python, make sure figures are referenced. (Figure3 for example)

  • explain how states work with notebooks and why order matters.

@wasita wasita self-assigned this Nov 9, 2021
@wasita
Copy link
Collaborator

wasita commented Mar 3, 2022

would be nice to have a 'common python mistakes' section, inspired by this but hopefully more extensive
https://melaniewalsh.github.io/Intro-Cultural-Analytics/02-Python/13-Common-Python-Errors.html

@wasita
Copy link
Collaborator

wasita commented Mar 22, 2022

also further intro python resources:
https://introductorypython.github.io/

@wasita
Copy link
Collaborator

wasita commented Mar 22, 2022

specific example on debugging:
https://introductorypython.github.io/materials/12-Debugging.html

@wasita
Copy link
Collaborator

wasita commented Sep 8, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants