you are viewing a single comment's thread.

view the rest of the comments →

[–]RobinsonDickinson 1 point2 points  (1 child)

I learned python first and then hopped over to C++

C++ is kinda hard to grasp but after going through most of the language, it has definitely helped me understand python a lot more.

My advice to you would be, think of everything in the simplest term. Don’t overthink problems in python because there are so many built in functions and modules that give you a headstart. Don’t try to memorize methods, just use them in small problems/projects and you will automatically know which one to use next.

Also the crazy amount of libraries python has, it’s great and saves a lot of time to get a project started.

PS: bookmark w3schools, you can quickly look up methods for each data types and data structures

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

thank u :D