Learning Python is good?

Posted by user15220 on Programmers See other posts from Programmers or by user15220
Published on 2011-02-01T08:35:38Z Indexed on 2011/11/18 10:18 UTC
Read the original article Hit count: 373

Filed under:
|
|

Recently I have seen some videos from MIT on computer programming topics. I found it's really worth watching. Especially the concepts of algorithms and fundamental stuffs. The programs were written and explained in Python. I never had looked into this language before as I learned and doing stuffs with C/C++ programming. But the cleanliness and better readability of syntax attracted me. Of course as a C++ programmer for long time it's the most readable language for me. Also I heard Python library contains solid algorithms and data-structures implementations. Can you share your experience in this language?

© Programmers or respective owner

Related posts about programming-languages

Related posts about c++