From 205ea4d7aa19ef34b112fd5081000a3fd21b95bd Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Mon, 27 Nov 2017 01:23:26 +0530 Subject: Adding slides on OOP class attributes and misc. --- advanced_python/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'advanced_python/Makefile') 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) -- cgit