Re: [Tutor] python and Beautiful soup question

2015-06-21 Thread Alex Kleider
On 2015-06-21 15:55, Mark Lawrence wrote: On 21/06/2015 21:04, Joshua Valdez wrote: I'm having trouble making this script work to scrape information from a series of Wikipedia articles. What I'm trying to do is iterate over a series of wiki URLs and pull out the page links on a wiki portal c

Re: [Tutor] python and Beautiful soup question

2015-06-21 Thread Mark Lawrence
On 21/06/2015 21:04, Joshua Valdez wrote: I'm having trouble making this script work to scrape information from a series of Wikipedia articles. What I'm trying to do is iterate over a series of wiki URLs and pull out the page links on a wiki portal category (e.g. https://en.wikipedia.org/wiki/Ca

[Tutor] python and Beautiful soup question

2015-06-21 Thread Joshua Valdez
I'm having trouble making this script work to scrape information from a series of Wikipedia articles. What I'm trying to do is iterate over a series of wiki URLs and pull out the page links on a wiki portal category (e.g. https://en.wikipedia.org/wiki/Category:Electronic_design). I know that all

Re: [Tutor] web development question

2015-06-21 Thread Alan Gauld
On 21/06/15 20:50, Laura Creighton wrote: > Its still just Python on the server? Very similar to Flask > but with a nice web based IDE. > But the UI (View) is still HTML/Javascript Maybe I am wrong, but I thought you could write in nothing but Python and HTML. I am going to start playing with w

Re: [Tutor] web development question

2015-06-21 Thread Laura Creighton
In a message of Sun, 21 Jun 2015 20:09:54 +0100, Alan Gauld writes: >On 21/06/15 18:32, Laura Creighton wrote: >> If you don't know javascript, and want to code your website in >> python, you might consider using web2py >> >> http://www.web2py.com/ > > >New one on me, looks interesting having viewe

Re: [Tutor] web development question

2015-06-21 Thread Alan Gauld
On 21/06/15 18:32, Laura Creighton wrote: If you don't know javascript, and want to code your website in python, you might consider using web2py http://www.web2py.com/ New one on me, looks interesting having viewed the first 4 videos. But not sure how it helps with the UI or Javascript? Its

[Tutor] web development question

2015-06-21 Thread Laura Creighton
If you don't know javascript, and want to code your website in python, you might consider using web2py http://www.web2py.com/ With web2py a whole lot of things happen automatically for you more or less 'by magic'. Whether you consider this a really great thing because you didn't want to have to

Re: [Tutor] Attacking this problem (2 parts):JSON object to CSV file

2015-06-21 Thread Alan Gauld
On 21/06/15 17:19, abhijeet...@yahoo.in wrote: hello, can you guys give me some advice regarding web development using python > languageIs wordpress is easier to create a website or python framework If you just want a standard web site with static content or a small amount of feedback/bloggin

Re: [Tutor] Attacking this problem (2 parts):JSON object to CSV file

2015-06-21 Thread abhijeet560
hello, can you guys give me some  advice regarding web development using python languageIs wordpress is easier to create a website or python framework(django or flask)?If then how to create a website User interface i.e of good elegant looking UI?? On Friday, 19 June 2015 4:06 PM, Peter O