Traversing python datatypes via http

Bernard bernard.chhun at gmail.com
Tue Feb 5 19:15:14 EST 2008


On 5 fév, 18:10, Mark <mobiledream... at gmail.com> wrote:
> Is it possible to traverse say python lists via http://
>
> say there is a list in the memory
>
> can we traverse the list using list/next list/prev list/first list/last
>
> is there a pythonic library to do that?
>
> thanks

I'm not sure I totally understand what you want here...

you want to make a HTTP request and run through whatever data that is
sended back? what will be the data format? there's plenty of html/xml/
json data parsers out there.



More information about the Python-list mailing list