## 🥷🏻🐍⛓️ playing pvp in the metaweb: python edition
### in this repo
#### my [ongoing] web3 projects and templates
* [📚 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.
#### my [over the years] web2 projects and templates
* [finding a blob boundary](small-projects/finding-blob-boundary)
* [magic pen](small-projects/magic-pen)
* [maze puzzle](small-projects/maze-puzzle)
* [parsing medium posts](small-projects/medium)
* [encoding decimals](small-projects/enconding-decimals/)
#### boilerplates
* [fast api](fastapi-location-app)
* [click](boilerplates-click)
* [argparse](boilerplates-argparse)
* [dash + plot.ly](boilerplates-dash)
* [security](boilerplates-security)
* [concurrency](boilerplates-concurrency)
* [optimization](boilerplates-optimization)
* [testing in python](boilerplates-tests)
* [good example of unit tests suite I wrote](https://github.com/go-outside-labs/aws-pipeline/tree/master/tests)
----
### resources
##### basics
* [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/)
##### learning
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
* [google style guide](https://google.github.io/styleguide/pyguide.html)