Python Week – Day 1 – Setup
This article explains how to set up your machine for Python Development. The steps summary: Install Visual Code (if not already installed) Install python 3. Install Visual Code Python Plugin…
This article explains how to set up your machine for Python Development. The steps summary: Install Visual Code (if not already installed) Install python 3. Install Visual Code Python Plugin…
Hi all, I am coaching a small group of high schoolers this summer on coding and technology in general. I would like to share the materials and hope you will…
In this article, we will demonstrate how to clone a Remote Git Repo to your local Development Machine to be a Local Git Repo First, find the link to "clone"…
In this article, we will create a simple website using GitHub Pages. You can see a very simple sample at https://jess1sd.github.io/jess/ Go to https://github.com/ and log in to your GitHub…
In this article, we will learn how to create a new empty GitHub Repository. We are going to create a remote Git Repo. And below is an illustration to demonstrate…
What is Visual Code Visual Code is Microsoft's free development tool or IDE (Integrated Development Environment) for both students to learn how to code, as well as for professionals to…
What is Git and Why Does it Matter? Git is a very commonly used version control system. It tracks the changes you made to files. Git is very useful because…