DLSEI 3.0 Cohort 3 registration has been closed.

Python Dynamic HTML Web Server

Included with DLSEI 3.0

Guided Project

Learn, practice, and apply job-ready skills with expert guidance

4.47

Rating out of 5

Guided project Level

Recommended experience

2.00 Hours

Learn at your own pace

Computer Science

Domain

About this guided project

Web application servers are abundant these days. Each have one thing in common, they ultimately process requests and return web pages. Apache serves PHP pages along with static HTML. Microsoft’s .NET creates dynamic web pages that may be authored using C# or VB and served using IIS. Java Enterprise Edition has many options, WebSphere, WebLogic, and Apache TomEE to name a few server platforms. Python has its own web server that can be built in one line of code, but it is relatively simple to create the server code yourself. This is useful if you want to understand how web servers work and can be used to quickly test your own web pages. In addition, some browsers will not load local files due to security; using a simple web server solves this issue as well. In this course, you will create a Python application in which you will create a simple HTTP server, create a static web page, create dynamic pages using python, and access the pages from the server using the command line as well as from a browser. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.

What skills will you gain?

Server Administration

Servers

Web Servers

Back-End Web Development

Server Side

Web Development

Python Programming

Computer Programming

Computer Science