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

Use docstrings in functions and classes #126

Open ehmatthes opened 9 years ago

ehmatthes commented 9 years ago

My documentation practices were not always as PEP8 compliant as they are today. The two functions notebooks, and the classes notebooks, should have docstrings instead of comments at the beginning of functions, classes, and methods.

This is really a simple issue of changing comments to docstrings.