Posts
 
Reputation
Joined
Last Seen
Ranked #550
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
24% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
5
Posts with Downvotes
4
Downvoting Members
5
7 Commented Posts
~88.0K People Reached
Favorite Forums
Favorite Tags
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Dani
1
52K
Member Avatar for samaru

I'm curious if anyone here likes Anime. If so, what are your favorite series?

Member Avatar for thompsonmax
1
3K
Member Avatar for vegaseat

The strange title comes from a skit by Benny Hill, where he tells his wife all the facts she shouldn't know, but she always answers "I know! I know!" Anyway, this thread is suppose to be a collection of strange facts. Let's have fun! Here are a few facts to …

Member Avatar for vegaseat
11
9K
Member Avatar for eXceed69

ask a question that is answerable by yes/no, then the next poster will then ask another question. Are you sleepy right now?:?:

Member Avatar for reach_yousuf
-1
5K
Member Avatar for The Dude

See if you can make 3 words (3 words only please) out of the word below Then come up with a word for the next person to try. [b]confederate[/b]

Member Avatar for kaninelupus
-1
3K
Member Avatar for KernMilestone

Alcohol does make you more attractive to the opposite sex. After they've drunk it. Sorry if an old one - but very very funny.

Member Avatar for quicktpgo
0
549
Member Avatar for Norbert X

Yeah so I was bored in class cuz I didnt know the test wasn't today, so I made part of a Python game. The battling works so far, and I might need some help later on so if anyone could could help me I'd appreaciate it. Norbert Quest: [code=python]import random …

Member Avatar for Norbert X
0
616
Member Avatar for mahela007

Occasionally I need to make files in certain folder using python. To minimize the clutter which such files might cause I would like to make them hidden. It's pretty easy to do this using windows explorer but I have to do it manually for every file which my script creates. …

Member Avatar for mahela007
0
12K
Member Avatar for Ancient Dragon

[URL="http://www.youtube.com/watch?v=vGeyurkOlqI&eurl=http://www.fuckfrance.com/topic/3357171/1/Discussions/Does-anyone-here-actually-believe-in-evolution.html&feature=player_embedded"]Finally, a complete and accurate explaination of evolution.[/URL]:

Member Avatar for GrimJack
0
1K
Member Avatar for Madbuda

I love bacon.. but I am not sure I could stomach this [url]http://www.stoutbeaver.com/?p=220[/url]

Member Avatar for jbennet
0
412
Member Avatar for digiPixel

How do I create a Python egg that will properly pick up all the files and directories in a Python package :?: I have tried to do this with a "setup.py" file (created outside the Python package). Listed below are its contents: [CODE] from setuptools import setup, find_packages setup(name = …

Member Avatar for digiPixel
0
465
Member Avatar for Norbert X

Okay I don't get this problem at all: [code=python]import random def chance(number): number = input for each in xrange(number): n = random.randrange(100)+1 return n def extreme(x): z = x + 5 y = z - 3 return z, y #main repeat = 0 while repeat != 2: x = input("Enter …

Member Avatar for jlm699
0
143
Member Avatar for The Dude
Member Avatar for almostbob
0
312
Member Avatar for Norbert X

Is there any way I can get an image to play in python with a function? Like I link the Python Code to the site with the picture on it or link it to my documents? I've tried researching it but I've gotten no results and I thought one of …

Member Avatar for Norbert X
0
118
Member Avatar for The Dude

This is awesome as anything!!! Its very addictive. Each sand group does something different water puts out fire,water makes plant grow,cera is like wax,fire will burn on it,etc... You can figure out other combinations and how they work,just mess around with it. NOTE: If your using firefox you might have …

Member Avatar for Norbert X
0
160
Member Avatar for Norbert X

Is there any way to save to progress of a Python Program onto an I.P. Address or Harddrive? Like if you enter '5' into a program that multiplies your number by 3 and save it, your saved number would be 'x' when you reopen the file. I need help! :)

Member Avatar for leegeorg07
0
135
Member Avatar for GrimJack

[URL="http://gawker.com/5159897/the-crevasse-awesome-legal-street-art"]Reality[/URL] is not what your [URL="http://www.youtube.com/watch?v=SUAOFb4RDX8&eurl=http://gawker.com/5159897/the-crevasse-awesome-legal-street-art"]eyes[/URL] tell [URL="http://www.youtube.com/watch?v=d7fLK83WSJM&feature=related"]you[/URL]

Member Avatar for William Hemsworth
0
53
Member Avatar for Norbert X

I just finished another assignment and I can't figure out why this none keeps appearing after you enter a language: [code=Python]while True: print"Hello, how are you?" language=raw_input("Pick a language: french, german, hungarian, dutch: ") if"french"in language: def function(): print"Bonjour, comment allez-vous?" elif"german"in language: def function(): print"Hallo, wie geht es Ihnen?" …

Member Avatar for jlm699
0
124
Member Avatar for Norbert X

I've been racking my brain on this problem for like 2 hours. The thing I have to do here is use one single random function for the entire MASH program instead of the usual 4. The problem is, when I get a result, they're all from catagory 1 (married to …

Member Avatar for lllllIllIlllI
0
172
Member Avatar for Norbert X

Okay so I'm trying to do this programming assignment and my random function isn't working. It's exactly the same as in my other assignments, but it's not working, and I've spent hours searching it. Can someone help me? [code=syntax]import random repeat = 0 while repeat != "no": random = input("How …

Member Avatar for Norbert X
0
130
Member Avatar for StarZ

This is program i made (basic mash); I want to make it so that the program will ask if you want to repeat it again. "n" = exit. and anything else makes it repeat.....can someone help me? I'm not sure how to do it ... [code=syntax] x = 0 import …

Member Avatar for StarZ
0
93