Re: Scrapy/XPath help

2012-12-21 Thread Grant Rettke
ot;) > items = [] > for toplevels in toplevels: > item = CbbInfoItem() > item ["teams"] = > toplevels.select("/span[@class='team-name'/text()").extract() > item ["lines"] = toplevels.select(&

Re: Data Driven Process

2012-12-20 Thread Grant Rettke
e with new ArcGIS 10. > > How can I add mxd's here? > -- > http://mail.python.org/mailman/listinfo/python-list > -- Grant Rettke | ACM, AMA, COG, IEEE gret...@acm.org | http://www.wisdomandwonder.com/ Wisdom begins in wonder. ((λ (x) (x x)) (λ (x) (x x))) -- http://mail.python.org/mailman/listinfo/python-list

Re: Data Driven Process

2012-12-20 Thread Grant Rettke
:08 AM, wrote: > mxd file -- Grant Rettke | ACM, AMA, COG, IEEE gret...@acm.org | http://www.wisdomandwonder.com/ Wisdom begins in wonder. ((λ (x) (x x)) (λ (x) (x x))) -- http://mail.python.org/mailman/listinfo/python-list

Re: Fuzzy Logic Library for Python 3

2012-12-19 Thread Grant Rettke
any answer. > > Cheers, > Alex > -- > http://mail.python.org/mailman/listinfo/python-list > -- Grant Rettke | ACM, AMA, COG, IEEE gret...@acm.org | http://www.wisdomandwonder.com/ Wisdom begins in wonder. ((λ (x) (x x)) (λ (x) (x x))) -- http://mail.python.org/mailman/listinfo/python-list

Personal recommendations for Python and Django on-boarding materials

2009-05-04 Thread Grant Rettke
Hi folks, >From one developer to another, I am looking for some personal recommendations on what are the best materials for fast tracking an on- boarding to Python and Django. I know how to program, get web apps and OO; this is the audience. I have found some good recommendations and stuff on Am