September 2017
Intermediate to advanced
240 pages
5h 57m
English
We are nearing the end of the book, so I’m going to give you one project in the final two exercises. You are going to create a web server. In this exercise you simply learn about the Python http.server module and how to create a simple web server using it. You’ll be given instructions and then expected to read the documentation to figure out how to do it. There won’t be too much guidance as, by now, you should be able to do most everything on your own.
Once you’ve created your web server you will then write a set of tests to attempt to hack you web server. I’ll give you some guidance on this in the Breaking It section, but by now you should be very comfortable in finding flaws in code you write.
You’ll ...
Read now
Unlock full access