First  |  Prev |  Next  |  Last
Pages: 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
ANN: Pyasm version 0.3
Pyasm is a full-featured dynamic assembler written entirely in Python. By dynamic, I mean that it can be used to generate and execute machine code in python at runtime without requiring the generation of object files and linkage. It essentially allow 'inline' assembly in python modules on x86 platforms. In addit... 28 Mar 2010 17:51
Why this Difference in Importing NumPy 1.2 vs 1.4?
I wrote a program in Python 2.5 under Win7 and it runs fine using Numpy 1.2 , but not on a colleague's machine who has a slightly newer 2.5 and uses NumPy 1.4. We both use IDLE to execute the program. During import he gets this: Traceback (most recent call last): File "C:\Documents and Settings\HP_Ad... 29 Mar 2010 09:06
StringChain -- a data structure for managing large sequences ofchunks of bytes
On Sun, 28 Mar 2010 06:48:21 +1100, Lie Ryan wrote: On 03/22/2010 07:07 PM, Steven D'Aprano wrote: Perhaps you should have said that it was a wrapper around deque giving richer functionality, rather than giving the impression that it was a brand new data structure invented by you. People are naturally ... 28 Mar 2010 11:14
map, index
Dear all, I am new to Python, so I apologize in advance if you find my questions naive (or if they have been already answered in this forum). 1. What is the most pythonic way of mapping a list where the value each element is mapped to depends on the index of the element. Is there a way of writing the follow... 28 Mar 2010 18:58
AUTHENTIC DESIGNER HANDBAGS ACCESSORIES GREAT DISCOUNTS! WWW.VOGUELANDE.COM
Dear Customer, We now have NEW ARRIVAL accessories coming. Please check the site as follows, http://www.voguelande.com/ChanelAcce.html http://www.voguelande.com/Accessories.html CONTACT INFO: INFO(a)VOGUELANDE.COM ... 28 Mar 2010 07:52
Encryption source code with md5
Dear friends . I have two simple questions: It is possible to encrypt with md5 python source code? What option do I have to protect my python source code? Thank you . ... 4 Apr 2010 23:39
Python Psycopg2 - Interface Error : Connection already closed
I'm not sure if this is the right group, but I'm hoping it is... Basically, I'm trying to use pgloader, which depends on python and psycopg2. After banging my head against a wall, I found this: Found this: http://www.mail-archive.com/sqlalchemy(a)googlegroups.com/msg13209.html Although, the suggestion didn't ... 28 Mar 2010 17:51
Vertical line in function arguments
There is this peace of code in a 3rd party module: MidiIn.SetFilter(pypm.FILT_ACTIVE | pypm.FILT_CLOCK | pypm.FILT_PITCHBEND | pypm.FILT_NOTE) What are the vertical lines in a function call such as this? This actually calls a function from a Pyrex module that was compiled into a .pyd. Tho... 27 Mar 2010 16:31
Ipython(x,y) Won't Run
I uninstalled my previous version of Python and installed Python(x,y) ver 2.6.2.0 in Windows XP - Install seemed to work fine but when I try to run Ipython(x,y) I get the following error: python.exe has encountered a problem and needs to close. We are sorry for the inconvenience. Any ideas? Thanks. LK ... 27 Mar 2010 21:03
function decorator-like function
Hi, Still learning Python, now decorators. Before diving deeply into decorators, I'd like to apply a function to another function. My "extremely simple function" should print number 3, then the sum of its 2 arguments. Say that I call f(5,7) I'd like to get, somehow, 3 then 12. I've tried the followi... 28 Mar 2010 13:24
First  |  Prev |  Next  |  Last
Pages: 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172