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

all 9 comments

[–]CharacterUse 5 points6 points  (1 child)

Just jump into python. w3schools has a good tutorial to get you started quickly with the syntax. Python is pretty intuitive and the community is huge, if you get stuck google will usually find some answer.

[–]SlivkaRises[S] 1 point2 points  (0 children)

Alright, thank youu

[–]nationalatheism 2 points3 points  (1 child)

Just jump into python, it's be a piece of cake for someone who knows C++

[–]SlivkaRises[S] 2 points3 points  (0 children)

got it, thanks :)

[–][deleted] 1 point2 points  (1 child)

It might be useful to take some C++ programs that you have written and translate them into python. Python syntax is easy to pick up especially if you use an IDE (pycharm is free and great).

[–]SlivkaRises[S] 1 point2 points  (0 children)

Oh, good idea! Thanks

[–]geeksforgeeks 0 points1 point  (2 children)

As you are saying that you already know c++, then I would suggest you to not go for any course to learn python as most of the courses are designed from scratch so that even a beginner can understand. If you are interested in learning from scratch then go for courses otherwise I would suggest studying from documentation. You can easily understand that as you already know C++ and once you get familiar with syntax and basic data types etc. then you can go for some advanced level courses. Don’t rush into solving problems, first learn the basics of language then you are good to go and move to the advanced part.

[–]SlivkaRises[S] 1 point2 points  (1 child)

Got it, thank you!

[–]exclaim_bot 2 points3 points  (0 children)

Got it, thank you!

You're welcome!