From 0c329f08ae8cf253bf1e81e5e3c7edef3d3b235b Mon Sep 17 00:00:00 2001 From: kmonsoor Date: Tue, 22 Jul 2014 17:12:02 +0600 Subject: [PATCH] ++ Python(x,y) in Miscellaneous section from home page: "Python(x,y) is a scientific-oriented Python Distribution based on Qt and Spyder - see the Plugins page. Its purpose is to help scientific programmers used to interpreted languages (such as MATLAB or IDL) or compiled languages (C/C++ or Fortran) to switch to Python. C/C++ or Fortran programmers should appreciate to reuse their code "as is" by wrapping it so it can be called directly from Python scripts." --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdfc43a7..e09a809e 100644 --- a/README.md +++ b/README.md @@ -879,6 +879,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Useful libraries or tools that don't fit in the categories above.* * [IPython](https://github.com/ipython/ipython) - IPython provides a rich toolkit to help you make the most out of using Python interactively. +* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder. * [bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work). * [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. * [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.