Jay Dave
Python/PHP, CSS3/HTML5 JQuery Hadoop/Machine Learning
May 27, 2013
Python IF Statement
›
Python IF Statement False Values: None, 0, empty string, empty list, empty dictionary Boolean False: True, False 1, 0 Operators: =...
May 18, 2013
Python Strings - III
›
1) Pythonic way to copy a string/list s[:] IDLE 2.6.6 >>> s = 'my new string' >>> s 'my new string' ...
Python Strings - II
›
Python String Part -II ------------------------ String Methods: ------------------- Difference between method and function is that, m...
May 17, 2013
Python Strings
›
Python Strings: 1) Stings can be enclosed by " ( double quotes ) or ' ( single quotes ) escaping works on both single quotes and ...
May 16, 2013
Python Modules and Packages
›
python module - module __name__ - a module can contain executable statements as well as functional statements - those are executed only onc...
Python: Dynamic and Strongly Typed Language
›
Python is both dynamically and strongly typed language. Dynamic: - i.e. Types are checked at run-time Strongly: - i.e. We can't ...
Python Basics
›
Why Python ? - Efficient High-Level Data-structures. - Tupples - Lists - Dictionaries - Sets - Simple Object Or...
›
Home
View web version