Overwhelmed by the Simplicity of Python. Any Recommendation?

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Sat Oct 13 06:00:08 EDT 2018


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



More information about the Python-list mailing list