Explore >> Select a destination


You are here

jeroenjanssens.com
| | jaketae.github.io
4.7 parsecs away

Travel
| | These past few days, I've been writing posts on R while reading Hadley Wickham's R for Data Science. R is no Python, but I'm definitely starting to see what makes R such an attractive language for data analysis. In particular, writing texts and code blocks on RStudio has been a good experience so far, keeping me focused and productive in my quest to R mastery (I'm nowhere near close).
| | www.ethanrosenthal.com
2.8 parsecs away

Travel
| | I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent.
| | newdevsguide.com
3.4 parsecs away

Travel
| | Let's take a look at Polyglot Notebooks and explore how we can use them to write C# code in an interactive and sharable notebook format.
| | earthly.dev
17.9 parsecs away

Travel
| This tutorial explains how to create a Python virtual environment using PyInstaller, a packaging tool for Python applications, and distribute them ...