Skip to content

Commit 5dfa740

Browse files
committed
More version updates.
1 parent 7e2d5d5 commit 5dfa740

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

notebook/Python-5.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"#Introduction to programming for Geoscientists (through Python)\n",
8-
"###[Gerard Gorman](http://www.imperial.ac.uk/people/g.gorman), [Christian Jacobs](http://www.imperial.ac.uk/people/c.jacobs10)"
7+
"# Introduction to programming for Geoscientists (through Python)\n",
8+
"### [Gerard Gorman](http://www.imperial.ac.uk/people/g.gorman), [Christian Jacobs](http://www.imperial.ac.uk/people/c.jacobs10)"
99
]
1010
},
1111
{
1212
"cell_type": "markdown",
1313
"metadata": {},
1414
"source": [
15-
"#Lecture 5: Files, strings, and dictionaries\n",
15+
"# Lecture 5: Files, strings, and dictionaries\n",
1616
"\n",
1717
"Learning objectives: You will learn how to:\n",
1818
"\n",
19+
"* Work with Python programmes in files.\n",
1920
"* Read data in from a file\n",
2021
"* Parse strings to extract specific data of interest.\n",
2122
"* Use dictionaries to index data using any type of key."
@@ -25,7 +26,7 @@
2526
"cell_type": "markdown",
2627
"metadata": {},
2728
"source": [
28-
"##Reading data from a plain text file\n",
29+
"## Reading data from a plain text file\n",
2930
"We can read text from a [text file](http://en.wikipedia.org/wiki/Text_file) into strings in a program. This is a common (and simple) way for a program to get input data. The basic recipe is:"
3031
]
3132
},

0 commit comments

Comments
 (0)