Web3.py is a Python library for interacting with Ethereum.
What is Web3.py?
Web3.py is a Python library for connecting DApps with the Ethereum blockchain. Developers can use web3.py in their DApps to send transactions, interact with smart contracts, get block data, and more. Web3.py was derived directly from the Web3.js JavaScript API, but is centered more around the needs of Python developers.