Open utterances-bot opened 1 month ago
semi related, but curious to know what you make of lets-plot for dataviz. I've moved from R -> Python quite recently and have found this series of blog posts really helpful, thank you for making them!
I just realised someone flagged it to you already in Locally Optimistic :D
Base Python Rgonomic Patterns | Emily Riederer
Getting comfortable in a new language is more than the packages you use. Syntactic sugar in base python increases the efficiency, and aesthetics of python code in ways that R users may enjoy in packages like glue and purrr. This post collects a miscellaneous grab bag of tools for wrangling, formatting (f-strings), repeating (list comprehensions), faking data, and saving objects (pickle)
https://www.emilyriederer.com/post/py-rgo-base/