Skip to content

Commit 5eb5959

Browse files
committed
Reorganization
1 parent d31b6d3 commit 5eb5959

File tree

12 files changed

+9
-26
lines changed

12 files changed

+9
-26
lines changed

data-analysis/data-viz.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.

data-analysis/data-science-libs.md renamed to python/data-science-libs.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python Libraries for Data Science
1+
# Python Libraries for Data Science and Data Viz
22

33
## General use
44
- [numpy](https://numpy.org/)
@@ -14,11 +14,17 @@
1414
- [pydantic](https://pydantic-docs.helpmanual.io/) - data validation and settings management using python type annotations
1515

1616
## Data visualization
17+
18+
### Plotting libraries
1719
- [Matplotlib](https://matplotlib.org/): Python de facto 2D plotting library.
1820
- [seaborn](http://seaborn.pydata.org/): Based on matplotlib, it provides a high-level interface for drawing attractive and informative statistical graphics.
1921
- [Altair](https://altair-viz.github.io/): A declarative statistical visualization library for Python, based on Vega and Vega-Lite
22+
23+
24+
### Web ready
2025
- [Bokeh ](https://docs.bokeh.org/en/latest/): Creates interactive, web-ready plots, which can be easily output as JSON objects, HTML documents, or interactive web applications.
2126
- [Plotly](https://plot.ly/python/): Makes interactive plots, but it offers some charts you won't find in most libraries, like contour plots, dendograms, and 3D charts.
27+
28+
### Geo
2229
- [Folium](https://python-visualization.github.io/folium/): Folium makes it easy to visualize data that’s been manipulated in Python on an interactive [`leaflet.js`](https://leafletjs.com/) map.
2330
- [Basemap](https://matplotlib.org/basemap/users/index.html): A matplotlib toolkit library for plotting 2D data on maps in Python.
24-

python/gui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Graphical user interface in Python
1+
# Graphical User Interfaces (GUIs) in Python
22

33
### For simple command line programs
44

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)