This article shows how to perform more relatively advanced actions with Git
Tutorials:
- From Git: https://git-scm.com/docs/gittutorial
- From Atlassin: https://www.atlassian.com/git/tutorials
Learn, Code, Create, and Play
This article shows how to perform more relatively advanced actions with Git
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.
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:
Follow the instruction from Day 1 to create another python project. In this python project, create a file called flip.py
How does a Coin Clip game work?
Normally, it works by someone tossing a coin, which can be a tail or a head, and another person guess before toss. The guesser wins if the guess matches.
If this coin is a perfectly made coin, there should be a 50/50 chance that it would be head/tail.
A very simple coin flip game could work as follow:
To build this game, I will work you through the steps, the simplest first, then onto
Blog Status: Draft (In the progress of adding more explanation at each step) but is 90% complete
On Day 2, we created a Coin Flip App to demonstrate Import, If-Else, For Loop, Red From User Input, Random Number, and Logging.
Today, let’s create a Python Quiz App that should be useful for studying for quizzes. This project demonstrates a few more core python concepts (Dictionary, Function, Read from a File).
Below are the steps to create the Python Quiz App:
words
dictionary, and randomly select an item to ask a questionwords
dictionary from a CSV filequiz_common
moduleHi 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 also find them useful. Week 1: Into to Web Development Set up Set up a GitHub Account Setup Git on Your Window 10 Machine Install … Read more
To understand Git, let’s break it down into parts that make Git work for you
GitHub is a development platform where you can collaborate with others on software projects.