You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/developers/docs/programming-languages/python/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe
49
49
### Active: {#active}
50
50
51
51
-[Web3.py](https://github.com/ethereum/web3.py) - _Python library for interacting with Ethereum_
52
+
-[Vyper](https://github.com/ethereum/vyper/) - _Pythonic Smart Contract Language for the EVM_
52
53
-[Ape](https://github.com/ApeWorX/ape) - _The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals_
53
54
-[Brownie](https://github.com/eth-brownie/brownie) - _Python framework for deploying, testing and interacting with Ethereum smart contracts_
54
-
-[Vyper](https://github.com/ethereum/vyper/) - _Pythonic Smart Contract Language for the EVM_
55
55
-[py-evm](https://github.com/ethereum/py-evm) - _implementation of the Ethereum Virtual Machine_
56
56
-[eth-tester](https://github.com/ethereum/eth-tester) - _tools for testing Ethereum-based applications_
57
57
-[eth-utils](https://github.com/ethereum/eth-utils/) - _utility functions for working with Ethereum related codebases_
@@ -79,10 +79,10 @@ The following Ethereum-based projects use tools mentioned on this page. The rela
79
79
-[Sushi](https://sushi.com/) uses [Python in managing and deploying their vesting contracts](https://github.com/sushiswap/sushi-vesting-protocols)
80
80
-[Alpha Finance](https://alphafinance.io/), of Alpha Homora fame, uses [Brownie to test and deploy smart contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract)
81
81
82
-
## Python Community Contributors {#python-community-contributors}
82
+
## Python Community discussion {#python-community-contributors}
83
83
84
-
The[Ethereum Python Community Discord](https://discord.gg/9zk7snTfWe)is host to a rapidly growing community and is the dedicated
85
-
resource for discussions on any of the above projects and related topics.
84
+
-[Ethereum Python Community Discord](https://discord.gg/9zk7snTfWe)for Web3.py and other Python framework discussion
85
+
-[Vyper Discord]([https://discord.gg/9zk7snTfWe](https://discord.gg/SdvKC79cJk)) for Vyper smart contract programming disucssion
86
86
87
87
## Other aggregated lists {#other-aggregated-lists}
0 commit comments