Introduction To
Computer Programming

What You Will Learn

  • What Does Programmer Mean?
  • What Is Python?
  • Why Python?
  • Compiler VS Interpreter

Program Software
and Website

  • Python
  • Visual Studio Code
  • GitHub
  • Draw.io

Lecture

Python Tutorial

  • Print Command

    Print String
    Print Numeric
    Print String + Numeric
    Print String + String
    Print Numeric + Numeric

    Learn More
  • Variable and Data Type

    Variable
    Data Type
    Numbers
    Boolean
    String

    Learn More
  • Operators

    Arithmetic Operators
    Operator Precedence
    Comparison Operators
    Logical Operators
    And More ...

    Learn More
  • Input and Comments

    Input Strings
    Input Numbers
    Read Multiple Values
    Comments

    Learn More
  • Flowchart

    Symbols
    Draw.io



    Learn More
  • if else elif and Nested if

    if
    If-else
    If-elif-else
    Nested if

    Learn More
  • Loop

    for loop
    while Loop
    break statement
    continue statement
    pass statement

    Learn More