Building a Simple HTTP Server in Python

preview_player
Показать описание

Web 01 HTTP 05 Server
Рекомендации по теме
Комментарии
Автор

I am Ph.D. student majoring in math. The way you teach this is awesome since by covering the basics in the beginning I have a sharp eye telling me how far I can extend this. Your method is unique since a few people can teach it as the way you do since you know exactly what the big picture is and you are aware of all the historic and recent stuff in this field and are able to connect them seamlessly.

saeeddamadi
Автор

I never get tired of saying Chuck is amazing at teaching. One of the main reasons why I fell in love with Python is because of him. Can't wait to see more content from him. He is an amazing person!

henriquepboueri
Автор

Hi Chuck! You explain things in a basic level which helps in understanding how things work underneath. This is a fantastic tutorial. Thank you. Keep doing more.

rahuls
Автор

I cant just ignore how great are you at explaining stuff, I love it.

ahmedmamdouh
Автор

you are the best teacher i ever had. i finished your python for informatics n it was the best.

knockknock
Автор

This was good! The great thing about Dr. Chuck is he always teach the fundamentals! Cool!

jlesseyp
Автор

This is the coolest lecture in the whole world!

banka
Автор

You taught me the basics of python!!! Thank you!!

TheNovum
Автор

You are great, this zoom out view is what i've been looking for, many thanks.

aghiadalzein
Автор

For anyone getting the error:Unresolved attribute reference 'decode' for class 'str'. That is because in python3, strings are represented as Unicode objects by default, so there is no need to explicitly call decode() on a string. Just replace the last line with this line:

amroulouay
Автор

Love you Dr Chuck.

I feel so fortunate that I am your student ❤️🎉🇵🇰

haroonrehman
Автор

Thank you so much! this is much appreciated and very educative.

amitnakash
Автор

You explain very clearlyö Thank you sır

mohammadahmadzadeh
Автор

i wanted to build a webserver with a raspberypi without libraries. Does anyone has tips for me how to do it

maxhuber
Автор

It doesn't work, even though I created romeo.txt file in the same directory as my server.py file it returns me error 404. Can anyone help me? I;m stuck :(

JanKowalski-wbih
Автор

You are a great educator, sir. Thank you. How can I support your work? Cheers!

seandiamond
Автор

can you do please explanation on https server in python

YBXtreminal
Автор

Dear Prof. Severance,
I am a mechantronic student in final years. I am in Viet Nam
Could you give me some advices to change my majors from Mechantronic to Computer Science in msc
Thanks for read my comment, Professor.
Sincerely,
Minh Phat

minhphattranviet
Автор

how would this change if you aren't running it from your local host but have a server to connect to?

junjiwiener
Автор

Where did Romeo.txt come from, is it a default name?

billymanners