You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Introduction to Python Programming
2
2
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.
3
3
4
-
##Table of contents
4
+
##Table of contents
5
5
6
-
Lecture:
6
+
### Lecture:
7
7
*[Course Lecture](python_course.pdf)
8
8
9
-
Core Notebooks:
9
+
### Core Notebooks:
10
10
0.[Introduction to Jupyter Notebooks](00_introduction_to_jupyter_notebooks.ipynb)
11
11
1.[Hello World - first program](01_hello_world.ipynb)
12
12
2.[Datatypes, strings, numbers and variables](02_datatypes_strings_numbers_and_variables.ipynb)
0 commit comments