How to use Web3 API from Python

Hello, How can I consume the web3 API from python?

Just call the Web3 API as a REST API :raised_hands:

Hello YosephKS, thank you for the response.
The problem is that I don’t see any guides on how to do it, I only see javascript guides.
Can you provide me a few hints on how to do it?

You can search on forum, you will find at least an example on how to get token price with a python script

Thank you, I’ve found an example hehe