DEV Community

Discussion on: Should You Use Python? 5 Pros and Cons.

Collapse
 
tizz98 profile image
Elijah Wilson

Imo, you should choose the right language for the project you're working on. Python is great for building web applications and data science and even command line applications. However, a compiled language like Go may have advantages when writing and distributing a CLI since all the dependencies are included in the resulting binary.