From bfdd515f1bf03450859c13d41d8862cf3a82f4af Mon Sep 17 00:00:00 2001 From: Jeffrey McLarty Date: Sun, 22 Mar 2015 12:51:32 -0400 Subject: [PATCH 1/2] Add WinPython --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff2d4636..ba6f6df8 100644 --- a/README.md +++ b/README.md @@ -1031,8 +1031,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [PyWin32](http://sourceforge.net/projects/pywin32/) - Python Extensions for Windows. * [PythonNet](https://github.com/pythonnet/pythonnet) - Python Intergration with the .NET Common Language Runtime (CLR). * [pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows binaries for Python extension packages. +* [spyder](https://code.google.com/p/spyderlib/) - IDE for the Python language with advanced editing, interactive testing, debugging and introspection features (also comes with Anaconda, WinPython). * [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder. -* [spyder](https://code.google.com/p/spyderlib/) - IDE for the Python language with advanced editing, interactive testing, debugging and introspection features (also comes with Anaconda). +* [WinPython](https://winpython.github.io/) - Portable python development environment ## Network Virtualization and SDN From 220fcfa38959cd3157f5c206723c05d417808832 Mon Sep 17 00:00:00 2001 From: Jeffrey McLarty Date: Sun, 22 Mar 2015 12:54:06 -0400 Subject: [PATCH 2/2] Remove "python" ...since it's implied --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba6f6df8..8cdc92ca 100644 --- a/README.md +++ b/README.md @@ -1033,7 +1033,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows binaries for Python extension packages. * [spyder](https://code.google.com/p/spyderlib/) - IDE for the Python language with advanced editing, interactive testing, debugging and introspection features (also comes with Anaconda, WinPython). * [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder. -* [WinPython](https://winpython.github.io/) - Portable python development environment +* [WinPython](https://winpython.github.io/) - Portable development environment for Windows 7/8 ## Network Virtualization and SDN