Skip to main content

Introduction

Python

  • Python is a high-level, interpreted, general-purpose programming language known for its simplicity, readability and flexibility.
  • It was created by Guido van Rossum and first released in 1991.
  • Python supports multiple paradigms, including procedural, object-oriented and functional programming.

Python's syntax is designed to be clean, simple, and easy to understand. Here's an overview of Python's basic syntax:

print("Hello, World!")