Looking for an official documentation regarding security best practices and how to write secure code
[deleted by user]
Secure code reviews in Security Engineer Interview at Amazon.
Secure Code Review
How is a Python code review done?
A Python code review starts with being clear about the requirements for the code. It then checks if the requirements are satisfied (ie: the code actually works), along with other considerations such as readability, security, and documentation. The overall process is manual but a plethora of tools exist to help development teams as they conduct code reviews.
Why should you use a code review tool for Python?
Developers love to automate tasks as much as possible, and code review is no different. Code review tools make it possible to review large-scale projects with dozens of developers. They allow you to test code without running it, and ensure you can be confident before merging the pull request.
Videos
I am looking for resources on how to write secure code with Python, I have been in python.org but there is only a Security reporting section. Before considering Google top results I would like to check if there is an official documentation