Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.89 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.89 KB

Introduction To Programming 2022

This repository contains all the slides/notes used during the Introduction to Programming Sessions conducted in 2022. The sessions were jointly conducted by Programming, Analytics, CVI, WebOps and Blockchain clubs of CFI, IITM.

To access the session contents (slides), here's the link Google Drive: Introduction to Programming Sessions. To access the session recordings, here's the link to the YouTube playlist: Introduction to Programming Sessions.

Sessions

Session Date Topic Contents Session Notes/Slides Recording
1 December 9th 2022 Introduction to Programming Basics, pseudo-code, Variables, Conditions, Loops Session 1 Recording
2 December 10th 2022 Introduction to Python Basic Python syntax, Functions, Classes, NumPy Session 2 Recording
3 December 12th 2022 Introduction to C++ Basic C++ syntax Session 3 Recording
4 December 13th 2022 Introduction to WebDev HTML, CSS, JS Session 4 Recording

GiT

New to GitHub? To better understand and to know more functionality of git, refer these following youtube videos,

  1. Core Concepts
  2. Branching and Merging
  3. Remotes