R to Python
Blogs & Slides Only
Heuristics for Translating Ggplot2 Code to Plotnine Code
Added Sun Dec 12, 2021
What is this?
Excerpt from site: “when it comes to the syntax, you can easily translate 95% of ggplot2 code to plotnine code if you take into account the heuristics listed below. But first, an example”.
Plotnine: Grammar of Graphics for Python
Added Sun Dec 12, 2021
What is this?
Excerpt from site: “plotnine is a data visualisation package for Python based on the grammar of graphics, created by Hassan Kibirige. Its API is similar to ggplot2, a widely successful R package by Hadley Wickham and others”.
Pydon’ts – Write elegant Python code
By Rodrigo
Added Sun Dec 12, 2021
What is this?
Excerpt from site: “Would you like me to teach you how to write Python 🐍 code that is more elegant, more effective, and more expressive than what you have been writing until now… for free?”
- Link to post here: https://mathspp.gumroad.com/l/pydonts
Python Data Science Handbook
Added Sun Dec 12, 2021
What is this?.
Excerpt from site: “This website contains the full text of the Python Data Science Handbook by Jake VanderPlas; the content is available on GitHub in the form of Jupyter notebooks.”.
- Link to post here: https://jakevdp.github.io/PythonDataScienceHandbook/
- Link to repo here: https://github.com/jakevdp/PythonDataScienceHandbook
- Link to handbook to buy here: https://www.oreilly.com/library/view/python-data-science/9781491912126/
Python Exercises
Added Sun Dec 12, 2021
What is this?
A collection of different sites that provide python exercises for people from all levels:
- [Practice Python](https://www.practicepython.org/ 🌱 : There are over 30 beginner Python exercises just waiting to be solved. Each exercise comes with a small discussion of a topic and a link to a solution. New exercises are posted monthly.
- Python exercises on Exercism 🌱 🌳
- Learn by example Exercises 🌱