From b33fe6dbf1a4e7fd91e86c67537eab1a796cbf13 Mon Sep 17 00:00:00 2001 From: zszazi <41579863+zszazi@users.noreply.github.com> Date: Sat, 19 Oct 2019 18:36:05 +0530 Subject: [PATCH] Update Programming-in-Python.md --- Programming-in-Python.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Programming-in-Python.md b/Programming-in-Python.md index f0c6f3ec..9b0185c5 100644 --- a/Programming-in-Python.md +++ b/Programming-in-Python.md @@ -70,6 +70,7 @@ - [SO: Python coding standards/best practices](https://stackoverflow.com/questions/356161/python-coding-standards-best-practices) - [Python Best Practices: 5 Tips For Better Code - Airbrake Blog](https://airbrake.io/blog/python/python-best-practices) - [Python tutorial: Best practices and common mistakes to avoid](https://jaxenter.com/python-tutorial-best-practices-145959.html) +- [Common mistakes beginnners make in python](https://github.com/qxf2/wtfiswronghere) ## Testing @@ -106,4 +107,4 @@ Please have a look at the [CONTRIBUTING](CONTRIBUTING.md) guidelines, also have --- -Back to [main page (table of contents)](README.md) \ No newline at end of file +Back to [main page (table of contents)](README.md)