010- Practical Python Object Oriented Programing example: Create a native python webserver Part1

Опубликовано: 19 Октябрь 2024
на канале: WeeW - Stack
130
10

"Tutorial Link:    • Playlist  

Understanding Python Object Oriented Programing is a key piece to master python and use the most of its library

This tutorial will be focusing on a practical example to learn OOP which will provide the experience that will re-enforce your learning and understand of different aspects of the Object oriented programming.

The overall tutorial is compsoed of 8 episodes for learning concepts and 3 ones to have a clear practical expirience using a core Python library

This lesson will be a practical example for Python OOP by creating a Python webserver using

Bellow the different charpters of this lesson:

00:00 - Introduction

01:00 - Computer network recap

03:50 - Python http.server library

07:00 - Create the server

11:00 - Running the server

12:00 - Prepare the response

15:30 - Sending the HTML data

16:30 - Checking the response

19:00 - Initiate the Post response