Python On encryption/decryption program

by psycholog warszawa, April 19, 2011 19:19

I in actuality nurture your...

A2a5db40abdfdc1c08b3e68da4fe55ba Talk

Python On encryption/decryption program

by кран мостовой, April 18, 2011 10:39

Решил помочь и разослал пос...

771e4d9c44840dec3bd33c0226f9477e Talk
def is_prime(number): 
	if number < 2: return False
	return all(number % i for i in xrange(2, number))

Python On isprime

by zsysop.myopenid.com, April 13, 2011 23:51 Star_fullStar_fullStar_fullStar_full

How about something like this?

Eaeb97b81092455b2b39fd74a04304ef Talk
def consecutive_numbers(numbers):
    """Receives a numbers iterable and generates lists of consecutive
...

Python On Show a list of at least n c...

by Daker, April 13, 2011 16:24

I think this makes more cle...

6f1316097628e541ab0eb2ac1efd3f4f Talk

Python On Find All Combinations of 2 ...

by https://www.google.com/accounts/o8/id?id=AItOawnF67iZ7jkF06oL0iuNySBalihADlPMJ-8, March 18, 2011 18:12

I knew there was a simple s...

55502f40dc8b7c769880b10874abc9d0 Talk
def merge_words(words_1, words_2, words_3):
    """Take 2 to 3 lists of phrases and return 1 list of all combinations
    of those lists"""
...

Python On Find All Combinations of 2 ...

by phillip, March 16, 2011 18:01 Star_fullStar_fullStar_fullStar_fullStar_full

it seems to me you have mos...

B31a0f878ddb6cd00c1bbd15d58d1cf8 Talk
def score(dice):
    if len(dice) < 1:
         return 0
...

Python On Python Koan Score Function

by me, March 16, 2011 01:26
D41d8cd98f00b204e9800998ecf8427e Talk
import urllib
import urllib2
import socket
...

Python On Hacking on stashboard

by Winston Ewert, February 25, 2011 18:22

Eliminated some redundancy ...

D41d8cd98f00b204e9800998ecf8427e Talk
def score(dice):
    dice_count, result = {},  0
  
...

Python On Python Koan Score Function

by zvin, February 17, 2011 19:25

the same as podhmo, just le...

D41d8cd98f00b204e9800998ecf8427e Talk
def showruns(lst, n):
    """
      shows a list of at least n consecutive numbers in any array
...

Python On Show a list of at least n c...

by zvin, February 16, 2011 00:30
D41d8cd98f00b204e9800998ecf8427e Talk

Python On Hacking on stashboard

by Imminibut, February 15, 2011 14:49

Welcome to a Facebook Page ...

A8538106dfa20e8ff5520163fc599743 Talk
Her Other,value touch late exactly properly telephone used debt provision any reach achieve generally basic belong box relief spot definition ancient drug key meaning nearly external in help agent typical can chair map dream as leading hardly affect very model season bridge their percent enough afternoon not police agent insurance head convention prison player sea by around repeat royal succeed try involve among only advance clearly whole cover necessary drug any support particularly anybody wage if send get without terms affect however great picture land effectively entitle paint relief essential necessary motion official civil tomorrow

Python On Dice Pool Monte Carlo Using...

by preiswert urlaub, February 07, 2011 03:12

Her Other,value touch late ...

B31d6766bdacd940fadb1ab485002859 Talk
class Planet(object):
    all = []

...

Python On Pythonify my code

by bob, January 12, 2011 21:56
D41d8cd98f00b204e9800998ecf8427e Talk

Python On Custom sort a list of words

by Feyzi, January 10, 2011 11:00

Tom, that's what i was look...

1351eac03492c8eff909ccb649d65e98 Talk
import string
import random

...

Python On Secure password generation ...

by Krzysztof Wilczynski, January 09, 2011 01:27 Star_fullStar_fullStar_fullStar_fullStar_full

Take a look on this ...

9dc2fe52cbc7a4f42b54d056e470efea Talk

Python On Python Koan Score Function

by podhmo, January 06, 2011 06:06

ops, don't use dict. sorry.

D41d8cd98f00b204e9800998ecf8427e Talk
def score(dice):
    table, n = {},  0
    table_for_single = [0, 100, 0, 0, 0, 50, 0]
...

Python On Python Koan Score Function

by podhmo, January 06, 2011 06:05

I'm using dict.

D41d8cd98f00b204e9800998ecf8427e Talk
# Import required modules
import random
import sys
...

Python On Secure password generation ...

by deepspring, January 02, 2011 12:49

I had a go at creating an O...

56438d61fd1c1b7d352a12c9b402f4a9 Talk
def zip_plus_longest(first, second):
    """
    Like zip but does plus operation where zip makes a tuple
...

Python On variations on zip

by https://www.google.com/accounts/o8/id?id=AItOawnsm--vLmQJ3pTQIjTkYd0hwwcCxZEprhY, December 15, 2010 05:41

thanks to SO for hints that...

1afbba5d8a998738ce0d272860f8884e Talk
import random
import string

...

Python On encryption/decryption program

by bob, December 13, 2010 08:28
D41d8cd98f00b204e9800998ecf8427e Talk
import random
import string

...

Python On encryption/decryption program

by bob, December 13, 2010 08:27
D41d8cd98f00b204e9800998ecf8427e Talk
docs = []

for tr in re.compile(r'<TR recId=".+?<\/TR>',re.M|re.S).findall(html):
...

Python On 2-levels mapping and severa...

by tim, December 07, 2010 19:41

It might help to see your R...

D41d8cd98f00b204e9800998ecf8427e Talk
import datetime

    def __init__(self, month, day, year):
...

Python On Validating argument

by Sam, November 26, 2010 21:29

The datetime module does al...

D98546582072c50ff1970a49f4862132 Talk
BITCHES!

Python On Regexp extraction in Python

by 4444444444444, November 12, 2010 02:17

444444444444444

8792b8cf71d27dc96173b2ac79b96e0d Talk
vghfghfgh

Python On Regexp extraction in Python

by 234234, November 12, 2010 02:17

42344324

Bf7ae349354a0923338d89b1abc70295 Talk