I think aosa.org is unrelated. The aosabook GitHub account <https://github.com/aosabook> is run by Greg V Wilson and friends. My crawler is part of their second book, 500 lines or less <https://github.com/aosabook/500lines>. The chapter on it is unfinished because I ran out of time. Their main website is http://aosabook.org/en/index.html, but it looks like 500 lines or less hasn't made it there yet.
On Wed, Mar 18, 2015 at 11:03 AM, Luciano Ramalho <[email protected]> wrote: > On Wed, Mar 18, 2015 at 2:39 PM, Guido van Rossum <[email protected]> > wrote: > > I don't know. We're probably going to convert to GitHub but I need to > > discuss this with Victor first. Maybe you can link to the version I did > for > > the aosa500 book? My own version is at > > https://github.com/gvanrossum/500lines/tree/master/crawler; the official > > aosa site is here: > https://github.com/aosabook/500lines/tree/master/crawler > > . I'm not sure what the aosa people have done to it, but I think it's > some > > inimal maintenance, so I'd recommend the latter. > > I was not aware of the AOSA500 book. Looking at aosa.org I could not > find the chapter where asyncio is covered. I'd like to link to that > too. > > I will link to the aosabook repo for the code. > > Cheers, > > Luciano > > > > > > On Wed, Mar 18, 2015 at 10:14 AM, Luciano Ramalho <[email protected]> > > wrote: > >> > >> I want to link to Guido's web crawler example in my book, Fluent > >> Python [1], but the URL I have points to Google code [2], which is > >> shutting down. > >> > >> [1] http://shop.oreilly.com/product/0636920032519.do > >> [2] https://code.google.com/p/tulip/source/browse/examples/crawl.py > >> > >> Which "permantent" URL should I use? > >> > >> Thanks! > >> > >> Luciano > >> > >> -- > >> Luciano Ramalho > >> | Author of Fluent Python (O'Reilly, 2015) > >> | http://shop.oreilly.com/product/0636920032519.do > >> | Professor em: http://python.pro.br > >> | Twitter: @ramalhoorg > > > > > > > > > > -- > > --Guido van Rossum (python.org/~guido) > > > > -- > Luciano Ramalho > | Author of Fluent Python (O'Reilly, 2015) > | http://shop.oreilly.com/product/0636920032519.do > | Professor em: http://python.pro.br > | Twitter: @ramalhoorg > -- --Guido van Rossum (python.org/~guido)
