Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 3.07 KB

README.md

File metadata and controls

57 lines (39 loc) · 3.07 KB

TECH2: Introduction to Programming, Data, and Information Technology

License: CC BY-NC-SA 4.0

Course material for part 2, HT 2024

Author: Richard Foltyn

Course outline for Part 2

Week Day Topic Notes & Exercises Solutions
39 Wed Introduction to git & GitHub Slides Solutions
Fri Introduction to git & GitHub Slides Solutions
40 Wed Assignment Q&A N/A
41 Wed Introduction to pandas Slides, Notebook, PDF
Fri Data cleaning & strings Notebook, PDF Notebook, PDF
42 Wed Aggregation & time series Notebook, PDF Notebook, PDF
Fri Aggregation & time series Notebook, PDF Notebook, PDF
43 Wed Concatenation & merging Notebook, PDF
Fri Concatenation & merging Notebook, PDF Notebook, PDF
44 Wed Plotting Notebook, PDF
Fri Plotting Notebook, PDF TBA

Forking & Cloning

Forking

  1. Click on the Fork icon to fork this repository (create your own personal copy)
  2. You need to click on Sync Fork to get new commits made to this repository into your forked version.

Cloning

  1. Click on the Code icon to clone the repository to your computer

  2. Select HTTPS or SSH depending on your authentication method (HTTPS for Windows, SSH for Mac) and copy the URL.

  3. You can clone the repository directly in Visual Studio Code, or use the command line:

    Windows:

    git clone https://github.com/richardfoltyn/TECH2-H24.git

    Mac (using SSH keys):

    git clone [email protected]:richardfoltyn/TECH2-H24.git

License

This material is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except for the data files contained in the data/ folder, which fall under the terms imposed by the original content creators.