Merge remote-tracking branch 'vndmtrx/master'

Conflicts:
	README.md

resolved
This commit is contained in:
Vinta 2014-07-10 13:28:43 +08:00
commit bc9925d888

View File

@ -668,7 +668,7 @@ long, literate-programming-style documentation generator.
## Debugging Tools
*Libraries for dubugging and developing.*
*Libraries for debugging code.*
* [pdb](https://docs.python.org/2/library/pdb.html) - (Python standard library) The Python Debugger.
* [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled pdb.
@ -707,7 +707,7 @@ long, literate-programming-style documentation generator.
* [d3py](https://github.com/mikedewar/d3py) - A plottling library for Python, based on [D3.js](http://d3js.org/).
* [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R.
* [Kartograph.py](https://github.com/kartograph/kartograph.py) - Rendering beautiful SVG maps in Python.
* [pygal](http://pygal.org/) - A python SVG Charts Creator
* [pygal](http://pygal.org/) - A Python SVG Charts Creator.
## Machine Learning