ahokinson / syllabus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operation πŸ‘©β€πŸ’» πŸ’‰

  • Introduction to Python
    • Control Flow
      • if
      • for
      • while
    • Variables
      • Types
        • int
        • float
        • bool
        • str
        • bytes
    • Data Structures
      • Lists
      • Tuples
      • Dictionaries
      • Sets
    • Bonus
      • Comprehensions
      • Generators
      • Decorators
    • Functions
  • Object Oriented Concepts
    • Classes
    • Attributes & Methods
      • Defining
      • Accessing
      • Calling
      • Encapsulation
    • Instances
      • Initialization
    • Inheritance
      • Polymorhphism
  • Real Life Experience
    • Django
      • Frontend
        • HTML, CSS, & JS
      • Backend
        • Model, View, & Controller
      • ORM
    • Databases
    • GitHub
    • Docker

About