Skip to content

Commit e571e4e

Browse files
committed
add straggler module rst files
1 parent 82faad4 commit e571e4e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

Python/module_4.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Module 4: Object Oriented Programming
2+
=====================================
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
:caption: Contents:
7+
8+
Module4_OOP/Introduction_to_OOP.ipynb
9+
Module4_OOP/ClassDefinition.ipynb
10+
Module4_OOP/ClassInstances.ipynb
11+
Module4_OOP/Brief_Review.ipynb
12+
Module4_OOP/Methods.ipynb
13+
Module4_OOP/Applications_of_OOP.ipynb
14+
Module4_OOP/Special_Methods.ipynb
15+
Module4_OOP/Inheritance.ipynb

Python/module_5.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Module 5: Odds and Ends
2+
=====================================
3+
This module contains materials that are extraneous to the essentials of Python as a language and of NumPy, but are nonetheless critical to doing day-to-day work using these tools. The first section introduces matplotlib, a library that allows us to plot and visually inspect data. The next section presents the "best practices" for working with files in Python; this includes reading from and writing to files.
4+
5+
More sections will be added to this module down the road.
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
:caption: Contents:
10+
11+
Module5_OddsAndEnds/Matplotlib.ipynb
12+
Module5_OddsAndEnds/WorkingWithFiles.ipynb
13+
Module5_OddsAndEnds/Modules_and_Packages.ipynb
14+
15+
16+

0 commit comments

Comments
 (0)