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.
- Host: GitHub
- URL: https://github.com/vidonne/python-tips
- Owner: vidonne
- License: mit
- Created: 2025-06-19T09:10:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T11:11:16.000Z (about 1 year ago)
- Last Synced: 2026-01-16T05:14:46.601Z (6 months ago)
- Topics: data-visualization, matplotlib, python
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-tips

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/)