Skip to content

Commit e0eedf8

Browse files
committed
docs: add first steps links to resources
1 parent 02e426a commit e0eedf8

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

docs/resources.rst

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,24 @@
44
Resources and Learning Material
55
===============================
66

7-
Web3.py has an active community of developers and educators. Here you'll find find third-party
8-
libraries, tutorials, examples, courses and other learning material.
7+
web3.py and the Ethereum Python ecosystem have an active community of developers and educators.
8+
Here you'll find libraries, tutorials, examples, courses and other learning material.
99

1010
.. warning ::
1111
1212
Links on this page are community submissions and are not vetted by the team that maintains
1313
web3.py. As always, DYOR (Do Your Own Research).
1414
15+
16+
First Steps
17+
-----------
18+
19+
Resources for those brand new to Ethereum:
20+
21+
- `A Developer's Guide to Ethereum, Pt. 1 <https://snakecharmers.ethereum.org/a-developers-guide-to-ethereum-pt-1/>`__
22+
- `Ethereum Python Ecosystem Tour <https://snakecharmers.ethereum.org/python-ecosystem/>`__
23+
24+
1525
Courses
1626
-------
1727

@@ -22,8 +32,9 @@ Courses
2232
Frameworks and Tooling
2333
----------------------
2434

25-
- `ApeWorX - The Ethereum development framework for Python Developers, Data Scientists, and Security Professionals <https://www.apeworx.io/>`__
26-
- `Brownie - A Python-based development and testing framework for smart contracts targeting EVM. <https://github.com/eth-brownie/brownie>`__
35+
- `ApeWorX <https://www.apeworx.io/>`__ - The Ethereum development framework for Python Developers, Data Scientists, and Security Professionals
36+
- `Woke <https://github.com/Ackee-Blockchain/woke>`__ - A Python-based development and testing framework for Solidity
37+
- `Brownie <https://github.com/eth-brownie/brownie>`__- A Python-based development and testing framework for smart contracts targeting EVM
2738

2839
.. warning ::
2940
@@ -34,18 +45,18 @@ Frameworks and Tooling
3445
Smart Contract Programming Languages
3546
------------------------------------
3647

37-
- `Vyper - Contract-oriented, pythonic programming language that targets EVM <https://docs.vyperlang.org/en/stable/>`__
48+
- `Vyper <https://docs.vyperlang.org/en/stable/>`__ - Contract-oriented, pythonic programming language that targets EVM
3849

3950

4051
Libraries
4152
---------
4253

43-
- `Web3 Ethereum DeFi - Library for DeFi trading and protocols (Uniswap, PancakeSwap, Sushi, Aave, Chainlink) <https://github.com/tradingstrategy-ai/web3-ethereum-defi>`__
44-
- `lighter-v1-python - Lighter.xyz DEX client for Python <https://github.com/elliottech/lighter-v1-python>`__
45-
- `uniswap-python - Library lets you easily retrieve prices and make trades on all Uniswap versions. <https://uniswap-python.com/>`__
46-
- `pyWalletConnect - WalletConnect implementation for wallets in Python <https://github.com/bitlogik/pyWalletConnect>`__
47-
- `dydx-v3-python - Python client for dYdX v3 <https://github.com/dydxprotocol/dydx-v3-python>`__
48-
- `Lido Python SDK - Library with which you can get all Lido validator's signatures and check their validity <https://github.com/lidofinance/lido-python-sdk>`__
54+
- `Web3 Ethereum DeFi <https://github.com/tradingstrategy-ai/web3-ethereum-defi>`__ - Library for DeFi trading and protocols (Uniswap, PancakeSwap, Sushi, Aave, Chainlink)
55+
- `lighter-v1-python <https://github.com/elliottech/lighter-v1-python>`__ - Lighter.xyz DEX client for Python
56+
- `uniswap-python <https://uniswap-python.com/>`__ - Library lets you easily retrieve prices and make trades on all Uniswap versions.
57+
- `pyWalletConnect <https://github.com/bitlogik/pyWalletConnect>`__ - WalletConnect implementation for wallets in Python
58+
- `dydx-v3-python <https://github.com/dydxprotocol/dydx-v3-python>`__ - Python client for dYdX v3
59+
- `Lido Python SDK <https://github.com/lidofinance/lido-python-sdk>`__ - Library with which you can get all Lido validator's signatures and check their validity
4960

5061

5162
Conference Presentations and Videos

newsfragments/3013.docs.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)