emilyriederer / website

Blog / website repo
https://emilyriederer.com
4 stars 1 forks source link

Base Python Rgonomic Patterns | Emily Riederer #64

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

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/

fred-spaceape commented 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!

fred-spaceape commented 1 month ago

I just realised someone flagged it to you already in Locally Optimistic :D