Skip to content

Commit 424a4a5

Browse files
authored
Merge pull request #7276 from miohtama/patch-12
Added Vyper Discord link
2 parents 03eee07 + 16b85f5 commit 424a4a5

File tree

1 file changed

+4
-4
lines changed
  • src/content/developers/docs/programming-languages/python

1 file changed

+4
-4
lines changed

src/content/developers/docs/programming-languages/python/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe
4949
### Active: {#active}
5050

5151
- [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_
5253
- [Ape](https://github.com/ApeWorX/ape) - _The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals_
5354
- [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_
5555
- [py-evm](https://github.com/ethereum/py-evm) - _implementation of the Ethereum Virtual Machine_
5656
- [eth-tester](https://github.com/ethereum/eth-tester) - _tools for testing Ethereum-based applications_
5757
- [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
7979
- [Sushi](https://sushi.com/) uses [Python in managing and deploying their vesting contracts](https://github.com/sushiswap/sushi-vesting-protocols)
8080
- [Alpha Finance](https://alphafinance.io/), of Alpha Homora fame, uses [Brownie to test and deploy smart contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract)
8181

82-
## Python Community Contributors {#python-community-contributors}
82+
## Python Community discussion {#python-community-contributors}
8383

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
8686

8787
## Other aggregated lists {#other-aggregated-lists}
8888

0 commit comments

Comments
 (0)