First  |  Prev |  Next  |  Last
Pages: 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
It's a fact not lost on the opportunity to see yourself
http://www.google.com/url?sa=D&q=http://www.google.com/url%3Fsa%3DD%26q%3Dhttp://osamah2000.jeeran.com/daauageralmuslmeen1.htm%26usg%3DAFQjCNGQhhGz-1TGv9Y7gE8zKwHHustJCg&usg=AFQjCNH5ZzXRqkh5EGL1dsjQxcjNQCmAEQ ... 30 Mar 2010 07:12
PyDispatcher on sourceforge doesn't play nice with easy_install
Hi All, Using easy_install to get PyDispatcher results in: Searching for PyDispatcher Reading http://pypi.python.org/simple/PyDispatcher/ Reading http://pydispatcher.sourceforge.net Reading https://sourceforge.net/project/showfiles.php?group_id=79755 Reading http://sourceforge.net/projects/pydispatcher/files/... 31 Mar 2010 07:36
Help Desk Software by PerlDesk
Help Desk Software by PerlDesk ------------------------ http://sites.google.com/site/freehelpdesksoftware ... 30 Mar 2010 03:57
PyScripter Logo
Hi, Where can I find a image of the snake PyScipter in high quality ? Thnaks, Vincent ... 30 Mar 2010 05:02
decorators only when __debug__ == True
Hi all, I have a question about decorators. I would like to use them for argument checking, and pre/post conditions. However, I don't want the additional overhead when I run in non-debug mode. I could do something like this, using a simple trace example. @decorator def pass_decorator(f, *args, **kw): # what ab... 1 Apr 2010 13:29
"Usability, the Soul of Python"
I've posted "Usability, the Soul of Python: An Introduction to the Python Programming Language Through the Eyes of Usability", at: http://JonathansCorner.com/python/ The basic suggestion is that much of what works well in Python has something to do with the usability it offers programmers. Enjoy. -- J... 31 Mar 2010 14:20
Matplotlib patches collection + alpha face
Hello, I would like to draw on the same axes several patches (rectangle) with different alpha-face (transparency)... Anyone has an idea ? In particular, I would like to use the class PatchCollection but it seems that the alpha property is common to all the patches... Thanks for your help. ... 29 Mar 2010 10:12
Python magazine
Python magazine web site says this: "So, sit back and relax - enjoy your holidays, and come see us again on January 26th, when the new PyMag will launch." Anyone heard any rumours or anything? I quite liked the magazine. Pasi ... 29 Mar 2010 09:06
refer to self in a decorator on a class method
Hi all, I would like to do something like this: ******************** class HelloWorld (object): def __init__(self,clk): self.clk = clk @always(self.clk.posedge) def sayHello(self): print "%s Hello World!" % now() ******************** Problem is however I can't refer to se... 29 Mar 2010 06:55
How to verify a signature using SHA1WithRSA with python
I have a public key, and I want to write a method that verify a string which is a signature signed by this public key's private key. And is M2Crypto I can't find algorithm named "SHA1WithRSA" or so . Could anyone help me? ... 29 Mar 2010 10:12
First  |  Prev |  Next  |  Last
Pages: 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171