Skip to content

Latest commit

 

History

History

This directory is all about Python Web Frameworks, specifically Flask. It covers but not limited to:

  • Flask
  • Jinja template builder
  • How to build a web framework with Flask
  • How to define routes in Flask
  • What is a route
  • How to handle variables in a route
  • What is a template
  • How to create a HTML response in Flask by using a template
  • How to create a dynamic template (loops, conditions…)
  • How to display in HTML, data from a MySQL database