Skip to content

Commit 487f635

Browse files
committed
add reference info to session-1
1 parent f34d23b commit 487f635

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/session-1.html

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

session-1.org

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Hopefully by the end of this session you will have seen enough to be able
1717
to read the [[https://docs.python.org/3/tutorial/index.html][Python Tutorial]] on your own.
1818
The first 6 chapters should suffice for an introduction.
1919
The [[https://docs.python.org/3/library/csv.html][CSV package reference]] is quite short and can be read in 20-30 minutes.
20-
For general
20+
For general help there is also the
21+
[[https://docs.python.org/3/library/index.html][library reference]] (may be hard to read) or the slightly easier but less
22+
comprehensive [[https://www.w3schools.com/python/python_reference.asp][reference on w3schools]].
23+
2124

2225

2326
* The Problem Statement

0 commit comments

Comments
 (0)