Intro to Python Program
In this article, we will give a quick overview of what a Python Program looks like and also touch on the “Anatomy” of a Program.
In this article, we will give a quick overview of what a Python Program looks like and also touch on the “Anatomy” of a Program.
This article explains how to set up your machine for Python Development.
The steps summary:
In this article, we will demonstrate how to clone a Remote Git Repo to your local Development Machine to be a Local Git Repo
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/
In this article, we will learn how to create a new empty GitHub Repository.
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 develop software.
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 it allows you to effectively manage code changes. For this Coding Camp, since we will be hosting our website on GitHub Pages. We will need to install Git locally.
GitHub is a development platform where you can collaborate with others on software projects.