Skip to content

UFResearchComputing/GCP_Python_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP_Python_2019

This repository is for the Gator Computing Program 2019 Python lessons at the University of Florida.

GCP is run by Research Computing.

Lessons 1 & 2 were written by Matt Gitzendanner.

Intro

The easiest way to run the first two lessons is to use Anaconda on your computer. In addition to Anaconda, install pygame. The easiest way to do that is to use your terminal (MacOS) or Anaconda Prompt (Windows) to run pip install pygame.

Cloning this site onto your flash drive

Steps in cloning a GitHub repository to your computer Screenshot guidance
Clone this site onto your flash drive. Click the Clone or download button and then the copy button to copy the link into your clipboard. Git Clone image
Open Git bash from the Windows > Git > Git bash menu Opening Git Bash
Your USB flash drive should be drive E:. If so, in the Git Bash window, type: cd e: and hit Enter

Then type git clone , followed by a space, and right click to paste the link (you CANNOT use control-V here to paste).

Then hit Enter.
Git bash clone screenshot

Learning Python Through pygame

This is the first lesson and teaches many basic Python programming concepts through a simple bouncing ball "game".

Launch Anaconda PromptThis lesson uses a Jupyter notebook. Open the Anaconda Prompt from the Windows > Anaconda > Anaconda Prompt menu.

Once the Anaconda opens, we need to navigate to your cloned repository on the USB drive.

Type: e:

Type: cd GCP_Python_2019/Lesson_1_BouncyBall

Type: jupyter lab

Once your web browser opens, click on the Bouncy_Intro.ipynb.

The second lesson is a series of markdown pages that lead you through the inner workings of a simple game.

Start here

You will want to have one window open with these pages and one window open with the code to follow along.

The lessons for the data analysis tutorial are in the (data_analysis) folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •