Update README.md

This commit is contained in:
mia von steinkirch, phd 2022-12-24 15:00:22 -08:00 committed by GitHub
parent b60a6aa0f1
commit f252be6ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,13 @@
### my [ongoing] web3 projects and templates
* [web3-python-toolkit](web3_python_toolkit)
- an on-going development of a library and set of python scripts with my fav on-chain ops.
<br>
* [📚 web3-python-toolkit](web3_python_toolkit)
- 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)
- a repo with several on-chain data research notebooks.
<br>
@ -16,6 +19,8 @@
### my [over the years] web2 projects and templates
<br>
#### side and fun projects
* [finding a blob boundary](small-projects/finding-blob-boundary)
@ -24,7 +29,6 @@
* [parsing medium posts](small-projects/medium)
* [encoding decimals](small-projects/enconding-decimals/)
<br>
#### boilerplates
@ -36,7 +40,7 @@
* [concurrency](boilerplates-concurrency)
* [optimization](boilerplates-optimization)
<br>
#### tests
@ -49,7 +53,9 @@
----
### external resources
### python resources
<br>
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
* [google style guide](https://google.github.io/styleguide/pyguide.html)