A bunch of documents and notes as my references. Information gathered through experience.
- How to structure python projects
- Importing modules into your Python code
- Document requirements by writing your unit tests
- Mocking Python Objects
- https://www.toptal.com/python/an-introduction-to-mocking-in-python
- https://www.stevenmaude.co.uk/posts/how-to-use-mock-in-python-to-mock
- https://stackoverflow.com/questions/42945569/python-mock-for-mysql
- https://stackoverflow.com/questions/39227681/how-do-you-mock-a-return-value-from-pymysql-for-testing-in-python
- How to generate string hashes in Python
- How to add inline code to Lambda Cloudformation Templates