Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 804 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 804 Bytes

Curs Python - Testare Automata (PYTA2)

Folders structure

  • S1
    • ST1: variables, data types, hello world, string methods, input, print
    • ST2: operators, if-elif-else
  • S2
    • ST1: list, dict, tuple, set, splicing
    • ST2: for, while, continue, break
  • S3
    • ST1: Functions & exceptions
    • ST2: OOP - intro
  • S4
    • ST1: Inheritance, abstraction, polymorphism, encapsulation
    • ST2: mini projects OOP (Masina, TodoList)
  • S5
    • ST1: Design Patterns
    • ST2: Decorators, Iterators, Generators, Context Managers
  • S6:
    • ST1: Files and imports
    • ST2: SQL & NoSQL
  • S7:
    • ST1: REST APIs
      • Factory Design Pattern exercise
    • ST2: REST APIs : HTTP methods, status codes, requests
  • S8:
    • ST1: Flask - intro
    • ST2: Flask - tutorial
  • S9: Django tutorial