
December 21, 2020
Installing PyEnv on macOS to manage your Python versions
If you've been curious about managing various Python environments for Data Analysis or Data Science, this short tutorial is for you. I use Anaconda
to manage my Python environments using conda
, to check out that tutorial, read...

December 1, 2020
Create a Data Science Python Environment
If you've been curious about managing local Python environments for Data Analysis or Data Science, this short tutorial is for you. I used pyenv
to manage by Python versions, to check out that tutorial, read Installing PyEnv on macOS to...

September 14, 2020
R Quickstart for Data Science and Analysis
If you've been curious about R or Data Science in general, this 10-minute R Quickstart is for you. Youβre going to install and start using R from the beginning, and by the end of this course, you will know how to: Install R and RStudio Use the R...
Read
September 1, 2020
JavaScript Basics | Local Development
Welcome to the JavaScript Basics series for beginners. We'll focus on the fundamentals of JavaScript, a dynamic object-oriented, general-purpose programming language. That said, we won't cover frameworks such as React, Vue, Express, and Node. In part 1,...
Read