Web development Tutorial

Web development tutorial using HTML, python and flask

Start the "webapp" Project: Navigating The Terminal

Before creating the webapp project, you should do a few tasks:

  1. Download the project from the Web development tutorial repository

    • Click the "Clone or download" button in the top right corner and "Download Zip"
  2. Go to the downloaded file, "unzip" it, and go into the folder.

  3. Please, ask questions about anything you don't get!

Suggested Download for coding:

I suggest that you install Microsoft Visual Studio Code or SublimeText 3, a text editor designed for writing code. They provide plugins to highlights reserved words, autocomplete, etc. I suggest to install the Python Extension Pack for Microsoft Visual Studio Code into extensions.

Resources:

Python tutorial

Python guide

HTML Guide

Alberto's Github Page