Update README.md

This commit is contained in:
bt3gl 2022-03-26 16:45:07 +00:00 committed by GitHub
parent aee41cb307
commit 3a542a12e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,13 @@
# ✨🐍 [Scratch Space] Python: small projects and boilerplates
## Code in this repo
### APIs
* [FastAPI Location API deployed in Vercel](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/fastapi-location-app)
----
### Boilerplates
@ -17,7 +19,6 @@
* [Concurrence examples](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/boilerplates-concurrence)
---
### Small projects
@ -28,10 +29,23 @@
* [maze puzzle](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/small-projects/maze-puzzle)
* [parsing Medium posts](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/small-projects/medium)
----
### Useful tools and packages
* [Black (code formatting)]()
* [Flake8 (static code analysis]()
* [Pre-commit]()
* [unittest](https://docs.python.org/3/library/unittest.html)
* [nose](https://nose.readthedocs.io/en/latest/)
* [tox](https://tox.wiki/en/latest/)
----
### Good Readings
## Good Readings
* [Google Style Guide](https://google.github.io/styleguide/pyguide.html).