dpploy / chen-3170

Computational Methods in Chemical Engineering (UMass Lowell, Spring 2024); Prof. Valmor F. de Almeida.
GNU General Public License v3.0
40 stars 44 forks source link

Notebook 06-flow-controls #18

Open KevinMurphy806 opened 5 years ago

KevinMurphy806 commented 5 years ago

Not an issue within the notebook, but possibly increase the amount of assert statements that should be included in the labs (at least the earlier ones). Those can be useful in teaching why certain code doesn't work besides the program just giving an error. Also, I would teach while loops along with the rest of the information in this notebook, especially since we never got around to really using them and they can be very useful for looping code.

dealmeidavf commented 5 years ago

Good point. The assert statement is useful and I should use them early in the course. I will expand on the while loop control.