Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
~5K People Reached
Favorite Tags
Member Avatar for divinity02

hi james, stultuske this is jus a question. do you have here any tuturials on object oriented programming, abstract classes, subclasses, method, overidering methods and so on.

Member Avatar for divinity02
0
469
Member Avatar for serkan sendur
Member Avatar for PetuniaRose

This is advertised as a forum for general discussion - so I have a small rant and would be all sorts of grateful to find out what others think. On the radio, on television and in the newspapers I hear much about "our leaders", "world leaders", "the G8 leaders", and …

Member Avatar for Ene Uran
0
962
Member Avatar for PetuniaRose

I am trying again(!) to learn enough Python to be able to process a bunch of files, and have run into something I don't understand right at the beginning. I am using Python 2.5 IDLE on a WindowsXP machine, and going through examples given in a Python tutorial. My understanding …

Member Avatar for PetuniaRose
0
2K
Member Avatar for PetuniaRose

I see folks replying to threads with quotes that have the name of the original poster included - they have the form nameOfPoster> quote I've been crawling around the faq for the past hour or so, and haven't found any really newbie guides for using all the neat stuff that's …

Member Avatar for Ancient Dragon
0
117
Member Avatar for no1zson

Hey guys, maybe I am just worn out today, but can somebody look at my IF loop (the first one for selcting 1-3) and see where I am going wrong? Everything else seems to be pretty good I think, but this is aggravating me to no end. Thanks [code=c] #include …

Member Avatar for no1zson
0
189
Member Avatar for sravan953

Hey guys.. I have been making a random password maker, which makes a password of 8 characters length, but I am encountering a problem. Here'e the code I used: [CODE]import random list=['a','b','c','d','e','f','g','h','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','!','@','#','$','%','^','&','*'] randlist='' a=1 def password(): while a<=8: randlist+=random.choice(list) a+=1 return password() print randlist print 'Are you satisfied with your …

Member Avatar for lllllIllIlllI
0
118
Member Avatar for PetuniaRose

So - after spending quite a few hours enjoying the site, I joined - and promptly made one of the classic "newbie" mistakes! I answered a question before I had seen the other answers - please forgive! It won't happen again! :( I am very old and currently trying to …

0
27