| More » | javascript:void(0) |
| Git | https://overapi.com/git |
| SVN | https://overapi.com/svn |
| MySQL | https://overapi.com/mysql |
| Regex | https://overapi.com/regex |
| Linux | https://overapi.com/linux |
| HTML | https://overapi.com/html |
| HTML-DOM | https://overapi.com/html-dom |
| mod_rewrite | https://overapi.com/mod_rewrite |
| Even More » | https://overapi.com/#more |
| OverAPI.com | https://overapi.com/ |
| Python | https://overapi.com/python |
| jQuery | https://overapi.com/jquery |
| NodeJS | https://overapi.com/nodejs |
| PHP | https://overapi.com/php |
| Java | https://overapi.com/java |
| Ruby | https://overapi.com/ruby |
| Javascript | https://overapi.com/javascript |
| ActionScript | https://overapi.com/actionscript |
| CSS | https://overapi.com/css |
| Express | https://overapi.com/express |
| More » | https://overapi.com/python#more |
| Official Website | http://www.python.org/ |
| PythonForBeginners.com | https://www.pythonforbeginners.com/ |
| Python Quick Reference Card [.pdf] | https://overapi.com/static/cs/PQRC-2.4-A4-latest.pdf |
| Python 2.6 Quick Reference | http://rgruet.free.fr/PQR26/PQR2.6.html |
| Django | https://overapi.com/django |
| capitalize() | http://docs.python.org/library/stdtypes.html#str.capitalize |
| center(width[, fillchar]) | http://docs.python.org/library/stdtypes.html#str.center |
| count(sub[, start[, end]]) | http://docs.python.org/library/stdtypes.html#str.count |
| decode | http://docs.python.org/library/stdtypes.html#str.decode |
| encode([encoding[, errors]]) | http://docs.python.org/library/stdtypes.html#str.encode |
| endswith(suffix[, start[, end]]) | http://docs.python.org/library/stdtypes.html#str.endswith |
| expandtabs([tabsize]) | http://docs.python.org/library/stdtypes.html#str.expandtabs |
| find(sub[, start[, end]]) | http://docs.python.org/library/stdtypes.html#str.find |
| format(*args, **kwargs) | http://docs.python.org/library/stdtypes.html#str.format |
| index(sub[, start[, end]]) | http://docs.python.org/library/stdtypes.html#str.index |
| isalnum() | http://docs.python.org/library/stdtypes.html#str.isalnum |
| isalpha() | http://docs.python.org/library/stdtypes.html#str.isalpha |
| isdigit() | http://docs.python.org/library/stdtypes.html#str.isdigit |
| islower() | http://docs.python.org/library/stdtypes.html#str.islower |
| isspace() | http://docs.python.org/library/stdtypes.html#str.isspace |
| istitle() | http://docs.python.org/library/stdtypes.html#str.istitle |
| isupper() | http://docs.python.org/library/stdtypes.html#str.isupper |
| join(iterable) | http://docs.python.org/library/stdtypes.html#str.join |
| ljust(width[, fillchar]) | http://docs.python.org/library/stdtypes.html#str.ljust |
| lower() | http://docs.python.org/library/stdtypes.html#str.lower |
| lstrip([chars]) | http://docs.python.org/library/stdtypes.html#str.lstrip |
| partition(sep) | http://docs.python.org/library/stdtypes.html#str.partition |
| replace(old, new[, count]) | http://docs.python.org/library/stdtypes.html#str.replace |
| rfind(sub[, start[, end]]) | http://docs.python.org/library/stdtypes.html#str.rfind |
| rindex(sub[, start[, end]]) | http://docs.python.org/library/stdtypes.html#str.rindex |
| rjust(width[, fillchar]) | http://docs.python.org/library/stdtypes.html#str.rjust |
| rpartition(sep) | http://docs.python.org/library/stdtypes.html#str.rpartition |
| rsplit([sep[, maxsplit]]) | http://docs.python.org/library/stdtypes.html#str.rsplit |
| rstrip([chars]) | http://docs.python.org/library/stdtypes.html#str.rstrip |
| split([sep[, maxsplit]]) | http://docs.python.org/library/stdtypes.html#str.split |
| splitlines([keepends]) | http://docs.python.org/library/stdtypes.html#str.splitlines |
| startswith(prefix[, start[, end]]) | http://docs.python.org/library/stdtypes.html#str.startswith |
| strip([chars]) | http://docs.python.org/library/stdtypes.html#str.strip |
| swapcase | http://docs.python.org/library/stdtypes.html#str.swapcase |
| title() | http://docs.python.org/library/stdtypes.html#str.title |
| translate(table[, deletechars]) | http://docs.python.org/library/stdtypes.html#str.translate |
| upper() | http://docs.python.org/library/stdtypes.html#str.upper |
| zfill(width) | http://docs.python.org/library/stdtypes.html#str.zfill |
| isnumeric() | http://docs.python.org/library/stdtypes.html#unicode.isnumeric |
| isdecimal() | http://docs.python.org/library/stdtypes.html#unicode.isdecimal |
| close() | http://docs.python.org/library/stdtypes.html#file.close |
| flush() | http://docs.python.org/library/stdtypes.html#file.flush |
| fileno() | http://docs.python.org/library/stdtypes.html#file.fileno |
| isatty() | http://docs.python.org/library/stdtypes.html#file.isatty |
| next() | http://docs.python.org/library/stdtypes.html#file.next |
| read([size]) | http://docs.python.org/library/stdtypes.html#file.read |
| readline([size]) | http://docs.python.org/library/stdtypes.html#file.readline |
| readlines([sizehint]) | http://docs.python.org/library/stdtypes.html#file.readlines |
| xreadlines() | http://docs.python.org/library/stdtypes.html#file.xreadlines |
| seek(offset[, whence]) | http://docs.python.org/library/stdtypes.html#file.seek |
| tell() | http://docs.python.org/library/stdtypes.html#file.tell |
| truncate([size]) | http://docs.python.org/library/stdtypes.html#file.truncate |
| write(str) | http://docs.python.org/library/stdtypes.html#file.write |
| writelines(sequence) | http://docs.python.org/library/stdtypes.html#file.writelines |
| closed | http://docs.python.org/library/stdtypes.html#file.closed |
| encoding | http://docs.python.org/library/stdtypes.html#file.encoding |
| errors | http://docs.python.org/library/stdtypes.html#file.errors |
| mode | http://docs.python.org/library/stdtypes.html#file.mode |
| name | http://docs.python.org/library/stdtypes.html#file.name |
| newlines | http://docs.python.org/library/stdtypes.html#file.newlines |
| softspace | http://docs.python.org/library/stdtypes.html#file.softspace |
| isdisjoint(other) | http://docs.python.org/library/stdtypes.html#set.isdisjoint |
| issubset(others) | http://docs.python.org/library/stdtypes.html#set.issubset |
| issuperset | http://docs.python.org/library/stdtypes.html#set.issuperset |
| union(other...) | http://docs.python.org/library/stdtypes.html#set.union |
| intersection(other, ...) | http://docs.python.org/library/stdtypes.html#set.intersection |
| difference(other...) | http://docs.python.org/library/stdtypes.html#set.difference |
| symmetric_difference(other) | http://docs.python.org/library/stdtypes.html#set.symmetric_difference |
| copy() | http://docs.python.org/library/stdtypes.html#set.copy |
| update() | http://docs.python.org/library/stdtypes.html#set.update |
| intersection_update() | http://docs.python.org/library/stdtypes.html#set.intersection_update |
| difference_update() | http://docs.python.org/library/stdtypes.html#set.difference_update |
| symmetric_difference_update() | http://docs.python.org/library/stdtypes.html#set.symmetric_difference_update |
| add(elem) | http://docs.python.org/library/stdtypes.html#set.add |
| remove() | http://docs.python.org/library/stdtypes.html#set.remove |
| discard(elem) | http://docs.python.org/library/stdtypes.html#set.discard |
| pop() | http://docs.python.org/library/stdtypes.html#set.pop |
| clear() | http://docs.python.org/library/stdtypes.html#set.clear |
| clear() | http://docs.python.org/library/stdtypes.html#dict.clear |
| copy() | http://docs.python.org/library/stdtypes.html#dict.copy |
| fromkeys(seq[, value]) | http://docs.python.org/library/stdtypes.html#dict.fromkeys |
| get(key[, default]) | http://docs.python.org/library/stdtypes.html#dict.get |
| has_key(key) | http://docs.python.org/library/stdtypes.html#dict.has_key |
| items() | http://docs.python.org/library/stdtypes.html#dict.items |
| iteritems() | http://docs.python.org/library/stdtypes.html#dict.iteritems |
| iterkeys() | http://docs.python.org/library/stdtypes.html#dict.iterkeys |
| itervalues() | http://docs.python.org/library/stdtypes.html#dict.itervalues |
| keys() | http://docs.python.org/library/stdtypes.html#dict.keys |
| pop(key[, default]) | http://docs.python.org/library/stdtypes.html#dict.pop |
| popitem() | http://docs.python.org/library/stdtypes.html#dict.popitem |
| setdefault(key[, default]) | http://docs.python.org/library/stdtypes.html#dict.setdefault |
| update([other]) | http://docs.python.org/library/stdtypes.html#dict.update |
| values | http://docs.python.org/library/stdtypes.html#dict.values |
| replace((year, month, day)) | http://docs.python.org/library/datetime.html#datetime.date.replace |
| timetuple() | http://docs.python.org/library/datetime.html#datetime.date.timetuple |
| toordinal() | http://docs.python.org/library/datetime.html#datetime.date.toordinal |
| weekday()() | http://docs.python.org/library/datetime.html#datetime.date.weekday |
| isoweekday()() | http://docs.python.org/library/datetime.html#datetime.date.isoweekday |
| isocalendar()() | http://docs.python.org/library/datetime.html#datetime.date.isocalendar |
| isoformat() | http://docs.python.org/library/datetime.html#datetime.date.isoformat |
| __str__() | http://docs.python.org/library/datetime.html#datetime.date.__str__ |
| ctime() | http://docs.python.org/library/datetime.html#datetime.date.ctime |
| strftime() | http://docs.python.org/library/datetime.html#datetime.date.strftime |
| date() | http://docs.python.org/library/datetime.html#datetime.datetime.date |
| time() | http://docs.python.org/library/datetime.html#datetime.datetime.time |
| timetz() | http://docs.python.org/library/datetime.html#datetime.datetime.timetz |
| replace([year[, month[, day[, hour[, minute[, second[, microsecond[, tzinfo]]]]]]]]) | http://docs.python.org/library/datetime.html#datetime.datetime.replace |
| astimezone(tz) | http://docs.python.org/library/datetime.html#datetime.datetime.astimezone |
| utcoffset() | http://docs.python.org/library/datetime.html#datetime.datetime.utcoffset |
| dst() | http://docs.python.org/library/datetime.html#datetime.datetime.dst |
| tzname() | http://docs.python.org/library/datetime.html#datetime.datetime.tzname |
| timetuple() | http://docs.python.org/library/datetime.html#datetime.datetime.timetuple |
| utctimetuple() | http://docs.python.org/library/datetime.html#datetime.datetime.utctimetuple |
| toordinal() | http://docs.python.org/library/datetime.html#datetime.datetime.toordinal |
| weekday() | http://docs.python.org/library/datetime.html#datetime.datetime.weekday |
| isoweekday() | http://docs.python.org/library/datetime.html#datetime.datetime.isoweekday |
| isocalendar() | http://docs.python.org/library/datetime.html#datetime.datetime.isocalendar |
| isoformat() | http://docs.python.org/library/datetime.html#datetime.datetime.isoformat |
| __str__() | http://docs.python.org/library/datetime.html#datetime.datetime.__str__ |
| ctime() | http://docs.python.org/library/datetime.html#datetime.datetime.ctime |
| strftime() | http://docs.python.org/library/datetime.html#datetime.datetime.strftime |
| replace([hour[, minute[, second[, microsecond[, tzinfo]]]]]) | http://docs.python.org/library/datetime.html#datetime.time.replace |
| isoformat() | http://docs.python.org/library/datetime.html#datetime.time.isoformat |
| __str__() | http://docs.python.org/library/datetime.html#datetime.time.__str__ |
| strftime() | http://docs.python.org/library/datetime.html#datetime.time.strftime |
| utcoffset() | http://docs.python.org/library/datetime.html#datetime.time.utcoffset |
| dst() | http://docs.python.org/library/datetime.html#datetime.time.dst |
| tzname() | http://docs.python.org/library/datetime.html#datetime.time.tzname |
| append(x) | http://docs.python.org/library/array.html#array.array.append |
| buffer_info() | http://docs.python.org/library/array.html#array.array.buffer_info |
| byteswap() | http://docs.python.org/library/array.html#array.array.byteswap |
| count(x) | http://docs.python.org/library/array.html#array.array.count |
| extend(iterable) | http://docs.python.org/library/array.html#array.array.extend |
| fromfile(f,n) | http://docs.python.org/library/array.html#array.array.fromfile |
| fromlist(list) | http://docs.python.org/library/array.html#array.array.fromlist |
| fromstring(s) | http://docs.python.org/library/array.html#array.array.fromstring |
| fromunicode(s) | http://docs.python.org/library/array.html#array.array.fromunicode |
| index(x) | http://docs.python.org/library/array.html#array.array.index |
| insert(i,x) | http://docs.python.org/library/array.html#array.array.insert |
| pop([i]) | http://docs.python.org/library/array.html#array.array.pop |
| remove(x) | http://docs.python.org/library/array.html#array.array.remove |
| reverse() | http://docs.python.org/library/array.html#array.array.reverse |
| tofile(f) | http://docs.python.org/library/array.html#array.array.tofile |
| tolist() | http://docs.python.org/library/array.html#array.array.tolist |
| tostring() | http://docs.python.org/library/array.html#array.array.tostring |
| tounicode() | http://docs.python.org/library/array.html#array.array.tounicode |
| ceil(x) | http://docs.python.org/library/math.html#math.ceil |
| copysign(x,y) | http://docs.python.org/library/math.html#math.copysign |
| fabs(x) | http://docs.python.org/library/math.html#math.fabs |
| factorial(x) | http://docs.python.org/library/math.html#math.factorial |
| floor(x) | http://docs.python.org/library/math.html#math.floor |
| fmod(x,y) | http://docs.python.org/library/math.html#math.fmod |
| frexp(x) | http://docs.python.org/library/math.html#math.frexp |
| fsum(iterable) | http://docs.python.org/library/math.html#math.fsum |
| isinf(x) | http://docs.python.org/library/math.html#math.isinf |
| isnan(x) | http://docs.python.org/library/math.html#math.isnan |
| ldexp(x,i) | http://docs.python.org/library/math.html#math.ldexp |
| modf() | http://docs.python.org/library/math.html#math.modf |
| trunc() | http://docs.python.org/library/math.html#math.trunc |
| exp(x) | http://docs.python.org/library/math.html#math.exp |
| log(x[,base]) | http://docs.python.org/library/math.html#math.log |
| log1p(x) | http://docs.python.org/library/math.html#math.log1p |
| log10(x) | http://docs.python.org/library/math.html#math.log10 |
| pow(x,y) | http://docs.python.org/library/math.html#math.pow |
| sqrt(x) | http://docs.python.org/library/math.html#math.sqrt |
| acos(x) | http://docs.python.org/library/math.html#math.acos |
| asin(x) | http://docs.python.org/library/math.html#math.asin |
| atan(x) | http://docs.python.org/library/math.html#math.atan |
| atan2(y,x) | http://docs.python.org/library/math.html#math.atan2 |
| cos(x) | http://docs.python.org/library/math.html#math.cos |
| hypot(x,y) | http://docs.python.org/library/math.html#math.hypot |
| sin(x) | http://docs.python.org/library/math.html#math.sin |
| tan(x) | http://docs.python.org/library/math.html#math.tan |
| degrees(x) | http://docs.python.org/library/math.html#math.degrees |
| radians(x) | http://docs.python.org/library/math.html#math.radians |
| acosh(x) | http://docs.python.org/library/math.html#math.acosh |
| asinh(x) | http://docs.python.org/library/math.html#math.asinh |
| atanh(x) | http://docs.python.org/library/math.html#math.atanh |
| cosh(x) | http://docs.python.org/library/math.html#math.cosh |
| sinh(x) | http://docs.python.org/library/math.html#math.sinh |
| tanh(x) | http://docs.python.org/library/math.html#math.tanh |
| seed([x]) | http://docs.python.org/library/random.html#random.seed |
| getstate() | http://docs.python.org/library/random.html#random.getstate |
| setstate(state) | http://docs.python.org/library/random.html#random.setstate |
| jumpahead(n) | http://docs.python.org/library/random.html#random.jumpahead |
| getrandbits(k) | http://docs.python.org/library/random.html#random.getrandbits |
| randrange([start], stop[, step]) | http://docs.python.org/library/random.html#random.randrange |
| randint(a,b) | http://docs.python.org/library/random.html#random.randint |
| choice(seq) | http://docs.python.org/library/random.html#random.choice |
| shuffle(x[,random]) | http://docs.python.org/library/random.html#random.shuffle |
| sample(population,k) | http://docs.python.org/library/random.html#random.sample |
| random() | http://docs.python.org/library/random.html#random.random |
| uniform(a,b) | http://docs.python.org/library/random.html#random.uniform |
| triangular(low,high,mode) | http://docs.python.org/library/random.html#random.triangular |
| betavariate(alpha,beta) | http://docs.python.org/library/random.html#random.betavariate |
| expovariate(lambd) | http://docs.python.org/library/random.html#random.expovariate |
| gammavariate(alpha,beta) | http://docs.python.org/library/random.html#random.gammavariate |
| gauss(mu,sigma) | http://docs.python.org/library/random.html#random.gauss |
| lognormvariate(mu,sigma) | http://docs.python.org/library/random.html#random.lognormvariate |
| normalvariate(mu,sigma) | http://docs.python.org/library/random.html#random.normalvariate |
| vonmisesvariate(mu,kappa) | http://docs.python.org/library/random.html#random.vonmisesvariate |
| paretovariate(alpha) | http://docs.python.org/library/random.html#random.paretovariate |
| weibullvariate(alpha,beta) | http://docs.python.org/library/random.html#random.weibullvariate |