Python Dynamic HTML Web Server
125 個評分

6,016 人已註冊
Prepare the Web Server Using the SimpleHTTPRequestHandler class
Add CGI using the CGIHTTPRequestHandler class to allow Python Pages
Define Routes to the Pages in the Web Server
6,016 人已註冊
Prepare the Web Server Using the SimpleHTTPRequestHandler class
Add CGI using the CGIHTTPRequestHandler class to allow Python Pages
Define Routes to the Pages in the Web Server
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.
Dynamic Web Application
Python Programming
Server Programming
Python Web Application
Web Server
在與您的工作區一起在分屏中播放的視頻中,您的授課教師將指導您完成每個步驟:
Use the SimpleHTTPRequestHandler to allow the Server to Handle Requests.
Create a Home Page for the Web Application
Add CGI to allow Dynamic Web Pages.
Create a Python Script to create a Time-Stamped List of Random Numbers.
Define Routes to the Pages in the Web Server.
您的工作空間就是瀏覽器中的雲桌面,無需下載
在分屏視頻中,您的授課教師會為您提供分步指導
由 CB 提供
2020年12月1日It was a understanding course to learn about and it was great.
由 FG 提供
2021年5月15日Short guided project that gives an overview as well as an hands on experience in how a web server functions behind the scenes.
由 AA 提供
2020年9月3日Learned to create a web server using python. The project is really simple and easy to learn. Good explanation in less time.
購買指導項目後,您將獲得完成指導項目所需的一切,包括通過 Web 瀏覽器訪問云桌面工作空間,工作空間中包含您需要了解的文件和軟件,以及特定領域的專家提供的分步視頻說明。
由於您的工作空間包含適合筆記本電腦或台式計算機使用的雲桌面,因此指導項目不在移動設備上提供。
指導項目授課教師是特定領域的專家,他們在項目的技能、工具或領域方面經驗豐富,並且熱衷於分享自己的知識以影響全球數百萬的學生。
您可以從指導項目中下載並保留您創建的任何文件。為此,您可以在訪問云桌面時使用‘文件瀏覽器’功能。
指導項目不符合退款條件。 請查看我們完整的退款政策。
指導項目不提供助學金。
指導項目不支持旁聽。
您可在頁面頂部點按此指導項目的經驗級別,查看任何知識先決條件。對於指導項目的每個級別,您的授課教師會逐步為您提供指導。
是,您可以在瀏覽器的雲桌面中獲得完成指導項目所需的一切。
您可以直接在瀏覽器中於分屏環境下完成任務,以此從做中學。在屏幕的左側,您將在工作空間中完成任務。在屏幕的右側,您將看到有授課教師逐步指導您完成項目。
還有其他問題嗎?請訪問 學生幫助中心。