Development Environment

A collection of 3 posts

The Only Post you Need to Start Using Jupyter cover image

The Only Post you Need to Start Using Jupyter

In this article you will learn what Jupyter and Jupyter Notebooks are, when to use them and how to use them. You will learn about the most common shortcuts, Jupyter Lab, as well as magic commands.

  • Lari Giba
The Only Post you Need to Start Using Anaconda cover image

The Only Post you Need to Start Using Anaconda

In this article, you will learn what Anaconda and conda are, when to use them and how to use them. I will cover the pros and cons of Anaconda, installation on Windows, Mac, and Linux, as well as using conda to install packages and manage virtual environments and manage channels.

Package Managers and Virtual Environments Explained, Step by Step cover image

Package Managers and Virtual Environments Explained, Step by Step

In this post, we will cover what package managers and virtual environments are, why you should use them and how you can do so. If you have heard of tools such as pip, virtualenv, venv,conda, or maybe even used them before, but you did not fully understand what was going on under the hood, this post is for you.