Re: Best free web hosting portal

2012-09-10 Thread Anton Popovine
Hello, http://www.appfog.com/ came out of closed beta recently. They support python and django. You get quite alot for free. (2Gb ram, unlimited # of instances, 10 services) Anton On Monday, September 10, 2012 10:51:07 AM UTC+2, Somnath wrote: > > Hello friends, > >I want to host

Re: How many attempts to generate a unique ID?

2012-09-09 Thread Anton Popovine
n.org/library/uuid.html > > On Sun, Sep 9, 2012 at 8:10 PM, Anton Popovine > > > wrote: > >> Hi everyone! First time posting to this group! >> >> I have a model Class where each row has a unique alphanumeric ID string >> like 'EX39H'. >> &

How many attempts to generate a unique ID?

2012-09-09 Thread Anton Popovine
Hi everyone! First time posting to this group! I have a model Class where each row has a unique alphanumeric ID string like 'EX39H'. This is the function I use to generate the code. def gen_class_code(): import string import random size = 5 max_size = 16 attempts = 1000 chars = stri