Building a Simple HTTP Server in Python

Building a Simple HTTP Server in Python

Chuck Severance

4 года назад

48,286 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@haroonrehman8156
@haroonrehman8156 - 17.09.2023 00:28

Love you Dr Chuck.

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

Ответить
@amroulouay6819
@amroulouay6819 - 26.06.2023 10:09

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: print(line.decode('utf-8').strip())

Ответить
@amitnakash1642
@amitnakash1642 - 25.05.2023 09:05

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

Ответить
@Khan-ih8qr
@Khan-ih8qr - 15.12.2021 04:17

subscribed

Ответить
@minhphattranviet301
@minhphattranviet301 - 08.11.2021 19:43

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

Ответить
@seandiamond7983
@seandiamond7983 - 12.09.2021 17:21

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

Ответить
@ahmedmamdouh3964
@ahmedmamdouh3964 - 30.08.2021 00:00

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

Ответить
@Dragonfuccergaming
@Dragonfuccergaming - 30.07.2021 16:28

How can I access the server from other devices on the same WiFi?

Ответить
@nchls5730
@nchls5730 - 29.07.2021 13:02

Thank you.

Ответить
@insaneminer4853
@insaneminer4853 - 12.02.2021 00:05

I have written a web server and this is not really a web server

Ответить
@maxhuber9980
@maxhuber9980 - 31.01.2021 23:26

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

Ответить
@mohammadahmadzadeh6368
@mohammadahmadzadeh6368 - 25.12.2020 18:16

You explain very clearlyö Thank you sır

Ответить
@saeeddamadi3823
@saeeddamadi3823 - 05.12.2020 11:50

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.

Ответить
@nikhilanand858
@nikhilanand858 - 22.10.2020 18:43

He is the best python instructor .

Ответить
@aghiadalzein3069
@aghiadalzein3069 - 06.10.2020 22:25

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

Ответить
@janzaibmbaloch5484
@janzaibmbaloch5484 - 19.08.2020 00:46

Dr. Chuck! you are great!

Ответить
@jeremiasp314
@jeremiasp314 - 17.06.2020 01:48

Great series, thank you a lot! Quick question,
if is not possible to use the same port twice, how can I connect to multiple webs using the same "80" port?

Ответить
@billymanners9629
@billymanners9629 - 07.06.2020 04:17

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

Ответить
@henriquepboueri
@henriquepboueri - 29.12.2019 06:58

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!

Ответить
@rahuls331
@rahuls331 - 11.12.2019 15:28

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.

Ответить
@alariksrpski3758
@alariksrpski3758 - 10.12.2019 02:47

Legend do you know some python code for web server security something short please

Ответить
@junjiwiener5417
@junjiwiener5417 - 11.10.2019 20:56

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

Ответить
@jlesseyp
@jlesseyp - 16.09.2019 16:48

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

Ответить
@knockknock6276
@knockknock6276 - 08.09.2019 01:15

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

Ответить
@TheNovum
@TheNovum - 07.09.2019 00:14

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

Ответить
@cutyoopsmoments2800
@cutyoopsmoments2800 - 06.09.2019 06:05

Great

Ответить
@Hemersonr
@Hemersonr - 06.09.2019 05:30

thanks for sharing

Ответить