8000 add Data Visualization section · DTSCode/awesome-python@f7629f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7629f2

Browse files
committed
add Data Visualization section
1 parent 594b791 commit f7629f2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,13 +523,20 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
523523
* [SciPy](http://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
524524
* [NumPy](http://www.numpy.org/) - A fundamental package for scientific computing with Python.
525525
* [Numba](http://numba.pydata.org/) - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
526-
* [matplotlib](http://matplotlib.org/) - A Python 2D plotting library.
527526
* [NetworkX](https://networkx.github.io/) - A high-productivity software for complex networks.
528527
* [Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools.
529528
* [PyMC](https://github.com/pymc-devs/pymc) - Markov Chain Monte Carlo sampling toolkit.
530529
* [zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library.
531-
* [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R.
532530
* [PyDy](https://pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.
531+
* [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics.
532+
533+
## Data Visualization
534+
535+
*Libraries for visualizing data*
536+
537+
* [matplotlib](http://matplotlib.org/) - A Python 2D plotting library.
538+
* [bokeh](https://github.com/ContinuumIO/bokeh) - Interactive Web Plotting for Python.
539+
* [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R.
533540

534541
## Machine Learning
535542

0 commit comments

Comments
 (0)
0