# Python Web3 library - web3fsnpy

## What is Web3fsnpy?

web3fsnpy is a python library for interacting with Fusion. Its API is derived from the [Web3.py](https://github.com/ethereum/web3.py) and [Web3.js](https://github.com/ethereum/wiki/wiki/JavaScript-API) Javascript API and should be familiar to anyone who has used `web3.py` which it extends. It mirrors Fusion’s [web3-fusion-extend](https://github.com/FUSIONFoundation/web3-fusion-extend) Javascript library in its functionality.

By creating a pythonic version of the API for it’s blockchain, Fusion Foundation has made it possible to easily unlock all the functionality that makes Fusion unique. With only single function calls, a user can now create assets, send tokens, or generate time locks to unlock the time value of assets and other cryptocurrencies locked in to Fusion’s blockchain.

Because python is easy to learn and is platform independent, every user now has access to Fusion’s features and can combine them with every other python module, including math and scientific modules, specialist financial modules, to assist them in developing feature rich applications.

## Read the docs

You can find the documentation and coding examples [here](https://web3fsnpy.readthedocs.io/en/latest/index.html).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fusiondev.gitbook.io/fusion/build/web3fsnpy-python-web3-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
