@@ -46,96 +46,98 @@ terminal.
4646
4747### [ 02_lists.ipynb] ( html/02_lists.html ) ([ answers] ( html/answers/02_lists.html ) )
4848
49- Something
49+ Learn how to use Python Lists
5050
5151[ download] ( 02_lists.ipynb ) | [ download answers] ( answers/02_lists.ipynb )
5252
5353### [ 03_dictionaries.ipynb] ( html/03_dictionaries.html ) ([ answers] ( html/answers/03_dictionaries.html ) )
5454
55- Something
55+ Learn how to use Python dictionaries
5656
5757[ download] ( 03_dictionaries.ipynb ) | [ download answers] ( answers/03_dictionaries.ipynb )
5858
5959### [ 04_functions.ipynb] ( html/04_functions.html ) ([ answers] ( html/answers/04_functions.html ) )
6060
61- Something
61+ Learn how to write a function in Python
6262
6363[ download] ( 04_functions.ipynb ) | [ download answers] ( answers/04_functions.ipynb )
6464
6565### [ 05_objects.ipynb] ( html/05_objects.html ) ([ answers] ( html/answers/05_objects.html ) )
6666
67- Something
67+ Learn about objects and object orientated programming
6868
6969[ download] ( 05_objects.ipynb ) | [ download answers] ( answers/05_objects.ipynb )
7070
7171### [ 06_classes.ipynb] ( html/06_classes.html ) ([ answers] ( html/answers/06_classes.html ) )
7272
73- Something
73+ Learn how to write your own Python classes
7474
7575[ download] ( 06_classes.ipynb ) | [ download answers] ( answers/06_classes.ipynb )
7676
7777### [ 07_documentation.ipynb] ( html/07_documentation.html ) ([ answers] ( html/answers/07_documentation.html ) )
7878
79- Something
79+ Learn how to add documentation to your code
8080
8181[ download] ( 07_documentation.ipynb ) | [ download answers] ( answers/07_documentation.ipynb )
8282
8383### [ 08_class_documentation.ipynb] ( html/08_class_documentation.html ) ([ answers] ( html/answers/08_class_documentation.html ) )
8484
85- Something
85+ Learn how to document Python classes, and protect hidden (private) functions
86+ and data from view.
8687
8788[ download] ( 08_class_documentation.ipynb ) | [ download answers] ( answers/08_class_documentation.ipynb )
8889
8990### [ 09_exceptions.ipynb] ( html/09_exceptions.html ) ([ answers] ( html/answers/09_exceptions.html ) )
9091
91- Something
92+ Learn about exceptions, and how they can be used to signify errors.
9293
9394[ download] ( 09_exceptions.ipynb ) | [ download answers] ( answers/09_exceptions.ipynb )
9495
9596### [ 10_error_handling.ipynb] ( html/10_error_handling.html ) ([ answers] ( html/answers/10_error_handling.html ) )
9697
97- Something
98+ Learn how to handle errors by catching exceptions
9899
99100[ download] ( 10_error_handling.ipynb ) | [ download answers] ( answers/10_error_handling.ipynb )
100101
101102### [ 11_modules.ipynb] ( html/11_modules.html ) ([ answers] ( html/answers/11_modules.html ) )
102103
103- Something
104+ Learn how to package and share your code as a module
104105
105106[ download] ( 11_modules.ipynb ) | [ download answers] ( answers/11_modules.ipynb )
106107
107108### [ 12_pandas.ipynb] ( html/12_pandas.html ) ([ answers] ( html/answers/12_pandas.html ) )
108109
109- Something
110+ Learn how to use the pandas library for data analysis
110111
111112[ download] ( 12_pandas.ipynb ) | [ download answers] ( answers/12_pandas.ipynb )
112113
113114### [ 13_basic_numpy.ipynb] ( html/13_basic_numpy.html ) ([ answers] ( html/answers/13_basic_numpy.html ) )
114115
115- Something
116+ Learn how to use the NumPy library for numeric calculation
116117
117118[ download] ( 13_basic_numpy.ipynb ) | [ download answers] ( answers/13_basic_numpy.ipynb )
118119
119120### [ 14_more_numpy.ipynb] ( html/14_more_numpy.html ) ([ answers] ( html/answers/14_more_numpy.html ) )
120121
121- Something
122+ Learn more about how to use NumPy, including understanding copies and views
122123
123124[ download] ( 14_more_numpy.ipynb ) | [ download answers] ( answers/14_more_numpy.ipynb )
124125
125126### [ 15_matplotlib.ipynb] ( html/15_matplotlib.html ) ([ answers] ( html/answers/15_matplotlib.html ) )
126127
127- Something
128+ Learn how to use the pandas with the MatPlotLib library to draw graphs
128129
129130[ download] ( 15_matplotlib.ipynb ) | [ download answers] ( answers/15_matplotlib.ipynb )
130131
131132### [ 16_viewing_molecules.ipynb] ( html/16_viewing_molecules.html ) ([ answers] ( html/answers/16_viewing_molecules.html ) )
132133
133- Something
134+ Learn how to use the nglview and BioSimSpace libraries to create 3D
135+ views of molecules.
134136
135137[ download] ( 16_viewing_molecules.ipynb ) | [ download answers] ( answers/16_viewing_molecules.ipynb )
136138
137139### [ 17_regular_expressions.ipynb] ( html/17_regular_expressions.html ) ([ answers] ( html/answers/17_regular_expressions.html ) )
138140
139- Something
141+ Learn how to understand and write regular expressions for text/pattern matching.
140142
141143[ download] ( 17_regular_expressions.ipynb ) | [ download answers] ( answers/17_regular_expressions.ipynb )
0 commit comments