> ## 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.

# Installing Python

> Get Python running on your computer

## Choose your operating system

Installing Python differs based on your operating system. Select your platform below for specific instructions. Don't worry - Python works the same way once installed. The installation process is just different for each system.

<CardGroup cols={3}>
  <Card title="Windows" icon="windows" href="/getting-started/installing-python-windows">
    Windows 10 or 11
  </Card>

  <Card title="macOS" icon="apple" href="/getting-started/installing-python-macos">
    Mac computers
  </Card>

  <Card title="Linux" icon="linux" href="/getting-started/installing-python-linux">
    Ubuntu, Debian, etc.
  </Card>
</CardGroup>
