summaryrefslogtreecommitdiff
path: root/lecture_notes/basic_python/handout.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lecture_notes/basic_python/handout.rst')
-rw-r--r--lecture_notes/basic_python/handout.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/lecture_notes/basic_python/handout.rst b/lecture_notes/basic_python/handout.rst
new file mode 100644
index 0000000..37554ab
--- /dev/null
+++ b/lecture_notes/basic_python/handout.rst
@@ -0,0 +1,10 @@
+==============
+ Basic Python
+==============
+
+.. include :: intro.rst
+.. include :: strings_loops_lists.rst
+.. include :: io_files_parsing.rst
+.. include :: func.rst
+.. include :: tuples_dicts_sets.rst
+.. include :: exercises.rst