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 #4K
~850 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sab786

ok so my code is as follows: [ICODE]read=open('mon_17.py','r') reader=read.readlines() a=[] for line in reader: reader1=[] for i, entry in enumerate(line.split()): if i in range(0,4)+[6]: reader1.append(int(entry)) else: reader1.append(float(entry)) #float the 2 purity values only at this point #reader1=map(float,line.split())#this was made everthing diff made all floats a.append(reader1) a.sort(lambda x,y:cmp(x,y)) read.close() match={} for …

Member Avatar for woooee
0
94
Member Avatar for filoupython

Hello, I have created a telnet server in python. Maybe you wonder why to create a telnet server while Windows has one? Because the windows telnet server does not allow to interract with the desktop. If you try to start a GUI app, it will start and run but will …

Member Avatar for Dan08
0
740
Member Avatar for filoupython

Hello, I've just subscribed. I found so many interresting thing in this forum that it conveinces me to be a member. My main interrest into this forum is the python section. I'm not a "real" programmer but maybe that I could help others sometimes .... [URL="http://www.daniweb.com/forums/thread212305.html"]Here is my first post.[/URL] …

0
16