An open API service indexing awesome lists of open source software.

https://github.com/vidonne/python-tips

A repository to teach myself some python stuff mainly in data visualization and mapping.
https://github.com/vidonne/python-tips

data-visualization matplotlib python

Last synced: about 21 hours ago
JSON representation

A repository to teach myself some python stuff mainly in data visualization and mapping.

Awesome Lists containing this project

README

          

# python-tips

![](https://img.shields.io/badge/Language-python-blue)

A repository to teach myself some python stuff mainly in data visualization and mapping.

## Tutorials

### Data visualisation

- [Matplotlib journey](tutorials/viz-matplotlib-journey-YanHoltz/) by Yan Holtz and Joseph Barbier

## Tips

- [Working with python](https://www.matplotlib-journey.com/bonus/working-with-python)

## Packages

- [Pandas](https://pandas.pydata.org/)
- [Polars](https://pola.rs/)
- [Matplotlib](https://matplotlib.org/)
- [Plotnine](https://plotnine.org/)
- [Plotly](https://plotly.com/python/)
- [unhcrpyplotstyle](https://github.com/leichen88/unhcrpyplotstyle)

## Resources

- [Python4DS](https://aeturrell.github.io/python4DS/welcome.html)
- [Python for R users](https://blog.stephenturner.us/p/python-for-r-users)
- [From R to Python with minimal baggage](https://hrovatin.github.io/posts/r_python/)