Europython 2009 talk accepted
The talk proposal that I had submitted to the Europython 2009 conference has been accepted and scheduled. On Wednesday, I will lead a discussion about improving the Python client-side HTTP library. This discussion will be preceded by an introductory talk.
Goal of this talk: To gather ideas and supporters for a more complete HTTP client-side library.
Synopsis: The current functionality of the Python standard library in supporting the client side of HTTP communication is rather rudimentary (httplib, http.client in Python3 and urllib2). Furthermore, we are not aware that any external libraries exist that support our use cases. Via an introductory talk and further discussion, we hope to be able to define a roadmap for the future of HTTP clients written in Python. First, we will define our requirements, then we will explain the shortcomings of both the internal and external solutions, and finally, we hope to create a lively discussion about the future of HTTP clients.
The same information is included in the talks page. I hope to see you there!
Discussion Area - Leave a Comment