summaryrefslogtreecommitdiff
path: root/basic_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-01-22 18:39:49 +0530
committerPrabhu Ramachandran2017-01-22 18:39:49 +0530
commit584ea34d518f6792ff52dc4ef492f7cd5bd2facb (patch)
tree2041fc6c2bd9581680fb22b9aa979e31c3f47c3e /basic_python/Makefile
parent809715c9c344092fc5fb1709f29be3ee27f7e7d6 (diff)
downloadpython-workshops-584ea34d518f6792ff52dc4ef492f7cd5bd2facb.tar.gz
python-workshops-584ea34d518f6792ff52dc4ef492f7cd5bd2facb.tar.bz2
python-workshops-584ea34d518f6792ff52dc4ef492f7cd5bd2facb.zip
Add data structures slides.
Also update the basics a bit with a couple of exercises.
Diffstat (limited to 'basic_python/Makefile')
-rw-r--r--basic_python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic_python/Makefile b/basic_python/Makefile
index 5ed5b91..47ac8c2 100644
--- a/basic_python/Makefile
+++ b/basic_python/Makefile
@@ -5,7 +5,8 @@
pdflatex $*.tex
SLIDES= basics.pdf \
- control_flow.pdf
+ control_flow.pdf \
+ core_data_structures.pdf
all: $(SLIDES)