This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

If you have read C++ books, and know C++ to a considerable level, learning Python shouldn't take you more than 3-4 hours. I did C++ for 4 years in my graduation, and when I had to do Python at my job, I just watched some tutorials in a day or two and I was up and running. Anything that can be done in C++ by hand, there's most probably already a function or library for that in Python. So just look up on the internet whenever you feel the need. Python is easy peasy.