Getting Started with Python (Part 1): What Is Python?
dev.to·4d·
Discuss: DEV
🐍python
Preview
Report Post

What Is Python?

First, let’s briefly introduce Python.

What kind of language is it?

Python is a programming language designed with simplicity and readability in mind.

Because it uses fewer technical terms and has clean, easy-to-read code, it is very popular among beginners.

By the way, the name “Python” does not come from the snake.

It comes from the British comedy show

"Monty Python’s Flying Circus".

(It’s a bit unique and easy to remember!)

Where is Python used?

Python is used in many different fields, for example:

  • 2D and 3D game development (Pyxel, pygame, etc.)
  • Task automation (scripts, batch pr…

Similar Posts

Loading similar posts...