DEV Community

dudeguy
dudeguy

Posted on

why we should learn python

Whether you are beginner or a person who has learned a couple of programming languages, you will likely agree that learning a new programming language can be challenging. Even more so when you don't have the right resources and guidance. But with the right help, you can make it an enjoyable experience.

Python was created on December 3, 1989 by Guido van Rossum. He had a design philosophy which stated, "There's only one way to do it, and that's why it works".

Python is an interpreted, high-level, general-purpose programming language. As a programming language, Python uses mostly English keywords, so it has fewer exceptions and special cases compared to the languages.

Now let's look at some of the reasons you might want to learn Python.

Python's Simple Syntax
Python is a language that has a very simple syntax. This is one of the reasons it is ideal for beginners getting into tech to consider as a first language. I understand this alone might not be motivating enough, but believe me – after a thorough breakdown you will be convinced otherwise.

Compared to other languages, Python has one of the simplest syntaxes that uses fewer lines of code to accomplish a particular task. This makes it easier to learn the basics and understand the language within a shorter period of time .

In addition to this, Python is an interpreted language, which means that you don’t need a compiler to write and run Python code.
fore more see zarkachat arabfun .

Top comments (0)