Skip to content

Latest commit

 

History

History
 
 

day54

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Day 54 - Introduction to Web Development with Flask

Concepts Practised

  • Create a Web Server with Flask
  • Use the Command Line on Windows and Mac
  • __name__ and __main__ : Special Attributes built into Python
  • Python Functions as First Class Objects: Passing & Nesting Functions
  • Python Decorator Functions and the @ Syntax Create a Python Decorator

Python Decorator

day54