Skip to content

Latest commit

 

History

History

day60

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Day 60 - Make POST Requests with Flask and HTML Forms

Concepts Practised

  • Creating an HTML Form from Scratch
  • Handle POST Requests with Flask Servers
  • Creating a working Contact Form
  • Sending Email with smtplib

Functional Contact Form

day60