From aa669535f784e5fe3923185761fa0fe0450dadb1 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Sun, 29 Dec 2024 00:39:19 +0100 Subject: [PATCH] Update Python.md --- Examples/Python Examples/Python.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Examples/Python Examples/Python.md b/Examples/Python Examples/Python.md index c033e5fd2..fa42f0473 100644 --- a/Examples/Python Examples/Python.md +++ b/Examples/Python Examples/Python.md @@ -37,12 +37,9 @@ related: pip3 install pyflakes pip3 install pep8 -- [Python - PyGtk Example - Snippets](http://www.eurion.net/python-snippets/snippet/) -- [Python - Google Coding Style - Guide](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html) -- [Python - Django Best - Practices](http://lincolnloop.com/django-best-practices/) +- [Python - PyGtk Example Snippets](http://www.eurion.net/python-snippets/snippet/) +- [Python - Google Coding Style Guide](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html) +- [Python - Django Best Practices](http://lincolnloop.com/django-best-practices/) - [Python - Types and Objects](http://www.cafepy.com/article/python_types_and_objects/python_types_and_objects.html#basic-concepts) - [Python - Debugging Memory