Welcome to The Legend of Python! 🐍
The programming language we are learning is called Python. It was created by a developer named Guido van Rossum in the early 90s.
💡 Think of it like this: Python is like learning to write in a new language — but instead of talking to people, you're talking to computers! And Python is one of the easiest computer languages to learn.
Python is used EVERYWHERE in the real world:
We write Python code in files that end with .py — like main.py.
The panel on the right side 👉 is your code editor. That's where you'll write, run, and test your code. Let's try it!