**Document 1: Introduction to Python Basics**
Python is a beginner-friendly programming language used in many fields. Here's how
to get started:
1. **Install Python** – Download from [Link] and set up your environment.
2. **Understand Syntax** – Python uses indentation and simple syntax.
3. **Use Print Statements** – Display output using `print()`.
4. **Learn Data Types** – Strings, integers, floats, and booleans.
5. **Try Variables** – Store data using variable names like `x = 5`.
Start small and practice writing simple scripts.