0
is python a trending programming lang to learn?
how to learn it in a better manner?
1 Answer
0
Python is widely used in Google, easy to learn and has great community. One of its biggest strengths is in data science and currently it is one of 2 leading languages for AI(R is another one). It has a great web framework Django which makes it very convenient to create web applications. To answer your question, yes it's trending language to learn. Syntax could be read by a non programmer and it takes no time to script something actually useful.
My tip for practice is to think of a daily task you could automate and try automating it. By trial and error you could say.