> ## Documentation Index
> Fetch the complete documentation index at: https://python4ai.codewithsiva.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting started

> Set up your Python development environment

## Here's what we will cover

In this section, you'll set up everything needed to start writing Python code. We'll install Python, configure your code editor, and run your first program.

<CardGroup cols={3}>
  <Card title="What is Python" icon="python" href="/getting-started/what-is-python">
    Understanding programming basics
  </Card>

  <Card title="Install Python" icon="download" href="/getting-started/installing-python">
    Get Python on your computer
  </Card>

  <Card title="First program" icon="play" href="/getting-started/first-python-file">
    Write and run your first code
  </Card>
</CardGroup>

## Ready to begin?

<Card title="Start with what is Python" icon="arrow-right" href="/getting-started/what-is-python">
  Learn what programming is all about
</Card>
