Exercise 6 (Fast Prototyping)
- Use the
main.py (https://github.com/s3-school/pkoffee/blob/Day0/main.py) from the pkoffee project to generate a repo structure.
- Once you get the structure, ask the AI to provide a Python script that creates it.
- Use the generated repo structure along with the main.py script to ask
the AI how to structure the code
- Ask the AI for guidance on adopting the right mindset for generating
tests for this project. (Act as a Google engineer...)
- Ask the AI to assess potential security issues for this project.
- What are the available tools for security checks for this project? (Might
invent tools)