mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-06-28 16:47:07 -04:00
learn those algorithms
This commit is contained in:
parent
183d7d8841
commit
da5a1ac94a
1 changed files with 9 additions and 21 deletions
30
README.md
30
README.md
|
@ -3,22 +3,18 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
### my [ongoing] web3 projects and templates
|
### my ongoing web3 projects and code
|
||||||
|
|
||||||
|
|
||||||
* [📚 web3toolkit](web3toolkit)
|
* [📚 web3toolkit](web3toolkit)
|
||||||
- an ongoing development of a library and set of python scripts with my fav on-chain ops.
|
- an ongoing development of a library and set of python scripts with my fav on-chain ops.
|
||||||
|
|
||||||
* [🔬 check my blockchain-science](https://github.com/go-outside-labs/blockchain-science)
|
* [🔬 check my blockchain science repo](https://github.com/go-outside-labs/blockchain-science)
|
||||||
- a repo with several on-chain data research notebooks.
|
- a repo with several on-chain data research notebooks.
|
||||||
|
|
||||||
<br>
|
* [🧮 check my published book on algorithms and data structures](https://github.com/go-outside-labs/algorithms-book-py)
|
||||||
|
- it's always good to actually understand those searches and sortings algorithms
|
||||||
---
|
|
||||||
|
|
||||||
### external web3 resources
|
|
||||||
|
|
||||||
* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -26,7 +22,7 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### [my old] boilerplates
|
### some of my web2 code (have been pythoning since '14)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -39,15 +35,6 @@
|
||||||
* [optimization](boilerplates-optimization)
|
* [optimization](boilerplates-optimization)
|
||||||
* [orchestration](boilerplates-orchestration)
|
* [orchestration](boilerplates-orchestration)
|
||||||
* [dash + plot.ly](boilerplates-dash)
|
* [dash + plot.ly](boilerplates-dash)
|
||||||
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### [my over the years] web2 projects and templates
|
|
||||||
|
|
||||||
|
|
||||||
* [magic pen](small-projects/magic-pen)
|
* [magic pen](small-projects/magic-pen)
|
||||||
* [maze puzzle](small-projects/maze-puzzle)
|
* [maze puzzle](small-projects/maze-puzzle)
|
||||||
* [blob boundary](small-projects/finding-blob-boundary)
|
* [blob boundary](small-projects/finding-blob-boundary)
|
||||||
|
@ -60,7 +47,7 @@
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### general resources
|
### general links (just useful stuff)
|
||||||
|
|
||||||
|
|
||||||
* [black](https://github.com/psf/black)
|
* [black](https://github.com/psf/black)
|
||||||
|
@ -71,4 +58,5 @@
|
||||||
* [tox](https://tox.wiki/en/latest/)
|
* [tox](https://tox.wiki/en/latest/)
|
||||||
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
|
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
|
||||||
* [google style guide](https://google.github.io/styleguide/pyguide.html)
|
* [google style guide](https://google.github.io/styleguide/pyguide.html)
|
||||||
|
* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue