Notes
- Installed black as a dev dependency with
poetry add black --dev
(see https://python-poetry.org/docs/cli/#options-3) - Formatted Python with
black .
when in the current working directory. - Discussed using .keys for dictionaries and how set_default would be better to not access the keys for an insert to a dictionary.
Task Completed
- Used black to format Python
- Created a plan to track word counting including the potential data structure and algorithm strategy
- Not stream related but fixed typing layout on HotDox v2
- Added some Python typing
Future work
- Implment the data structure and algorithm to track words
- Create blog post of cloud storage and load balancer experience.
- Move dev blog from cloud storage -> firebase
- Use pyaudio interactions with python chatbot
- Text to speech for python chatbot
- Try out Dialogflow again (TypeScript version? and/or Python version)
- Saving stuff into Firestore (revive this)
- Revive Discord bot
Useful links
- Poetry add dev dep
- Google Python style guide
- Google Python style guide naming conventions
- Black formatting
- Python typing