๐ŸŽฌ
Data Science - Wintersemester 24/25
  • Welcome
  • Whatโ€™s Data Science and How Do I Do It?
    • ๐Ÿ“†Timeline
    • ๐Ÿดโ€โ˜ ๏ธR Overview
      • ๐Ÿ“ฉInstallation
      • ๐Ÿˆโ€โฌ›GitHub Setup
      • ๐Ÿฅ—DataCamp Courses
    • ๐ŸPython Overview
      • ๐Ÿ“ฉInstallation
      • ๐Ÿˆโ€โฌ›GitHub Setup
      • ๐Ÿ“ฆVirtual Environment Setup
      • ๐Ÿฅ—DataCamp Courses
  • Introduction to Your Project
    • About the Project Guide
    • What is this Project About?
  • Exploratory Data Analysis (EDA)
    • Getting started
    • Discovering the Data ๐Ÿ”Ž
      • Initial Exploration Tasks
      • Initial Data Visualization
    • Data Cleaning and Transformation
      • Cleaning the Crime Dataset๐Ÿ‘ฎ๐Ÿผ
      • Cleaning the Weather Dataset๐ŸŒฆ๏ธ
    • Data Visualization
      • Crime Rate Over Time
      • Crime Types
    • Grouping and Merging Data
    • Linear Regression
    • Impress us!
    • Internship Complete!
  • Advanced
    • Introduction
    • K-Means Clustering
      • The Clustering Model
      • Visualize the clusters
    • Impress us!
  • โœ…Exercise Checklist
  • Legal Disclaimer
Powered by GitBook
On this page
  • Creating a Github account & security key
  • First, read the General GitHub Instructions ๐Ÿ“–
  • Second: Complete Steps 1 & 2 ๐Ÿ“‹
  • Join GitHub Classroom
  • Clone your repository to your computer
  1. Whatโ€™s Data Science and How Do I Do It?
  2. Python Overview

GitHub Setup

PreviousInstallationNextVirtual Environment Setup

Last updated 5 months ago

General instruction to Github:

Crash course to Git:

Creating a Github account & security key

This GitHub repository will be your project submission and a great way to track your progress, changes, and accomplishments along the way. Letโ€™s get it set up!

First, read the General GitHub Instructions ๐Ÿ“–

Scroll up to the section and read it carefully, following the steps all the way through Step 2. Take your time hereโ€”this will ensure youโ€™re all set for the next part!

Second: Complete Steps 1 & 2 ๐Ÿ“‹

Once youโ€™ve finished Step 2, come back here for more instructions on getting your repository fully ready.

Join GitHub Classroom

Ready for Step 3? Awesome! ๐ŸŽ‰ Hereโ€™s what to do next:

  1. Join the GitHub Classroom:

    Click on one of these invite links to join your classroom:

    1. Python Beginner:

    2. Python Advanced:

  2. Authorize GitHub Classroom ๐Ÿ‘ค When prompted, authorize GitHub Classroom (or, if youโ€™re not signed in yet, log into GitHub first).

  3. Accept the Assignment โœ… Click Accept this assignment to create your personal repository for this project.

  1. Check Your New Repository ๐Ÿ”— Youโ€™ll now see a blue link to your new repositoryโ€”click it, and youโ€™re ready to start working in your own project space! ๐ŸŽ‰

Clone your repository to your computer

  1. Open your repository. Click on Code, then on SSH

  2. Copy the url

  1. Open Terminal on your computer

If you don't now where to find terminal:

  • MacOS: Use combo CMD + Space, then type Terminal

  • Window, Linux: Press your Window key, then type Terminal

  1. In the terminal, type in this command and paste your Git url at the end of the command

git clone [git URL]

# For example
git clone git@github.com:TechAcademy-Python/DataScienceProjectPython2425.git
  1. Now, a new folder should be created on your computer with the name DataScienceProjectPython2425

  2. Open this folder with VS Code

๐Ÿ
๐Ÿˆโ€โฌ›
here
here
General GitHub instructions
https://classroom.github.com/a/PWnI6H6D
https://classroom.github.com/a/ZBoW77jP