> ## 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 Data Types

## Data Types Practice & Exercises

To reinforce what you've learned in this section (Numbers, Strings, and Booleans), we have prepared two interactive Jupyter Notebooks:

<CardGroup cols={2}>
  <Card title="Follow-Along Practice" icon="laptop-code">
    Practice operations, type checks, and conversions for numbers, strings, and booleans.

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

  <Card title="Practice Exercises" icon="pen-to-square">
    Test your knowledge with hands-on exercise questions on division types, quotes, concatenation, and comparisons.

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

## Ready to move forward?

Once you are comfortable with Data Types, let's learn how to manipulate them in the Working with Data section!

<Card title="Working with Data" icon="calculator" href="/basics/working-with-data">
  Math operators and string manipulation
</Card>
