mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 14:10:21 -04:00
Update README.md
This commit is contained in:
parent
ee4556d7f1
commit
d2e45bc1aa
1 changed files with 15 additions and 17 deletions
32
README.md
32
README.md
|
@ -3,7 +3,9 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
### my [ongoing] web3 projects and templates
|
### in this repo
|
||||||
|
|
||||||
|
#### my [ongoing] web3 projects and templates
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -15,23 +17,22 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
#### my [over the years] web2 projects and templates
|
||||||
|
|
||||||
### my [over the years] web2 projects and templates
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
#### side and fun projects
|
|
||||||
|
|
||||||
* [finding a blob boundary](small-projects/finding-blob-boundary)
|
* [finding a blob boundary](small-projects/finding-blob-boundary)
|
||||||
* [magic pen](small-projects/magic-pen)
|
* [magic pen](small-projects/magic-pen)
|
||||||
* [maze puzzle](small-projects/maze-puzzle)
|
* [maze puzzle](small-projects/maze-puzzle)
|
||||||
* [parsing medium posts](small-projects/medium)
|
* [parsing medium posts](small-projects/medium)
|
||||||
* [encoding decimals](small-projects/enconding-decimals/)
|
* [encoding decimals](small-projects/enconding-decimals/)
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
#### boilerplates
|
#### boilerplates
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* [fast api](fastapi-location-app)
|
* [fast api](fastapi-location-app)
|
||||||
* [click](boilerplates-click)
|
* [click](boilerplates-click)
|
||||||
* [argparse](boilerplates-argparse)
|
* [argparse](boilerplates-argparse)
|
||||||
|
@ -39,26 +40,17 @@
|
||||||
* [security](boilerplates-security)
|
* [security](boilerplates-security)
|
||||||
* [concurrency](boilerplates-concurrency)
|
* [concurrency](boilerplates-concurrency)
|
||||||
* [optimization](boilerplates-optimization)
|
* [optimization](boilerplates-optimization)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### tests
|
|
||||||
|
|
||||||
* [testing in python](boilerplates-tests)
|
* [testing in python](boilerplates-tests)
|
||||||
* [good example of unit tests suite I wrote](https://github.com/go-outside-labs/aws-pipeline/tree/master/tests)
|
* [good example of unit tests suite I wrote](https://github.com/go-outside-labs/aws-pipeline/tree/master/tests)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### python resources
|
### resources
|
||||||
|
|
||||||
<br>
|
##### basics
|
||||||
|
|
||||||
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
|
|
||||||
* [google style guide](https://google.github.io/styleguide/pyguide.html)
|
|
||||||
* [black](https://github.com/psf/black)
|
* [black](https://github.com/psf/black)
|
||||||
* [flake8 ](https://flake8.pycqa.org/en/latest/)
|
* [flake8 ](https://flake8.pycqa.org/en/latest/)
|
||||||
* [pre-commit](https://pre-commit.com/)
|
* [pre-commit](https://pre-commit.com/)
|
||||||
|
@ -66,4 +58,10 @@
|
||||||
* [nose](https://nose.readthedocs.io/en/latest/)
|
* [nose](https://nose.readthedocs.io/en/latest/)
|
||||||
* [tox](https://tox.wiki/en/latest/)
|
* [tox](https://tox.wiki/en/latest/)
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
##### 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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue