/web_intro_class

this is a class content for OOP,database and flask

Primary LanguageJupyter Notebook

Topics

  1. OOP(Object-Oriented Programming)
    1. Basics
    2. Magic methods(Dunders)
      1. Basics
      2. Getter and Setter
      3. Iteration and Looping
    3. Inheritance
    4. Encapsulation and Abstraction
    5. Decorators
  2. Data Base
    1. Relational Model
    2. MySQL
    3. ORM
  3. Flask
    1. Basics
    2. Jinja
      1. FrontEnd (HTML,CSS,JS using bootstrap)
      2. Execution Flow Controls
      3. Templates
    3. Request
    4. Sessions
    5. Blueprint
    6. Deployment