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

# Python

> Code is read much more often than it is written.

## Main

<Columns cols={2}>
  <Card title="Python Tutorial" href="https://docs.python.org/3/tutorial/index.html" />

  <Card title="Python Library" href="https://docs.python.org/3/library/index.html" />

  <Card title="Python Cheatsheet" href="https://www.pythoncheatsheet.org/" />

  <Card title="Python Tutor" href="https://pythontutor.com/" />

  <Card title="Automate the Boring Stuff" href="https://automatetheboringstuff.com/" />
</Columns>

## Course

<Columns cols={2}>
  <Card title="CS50 Python" href="https://cs50.harvard.edu/python/" />
</Columns>
