From 5057844cd52e8ed52fc46b4107a458e437bec37d Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sun, 8 Mar 2020 13:36:04 -0700 Subject: [PATCH] add google style --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 401231b..2940783 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ * [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). ---