Intro to Programming and Data Science (Fall 2022)/Week 12 Coding Challenges: Difference between revisions

From CommunityData
No edit summary
 
Line 2: Line 2:


# "Clone" [https://github.com/jdfoote/Intro-to-Programming-and-Data-Science/tree/summer2020 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 'fall2021' branch - do this with <code>git checkout fall2021</code>
#* Make sure that after cloning you switch to the 'fall2022' branch - do this with <code>git checkout fall2022</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!

Latest revision as of 17:22, 15 November 2022

Today's coding challenges are really simple:

  1. "Clone" the git repository for the class
    • Make sure that after cloning you switch to the 'fall2022' branch - do this with git checkout fall2022
  2. Create a git repository
    • Make sure to create a .gitignore file to hide authentication files!
    • Put at least some of your homework files in the repository and put it on Github.

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.