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

# Python Sample Code

This tutorial provides sample code for developers to call Loqate Local API using Python.

## Pre-requisite

* Version of Python: Python 3 and above
* Platform: 32-bit/64-bit Windows or Linux

## Windows (32-bit/64-bit)

Distributed components for 32-bit/64-bit Windows Platform include:

* `lqtcr.dll`
* `_pyloqate.pyd`
* `pyloqate.py`

32-bit components and 64-bit components are distributed as different sets, respectively.

## Linux (64-bit)

Under Linux platform, only two components are needed:

* `_pyloqate.so`
* `pyloqate.py`

## Sample Code

The Python sample code files needed to use this tutorial are available for download on our SFTP.

[Loqate Sample Code in Python v1.0](/uploads/2022/03/Loqate-Sample-Code-in-Python-v1.0.pdf)
