¡@

Home 

python Programming Glossary: comp.lang.python

How to write a function to return the variable name in Python

http://stackoverflow.com/questions/12189000/how-to-write-a-function-to-return-the-variable-name-in-python

the name of an object here's a quote from Fredrik Lundh on comp.lang.python The same way as you get the name of that cat you found on your..

Regex and unicode

http://stackoverflow.com/questions/14389/regex-and-unicode

Why is Python's “append” not “push”?

http://stackoverflow.com/questions/1566266/why-is-pythons-append-not-push

early 1991. By comparison here's part of a discussion on comp.lang.python about adding pop in 1997. Guido wrote To implement a stack one..

Inherit docstrings in Python class inheritance

http://stackoverflow.com/questions/2025562/inherit-docstrings-in-python-class-inheritance

You're not the only one There was a discussion on comp.lang.python about this a while ago and a recipe was created. Check it out..

Fastest way to list all primes below N in python

http://stackoverflow.com/questions/2068372/fastest-way-to-list-all-primes-below-n-in-python

Nov 30 2006 # http groups.google.com group comp.lang.python msg f1f10ced88c68c2d if n 2 return sieve range 3 n 2 top len..

Business days in Python

http://stackoverflow.com/questions/2224742/business-days-in-python

with dateutil . http coding.derkeiler.com Archive Python comp.lang.python 2004 09 3758.html BusinessHours lets you custom define your..

Writing a compiler for a DSL in python

http://stackoverflow.com/questions/339217/writing-a-compiler-for-a-dsl-in-python

. The author Paul McGuire is active on the python list comp.lang.python and has always been very helpful with any queries concerning..

Facing problem with XLWT and XLRD - Reading and writing simultaneously

http://stackoverflow.com/questions/4198365/facing-problem-with-xlwt-and-xlrd-reading-and-writing-simultaneously

about Openoffice.org's calc program perhaps on news comp.lang.python and or www.stackoverflow.com ... it has a set of APIs called..

Can I print original variable's name in Python?

http://stackoverflow.com/questions/544919/can-i-print-original-variables-name-in-python

code. For example see http groups.google.com group comp.lang.python msg 237dc92f3629dd9a pli 1 http aspn.activestate.com ASPN Mail..

Hash algorithm for dynamic growing/streaming data?

http://stackoverflow.com/questions/5865824/hash-algorithm-for-dynamic-growing-streaming-data

a cool black magic hack based on md5 I found years ago at comp.lang.python but it's using ctypes for a specific version of md5.so or _md5.dll.. x86_64 # based on idea from http groups.google.com group comp.lang.python msg b1c5bb87a3ff5e34 try import _md5 as md5 except ImportError..

Circular (or cyclic) imports in Python

http://stackoverflow.com/questions/744373/circular-or-cyclic-imports-in-python

There was a really good discussion on this over at comp.lang.python last year. It answers your question pretty thoroughly. Imports..

What's the most efficient way to find one of several substrings in Python?

http://stackoverflow.com/questions/842856/whats-the-most-efficient-way-to-find-one-of-several-substrings-in-python

'smash atomic particles' .span 6 10 r.search 'visit usenet comp.lang.python today' .span 13 29 r.search 'a north south division' .span 2..

how to convert variable into string in python

http://stackoverflow.com/questions/9121376/how-to-convert-variable-into-string-in-python

animal # prints cat A quote from Fredrik Lundh on comp.lang.python is particularly appropriate here. The same way as you get the..