ProgrammingCourses

Im planning on making a few lectures for people to learn programming. Following are the topics which i will lecture about.

Lecture 1 ~ Code

-- how does code look -- how does code run -- what are basic building blocks of languages

Activation

-- first python/c# script -- input()

Lecture 2 ~ Functions

-- how does a function look -- how does a function run -- why do we use functions

Application

-- create and call a function that meets criteria

Notes

Types Conditions Loops