ehmatthes / intro_programming

A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.
MIT License
396 stars 198 forks source link

Include a "General Syntax" section at the start of each notebook #23

Open ehmatthes opened 11 years ago

ehmatthes commented 11 years ago

It is really helpful to see the general syntax before getting into examples and details. If this is not shown, students have to infer the general syntax.

See Introducing Functions.

ehmatthes commented 7 years ago

I'm not sure about this. General syntax is in the core Python documentation, and is not as accessible to beginners as specific examples. I'm certainly not sure that it belongs at the beginning of each notebook.