Re: [Tutor] Parsing/Crawling test College Class Site.

2015-06-01 Thread Mark Lawrence
On 02/06/2015 00:06, bruce wrote: Hi. I'm creating a test py app to do a quick crawl of a couple of pages of a psoft class schedule site. Before I start asking questions/pasting/posting code... I wanted to know if this is the kind of thing that can/should be here.. The real issues I'm facing are

Re: [Tutor] Parsing/Crawling test College Class Site.

2015-06-01 Thread Alan Gauld
On 02/06/15 00:06, bruce wrote: Hi. I'm creating a test py app to do a quick crawl of a couple of pages of a psoft class schedule site. Before I start asking questions/pasting/posting code... I wanted to know if this is the kind of thing that can/should be here.. Probably. we are targeted at b

[Tutor] Parsing/Crawling test College Class Site.

2015-06-01 Thread bruce
Hi. I'm creating a test py app to do a quick crawl of a couple of pages of a psoft class schedule site. Before I start asking questions/pasting/posting code... I wanted to know if this is the kind of thing that can/should be here.. The real issues I'm facing aren't so much pythonic as much as prob