Pycon APAC 2011 in Singapore finally end this evening and this is some quick recaps on the event for the past few days. Day 1 (Tutorial) This is tutorial day only. The conference actually started on the second day. I took the Python 102 class. Initially I want to attend Practical Django project by Jacob Kaplan Moss but since my boss already took that class and we didn't want to attend the same class I picked Python 102. I thought this could be somewhat 'formal' Python class for me. Turn out it really meant for beginner. I don't know what they touched in 101 but it look to me just a repetition of what in 101 class. But I still manage to know few things that I'm not aware off. It some kind of basic but I never learn Python in formal, I just picked up the specific part of the language that can solve problem at my hand. Use negative (-) sign to apply string formatting backward. Use double, triple and so on colon in list slicing as step. Really nice feature. Enumerate to...