From a95aac7ab7d4e121dc58575dde4a9e08808681fb Mon Sep 17 00:00:00 2001 From: Renan Birck <renan.birck@chipinside.com.br> Date: Tue, 15 Sep 2015 14:46:52 -0300 Subject: [PATCH 1/2] Add a mention to deap. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b129dd..579e5e6 100644 --- a/README.md +++ b/README.md @@ -921,6 +921,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Biopython](http://biopython.org/wiki/Main_Page) - Biopython is a set of freely available tools for biological computation. * [blaze](http://blaze.pydata.org/en/latest/) - NumPy and Pandas interface to Big Data. * [cclib](http://cclib.github.io/) - A library for parsing and interpreting the results of computational chemistry packages. +* [deap](https://github.com/deap/deap) - A library for genetic algorithms and evolutionary computation. * [NetworkX](https://networkx.github.io/) - A high-productivity software for complex networks. * [Numba](http://numba.pydata.org/) - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy. * [NumPy](http://www.numpy.org/) - A fundamental package for scientific computing with Python. -- GitLab From 6ccdadfad0eab6ec4943bf418c3c6050c33e4996 Mon Sep 17 00:00:00 2001 From: Renan Birck <renan.birck@chipinside.com.br> Date: Tue, 15 Sep 2015 20:17:21 -0300 Subject: [PATCH 2/2] pythonxy has moved to github. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 579e5e6..58dabac 100644 --- a/README.md +++ b/README.md @@ -948,6 +948,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pygal](http://pygal.org/) - A Python SVG Charts Creator. * [pygraphviz](https://pypi.python.org/pypi/pygraphviz) - Python interface to [Graphviz](http://www.graphviz.org/). * [PyQtGraph](http://www.pyqtgraph.org/) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets. +* [seaborn](https://github.com/mwaskom/seaborn) - A high-level interface for high-quality statistical graphics. * [vincent](https://github.com/wrobstory/vincent) - A Python to Vega translator. * [VisPy](http://vispy.org/) - High-performance scientific visualization based on OpenGL. @@ -1062,7 +1063,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Python programming on Microsoft Windows.* -* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder. +* [Python(x,y)](https://python-xy.github.io) - Scientific-applications-oriented Python Distribution based on Qt and Spyder. * [pythonlibs](http://www.lfd.uci.edu/~gohlke/pythonlibs/) - Unofficial Windows binaries for Python extension packages. * [PythonNet](https://github.com/pythonnet/pythonnet) - Python Integration with the .NET Common Language Runtime (CLR). * [PyWin32](http://sourceforge.net/projects/pywin32/) - Python Extensions for Windows. -- GitLab