Life is short. I use Python.

Why python instead of some fancy language? Let’s start with python’s design philosophy:

  1. Grace.
  2. Clear.
  3. Simple.

And the Philosophy of Python developers is:

One way, preferably only one way, to do one thing.

Faced with multiple choices, Python developers generally reject fancy syntax in favor of explicit syntax with little or no ambiguity

The advantage of python

  • Less code

In general, Python is 1/5 of Java. Java code is long and inefficient, so life is short, so I use Python

  • Simple and easy to learn

  • Free, open source

  • object-oriented

  • Rich library

  • scalability

Some trolls might say that Python doesn’t perform as well as Java. It is perfectly possible to write the very high performance parts in C or C++ and use them in Python programs.

Life is short. I use Python. Say no to bells and whistles.