Python still supports both 2.x and 3.x. I selected Python 3.0. Then, was looking for good IDE. I tired Atom, PyCharm Community Edition and Eclipse plugin PyDev. I am quite comfortable with both PyCharm and Eclipse with PyDev plugin. However, most of the time, I am using PyCharm.
Multiple assignments in a line! eg., a, b = 0, 1 conditions: All non-zeros are true, zeros are false if it is sequence, non-zero is true, empty seq is false eg., myList =[1,3,5] #true myEmptyList=[] # false
Comments
Post a Comment