pythonistas-nl / meetup-topics

Keep track of, and discuss ideas for meetup topics
0 stars 0 forks source link

Understanding HTTP #1

Open ariebovenberg opened 6 years ago

ariebovenberg commented 6 years ago

Idea

We often use web frameworks like django, pyramid, and flask. These frameworks are useful, but abstract away much of the low-level HTTP protocol.

However, understanding what HTTP is about is crucial for building safe and performant code.

Resources

Following the guide at "Let's build a webserver", we can learn the basics of HTTP from the ground up.

Activities

Follow-ups