swcarpentry / python-intermediate

Intermediate lesson for students who have taken SWC or DC novice python lessons.
1 stars 3 forks source link

Lesson #1: a refresher in Python syntax #2

Open daisieh opened 9 years ago

daisieh commented 9 years ago

I think that it would be good to introduce the session by making sure all the students are on the same page, python-wise. I would like to have this session be an interactive quiz-type class, where students are engaged in answering questions about what some basic code snippets do. This would serve the dual purpose of getting people used to reading existing code and understanding what it does, and also to get students introduced to basic Python syntax. Perhaps Socrative would work well here?

jiffyclub commented 9 years ago

Would the students be writing any code in this section?

daisieh commented 9 years ago

I think probably not?

gvwilson commented 9 years ago

How about getting them to diagnose and fix syntax errors?