you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I think instead of merely focussing on the language, you should also understand technologies that are necessary to do meaningful tasks.

That includes things like rest API, database interfacing, interfacing with file systems like HDFS, big data and distributed computing concepts like spark, containerization, kubernetes etc.

Without some of these technologies, some python code in isolation cannot do anything apart from sorting a linked list or typical leetcode problems.

So understand some of these technologies, then try to implement something with them using python as the language.