Should I learn JavaScript after Python?

Yes, when you’ll be learning Python frameworks like Django and Flask for web app development, you’ll have to learn JavaScript for client side scripts. Both are fairly nice languages but it is advisable to take it one at a time . Try to learn Python first and then get started with JavaScript once you get a grasp of it.

Read more

Should I learn python if I know C++?

Learning more languages can only make you a better developer, regardless of their approach. Besides, your experience with C++ (or, at least C) will come in handy for writing high-performance parts of your applications using Python’s C API, which lets “raw” C and C++ code intermingle nicely with the pure Python stuff.

Read more