mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-06-01 13:14:19 -04:00
15 lines
1,012 B
Markdown
15 lines
1,012 B
Markdown
# ✨ Examples and Boilerplates for Python ✨
|
|
|
|
 [](https://github.com/bt3gl/Awesome_Entrepreneur) [!
|
|
|
|
* [CLI with Click](https://github.com/bt3gl-labs/Python-Boilerplates/tree/master/Click_app).
|
|
* [CLI with Argparse](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Argparse_app).
|
|
* [Dashboards with Dash and Plot.ly](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/dash_app).
|
|
* [Testing in Python](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Testing).
|
|
* [Security examples](https://github.com/bt3gl/Awesome_Python_Examples/tree/master/Security_examples).
|
|
* [Concurrence examples](https://github.com/bt3gl/Awesome_Python_Examples/tree/master/Concurrence_examples).
|
|
|
|
### Good Python Readings
|
|
|
|
* [Google Style Guide](https://google.github.io/styleguide/pyguide.html).
|
|
|