become wiser in python

me i came from c/java and was doing

for i in range(0, len(list)):
    # get list item by index

instead of

for item in list:
    ....

XD

well the more you are exposed to py, the better you knoe hoe things work.

reading source of popular projects is really great, and ... read the docs,
ask your doubts on the mailing list, not to be afraid to read technical
stuffs about py etc oh and ... do some projects (500+ lines) in py

Abdur-Rahmaan Janhangeer
https://github.com/Abdur-rahmaanJ
Mauritius
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to