Skip to content

KodersPlace/Python_Basics_Course

Repository files navigation

CODING FOR TEENS


FIRST CLASS LECTURE:

It includes 8 slides:

  1. What is Coding?
  2. Why Should You Learn Programming?
  3. Why Python ?
  4. Writing your first PROGRAM
  5. Must Watch Section includes two links:

SECOND CLASS LECTURE:

It includes 11 slides:

  1. Printing Numbers (Code).
  2. The Operator Precedence.
  3. Arithmetic Operations (Code)
  4. Operators such as : modulo(remainder), power, integer-division.
  5. Single and Multi-line Comments in Python.
  6. Must Watch Section includes two links:

THIRD CLASS LECTURE:

It includes 8 slides:

  1. Variables in Python.
  2. Printing value of variables.
  3. Naming variables (Dos and Don'ts.
  4. input() in Python.

FOURTH CLASS LECTURE:

It includes 8 slides:

  1. Taking integer input in Python.
  2. Converting data types in Python.
  3. Using comma(,) for multiple arguments in print function.
  4. Using + to concatenate strings in print command.
  5. Using \n for new line in Python.

FIFTH CLASS LECTURE:

It includes 9 slides:

  1. Booleans (true, false).
  2. Comparison operators in python.
  3. Logical operators (or, and) in python.

SIXTH CLASS LECTURE:

It includes 9 slides:

  1. Creating Github account and adding repo
  2. Indentation in Python
  3. IF statements

SEVENTH CLASS LECTURE:

It includes 5 slides:

  1. IF-ELSE
  2. IF - ELIF - ELSE

EIGTH CLASS LECTURE:

It includes 7 slides:

  1. TASK
  2. FOR LOOP
  3. Make a table of 2
  4. Address (id)

NINTH CLASS LECTURE:

It includes 3 slides:

  1. PRACTICING AND PUTTING ALL KNOWLEDGE TOGETHER

TENTH CLASS LECTURE:

It includes 11 slides:

  1. FOR LOOPS WITH STRING
  2. INDEXING WITH STRING
  3. SLICING
  4. LISTS
  5. INDEXING WITH LISTS
  6. FOR LOOP WITH LIST
  7. ACTIVITY

11th CLASS LECTURE:

It includes 5 slides:

  1. WHILE LOOP
  2. BREAK AND CONTINUE

13th CLASS LECTURE:

It includes IPYNB FILE

  1. Functions
  2. Return with functions