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

# Practice & Exercises

> Test and reinforce your understanding of Python basics

## Python Basics Practice & Exercises

To reinforce what you've learned in this section (Intro to programming, Python syntax, Python errors, Code formatting, Variables, and Comments), we have prepared two interactive Jupyter Notebooks:

<CardGroup cols={2}>
  <Card title="Follow-Along Practice" icon="laptop-code">
    Practice code syntax, formatting, variables, and comments from the concepts covered in this section.

    [💻 VS Code](vscode://file/Users/sivaprasad/Downloads/python%20material/python4ai/public/notebooks/basics_exercises/Python_Basics_Practice.ipynb) | [🚀 Colab](https://colab.research.google.com/github/prasad230776/python4ai/blob/master/public/notebooks/basics_exercises/Python_Basics_Practice.ipynb) | <a href="/public/notebooks/basics_exercises/Python_Basics_Practice.ipynb" download>📥 Download</a>
  </Card>

  <Card title="Practice Exercises" icon="pen-to-square">
    Test your knowledge with hands-on exercise questions and verify your answers using collapsible solutions.

    [💻 VS Code](vscode://file/Users/sivaprasad/Downloads/python%20material/python4ai/public/notebooks/basics_exercises/Python_Basics_Exercises.ipynb) | [🚀 Colab](https://colab.research.google.com/github/prasad230776/python4ai/blob/master/public/notebooks/basics_exercises/Python_Basics_Exercises.ipynb) | <a href="/public/notebooks/basics_exercises/Python_Basics_Exercises.ipynb" download>📥 Download</a>
  </Card>
</CardGroup>

## Ready to move forward?

Once you are comfortable with Python basics, let's explore different types of data that Python can work with.

<Card title="Data types" icon="shapes" href="/data-types">
  Numbers, text, and more
</Card>
