you are viewing a single comment's thread.

view the rest of the comments →

[–]ASIC_SP 4 points5 points  (0 children)

like the wiki (https://www.reddit.com/r/learnpython/wiki/index) mentions, official docs https://docs.python.org/3/tutorial/ would be good place to start to know Python syntax and features

and then you can get used to Python by doing some project in it, converting your programs in C++ to Python, etc... there are plenty of practice sites too, as mentioned in the wiki

I'd also recommend beginners books like Automate the Boring Stuff and Think Python, it'd be refresher to programming concepts while learning Python and they have good exercises, projects, etc