diff --git a/README.md b/README.md
index c084ded..cfec559 100644
--- a/README.md
+++ b/README.md
@@ -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.
+
+* [📚 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.
@@ -16,6 +19,8 @@
### my [over the years] web2 projects and templates
+
+
#### 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/)
-
#### boilerplates
@@ -36,7 +40,7 @@
* [concurrency](boilerplates-concurrency)
* [optimization](boilerplates-optimization)
-
+
#### tests
@@ -49,7 +53,9 @@
----
-### external resources
+### python resources
+
+
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
* [google style guide](https://google.github.io/styleguide/pyguide.html)