## 🥷🏻🐍⛓️ playing pvp in the metaweb: python edition
### web3 projects and code
* [**📚 web3-toolkit-py**](web3toolkit): - an *ongoing* development of a library and set of python scripts with my fav on-chain ops.
* [**🔬 blockchain science repo**](https://github.com/go-outside-labs/blockchain-science): - a repo with several on-chain data research notebooks, trading bots, and other shenanigans.
* [**🧮 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. published in 2015.

--- ### some of my old web2 code (pythoning since '14)
* [click](boilerplates-click) * [fast api](fastapi-location-app) * [argparse](boilerplates-argparse) * [security](boilerplates-security) * [unit tests](boilerplates-tests) * [concurrency](boilerplates-concurrency) * [optimization](boilerplates-optimization) * [orchestration](boilerplates-orchestration) * [dash + plot.ly](boilerplates-dash) * [magic pen](small-projects/magic-pen) * [maze puzzle](small-projects/maze-puzzle) * [blob boundary](small-projects/finding-blob-boundary) * [parsing medium posts](small-projects/medium) * [encoding, decoding](small-projects/enconding-decimals/)
---- ### more resources
##### general python * [black](https://github.com/psf/black) * [flake8 ](https://flake8.pycqa.org/en/latest/) * [pre-commit](https://pre-commit.com/) * [unittest](https://docs.python.org/3/library/unittest.html) * [nose](https://nose.readthedocs.io/en/latest/) * [tox](https://tox.wiki/en/latest/) * [google style guide](https://google.github.io/styleguide/pyguide.html)
##### web3 specific * [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)