Introduction

What is Python?

  • Python is a popular programming language.
  • It was created by Guido van Rossum and released in 1991.

Why Learn Python?

  • Python works on Windows, macOS, Linux, and Raspberry Pi.
  • Simple syntax similar to English language.
  • Supports databases and file handling.
  • Used in data science, automation, AI, and mathematics.

First Python Program

Below is a simple Python program that prints a message:

Python Hello World Code