Skip to content

Commit 218cb0d

Browse files
committed
added toc
1 parent 6a051b9 commit 218cb0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Introduction to Python Programming
22
This repository contains a collection of Jupyter/IPython Notebooks introducing programming concepts in Python. The notebooks are intended to guide students in learning the basic functionality of programming in Python, and some of the most frequently used modules.
33

4-
##Table of contents
4+
## Table of contents
55

6-
Lecture:
6+
### Lecture:
77
* [Course Lecture](python_course.pdf)
88

9-
Core Notebooks:
9+
### Core Notebooks:
1010
0. [Introduction to Jupyter Notebooks](00_introduction_to_jupyter_notebooks.ipynb)
1111
1. [Hello World - first program](01_hello_world.ipynb)
1212
2. [Datatypes, strings, numbers and variables](02_datatypes_strings_numbers_and_variables.ipynb)
@@ -22,7 +22,7 @@ Core Notebooks:
2222
12. [Numpy library](12_numpy_library.ipynb)
2323
13. [Matplotlib Library](13_matplotlib_library.ipynb)
2424

25-
Bonus notebooks:
25+
### Bonus notebooks:
2626
* [Bonus - Coding Style PEP8](bonus_coding_style_PEP8.ipynb)
2727
* [Bonus - Databases and data persistence](bonus_databases_and_persistence.ipynb)
2828
* [Bonus - Importing modules](bonus_importing_modules.ipynb)

0 commit comments

Comments
 (0)