Python

Every year I consider whether to continue using Python or whether to move on to a different language – perhaps one that’s newer to the programming world. But I continue to focus on Python for many reasons. Python is an incredibly efficient language: your programs will do more in fewer lines of code than many other languages would require. Python’s syntax will also help you write ‘clean’ code. Your code will be easy to read, easy to debug, and easy to extend and build upon compared to other languages.

Eric Matthes, Python Crash Course