Over the last month I have learned alot about python (as a complete beginner programmer), I built a text-based game and a few other beginner like applications. I'm looking to take that to the next step, with network programming and web development.
Looking through all of the questions I find the resources to be of a more advanced nature, and since I'm lacking beginner knowledge it's hard to follow some of the tutorials. For now my goal is to be able to develop web apps, including serving media, and having general functionality.
I've been told by many to use a webframework and learn the ropes form there, however I've found no interest in rounding off the edges of properly learning the basics. Can anyone point me to resources that will teach me the basics of networking (through python) and then onto WSGI basics (from a beginners standpoint)? I'd like to avoid using frameworks to get knowledge on how it all works.