ποΈ Install Anaconda
1. Download the file from https://www.anaconda.com/products/distribution and install it
ποΈ Install Jupyter Notebook
There are many free options to run jupyter notebooks:
ποΈ Install VS Code
1. Follow this guide to install VS code in your system. Alternatively, go to https://code.visualstudio.com/download and download the VS Code
ποΈ Lab: Explore VS Code features
In this lab, we will explore the following features:
ποΈ Setup Git
One of the major problems with coding is to keep track of changes. It is also almost impossible to maintain a program you have multiple versions of. Another is the topic of collaboration and documentation. Which is super Important. Letβs say you work on a Spark application and your colleges need to make changes while you are on holiday. Without some code management they are in huge trouble: Where is the code? What have you changed last? Where is the documentation? How do we mark what we have changed? But if you put your code on GitHub your colleges can find your code. They can understand it through your documentation (please also have in-line comments) Developers can pull your code, make a new branch and do the changes. After your holiday you can inspect what they have done and merge it with your original code. and you end up having only one application.
ποΈ Lab: Learn git commands
Objective
ποΈ Lab: Learn Bash Commands
- pwd: Display the current directory
ποΈ Install DBeaver
Go to https://dbeaver.io/download to download DBeaver.