Is python best for automation? I'm looking to get into a career that has something to do with python, but before I really begin to learn it I need to know what it is mostly used for
(July 17, 2022, 02:40 AM)Someone1611 Wrote: It is good for everything that doesn't run on "customer's machine" or "client"
This. You can use Python for pretty much everything, hell, you can write a whole OS with it if you want to. Python is the god of general programming languages, emphasis on "general". It falls short on pretty much every specific task compared to some specialized language.
in my opinion. Python is simple language (easy to read, easy to write), its a good way to show your idea. Python is good because it has many many library and you can convert it to exe or elf too
I use python as a platform independent way to run script on both Windows and Linux. Its also a fast way to get stuff done beside using powershell and bash.