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
Ranked #25.0K
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for nsandestin
Member Avatar for 1337455 10534

Have you seen "Dive into Python" by Mark Pilgrim ? It's a fine resource and has an excellent section on XML processing. It's available online too..

Member Avatar for 1337455 10534
0
139
Member Avatar for 1337455 10534

I've looked at kleansweep and it doesn't prompt me for a root password. However I believe this is probably done not by kleansweep but by KDE. In the KDE menu editor (Under System) you can add or edit a program entry and tell KDE to run that program as a …

Member Avatar for 1337455 10534
0
207
Member Avatar for huglybits

Assuming the question does not want a count of unique words/characters this should do it: [CODE]open the file for reading number of words,characters, lines = 0 while a line can be read from the file read a line into a string number of lines + = 1 number of characters …

Member Avatar for misty_mirage
0
517
Member Avatar for Zelores

[QUOTE=rikxik;557664]Here you go: [CODE] print reduce( lambda x,y: x+y, [int(i) for i in list(raw_input("Enter integer:"))] ) [/CODE][/QUOTE] Nice bit of Python !!

Member Avatar for Zelores
0
197
Member Avatar for Altarium

The End.