summaryrefslogtreecommitdiff
path: root/advanced_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-11-27 01:23:26 +0530
committerPrabhu Ramachandran2017-11-27 01:23:26 +0530
commit205ea4d7aa19ef34b112fd5081000a3fd21b95bd (patch)
treeb437a945190d8e824aacdb9671828a5e68719193 /advanced_python/Makefile
parent87e2b74b18194060ed14e7744ed59d46f3c1b98a (diff)
downloadpython-workshops-205ea4d7aa19ef34b112fd5081000a3fd21b95bd.tar.gz
python-workshops-205ea4d7aa19ef34b112fd5081000a3fd21b95bd.tar.bz2
python-workshops-205ea4d7aa19ef34b112fd5081000a3fd21b95bd.zip
Adding slides on OOP class attributes and misc.
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r--advanced_python/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile
index 5d0a0e4..14a8c9b 100644
--- a/advanced_python/Makefile
+++ b/advanced_python/Makefile
@@ -12,7 +12,9 @@ SLIDES= 1_intro.pdf \
6_practice_functions.pdf \
7_oop_basics.pdf \
8_oop_inheritance.pdf \
- 9_oop_containership.pdf
+ 9_oop_containership.pdf \
+ 10_oop_classattr.pdf \
+ 11_oop_misc.pdf
all: $(SLIDES)