File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ workshop then that will be perfect.
22
22
* [ Recap of Python essentials] ( core/recap.html ) - A quick recap of some of the Introduction to Programming essentials.
23
23
* [ Data Structures in Python] ( core/data.html ) - An introduction to the list and dictionary data structures.
24
24
* [ Introducing IPython Notebook] ( core/notebook.html ) - A whole new way to work with Python!
25
- * [ Working With Text Files] ( core/text-files.html ) - What is a text file? How do we get them in and out of Python?
26
- * [ Working With Strings] ( core/strings.html ) - Once we have our text in Python, what can we do with it?
25
+ * [ Analyzing a survey] ( core/survey.html ) - Once we have our text in Python, what can we do with it?
27
26
* [ Creating Charts] ( core/charts.html ) - Using IPython Notebook with matplotlib to create charts.
28
27
* [ CSV Files] ( core/csv.html ) - Reading comma-separated data.
29
28
You can’t perform that action at this time.
0 commit comments