Hey everyone!
I have been coding in C++ for the past 2 years and now I feel like using Python, I can do much more in way lesser lines of code. Don't get me wrong, I love C++ and just the fact that I have a good control over the variables' behaviour to the memory management but I feel that coding in Python would be much more effecient(in terms of the efforts I put in).
I am very comfortable in C++ but in Python it's tough for me to know exactly what is going on under the hood and some of that stuff bugs me. How do I exactly switch to Python and be effective at it quickly?
Also just a heads up: I have done some personal projects in Python but I know my command over Python is not of the level which I have in C++.