Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~436 People Reached
Favorite Forums
Favorite Tags
Member Avatar for npn_

Hello, I've been downloading my news for offline use with this script: wget -r --no-parent -Q4096m -U Mozilla A.stm -erobots=off [url]http://news.bbc.co.uk/2/hi/business/default.stm[/url]' But it dumps it into one folder, and the titles are numbered. Is there any regular expression or other command I can use to seperate them into folders by …

Member Avatar for slate
0
117
Member Avatar for lewashby

I have installed pygame and livewires but am getting the following error with the following short program that I got from my python book. [COLOR="Red"]AttributeError: 'module' object has no attribute 'init'[/COLOR] [CODE]# New Graphics Window # Demonstrates creating a graphics window from livewires import games games.init(screen_width = 640, screen_height = …

Member Avatar for vegaseat
0
233
Member Avatar for npn_

Sorry if this is a really easy question, but I've been going through control flows in the python documentation and something confuses me that it doesn't address. [CODE] a = ['Mary', 'had', 'a', 'little', 'lamb'] for i in range(len(a)): print i, a[i] [/CODE] When I type that in, it prints …

Member Avatar for npn_
0
86