summaryrefslogtreecommitdiff
path: root/basic_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-02-04 00:28:37 +0530
committerPrabhu Ramachandran2017-02-04 00:28:37 +0530
commitb22b3fe175a390d6e0518973f3802883f815a894 (patch)
treebdafe2979eb955e2ec584f8b8d30e080a49061cc /basic_python/Makefile
parent7e4e72d9ce7d45ddd395b3202b5a78f962a460ed (diff)
downloadpython-workshops-b22b3fe175a390d6e0518973f3802883f815a894.tar.gz
python-workshops-b22b3fe175a390d6e0518973f3802883f815a894.tar.bz2
python-workshops-b22b3fe175a390d6e0518973f3802883f815a894.zip
Add a set of practice exercises with solutions.
Diffstat (limited to 'basic_python/Makefile')
-rw-r--r--basic_python/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic_python/Makefile b/basic_python/Makefile
index 47ac8c2..97ccf77 100644
--- a/basic_python/Makefile
+++ b/basic_python/Makefile
@@ -5,6 +5,7 @@
pdflatex $*.tex
SLIDES= basics.pdf \
+ practice_basics.pdf \
control_flow.pdf \
core_data_structures.pdf