Intro to Programming and Data Science (Summer 2020)/Day 12 Coding Challenges: Difference between revisions

From CommunityData
(Created page with "Today's coding challenges are really simple: # "Clone" the git repository for the class # Create a git repository #* Make sure to create a .gitignore file to hide authentica...")
 
No edit summary
 
Line 1: Line 1:
Today's coding challenges are really simple:
Today's coding challenges are really simple:


# "Clone" the git repository for the class
# "Clone" [https://github.com/jdfoote/Intro-to-Programming-and-Data-Science/tree/summer2020 the git repository for the class]
#* Make sure that after cloning you switch to the 'summer2020' branch - do this with <code>git checkout summer2020</code>
# Create a git repository  
# Create a git repository  
#* Make sure to create a .gitignore file to hide authentication files!
#* Make sure to create a .gitignore file to hide authentication files!


This should be pretty quick and I encourage you to use some time today to go back to a lesson that is confusing and do some work to understand it better.
This should be pretty quick and I encourage you to use some time today to go back to a lesson that is confusing and do some work to understand it better.

Latest revision as of 16:53, 3 June 2020

Today's coding challenges are really simple:

  1. "Clone" the git repository for the class
    • Make sure that after cloning you switch to the 'summer2020' branch - do this with git checkout summer2020
  2. Create a git repository
    • Make sure to create a .gitignore file to hide authentication files!

This should be pretty quick and I encourage you to use some time today to go back to a lesson that is confusing and do some work to understand it better.