Python-My Notes
Saturday, May 23, 2015
Python split with examples
›
""" Rsplit. Usually rsplit() is the same as split. The only difference occurs when the second argument is specified. This ...
Thursday, May 7, 2015
Strategy to learn python for a beginner
›
Complete the following books 1.Learn python the hard way[ website ][Download] or Think Python or tutorials point or new circle or c...
Pyvideos-The best resources of python videos
›
Once you've learned basic python,this is a great resource pyvideo I didn't know how to deploy a django app but there is a video he...
Wednesday, May 6, 2015
Understanding list comprehensions with if else
›
""" [dosomething if else for ] Today list comprehensions alone killed most of time. http://stackoverflow.com/questions/300...
Tuesday, May 5, 2015
one vim command a day makes you feel happy
›
I mostly switch to sublime,after getting frustrated with vim but vim is really cool if you know commands.So i decided i want to post what i...
›
Home
View web version