Re: Python for embedded systems?

2011-02-24 Thread Joachim Strömbergson
plemented. I use Python to build models of IP cores to be integrated into ASICs and FPGAs. Not using MyHDL for the actual core generation (yet) though. - -- Med vänlig hälsning, Yours Joachim Strömbergson - Alltid i harmonisk svängning.

Re: Instatiable Pseudo-Random Number Generator

2009-09-10 Thread Joachim Strömbergson
tion? - -- Med vänlig hälsning, Yours Joachim Strömbergson - Alltid i harmonisk svängning. Kryptoblog - IT-säkerhet på svenska http://www.strombergson

Re: PEP368 and pixeliterators

2009-07-02 Thread Joachim Strömbergson
r[pixel] > > Returns an iterator that iterates over all the pixels in the image, > starting from the top line and scanning each line from left to > right. > See below for a description of the pixel objects. Ah! I knew there was a reason for me wearing glasses. ;-) Go PEP368!

Re: PEP 376

2009-07-02 Thread Joachim Strömbergson
f someone wants to modify a file of a distribution he can recreate > the checksum as well, > the only secured way to prevent that would be to use gpg keys but > isn't that overkill for what we need ? Actually, adding this type of security would IMHO be a good idea. - -- Med vänlig hälsnin

PEP368 and pixeliterators

2009-07-02 Thread Joachim Strömbergson
process in an orderly and well documented way. - -- Med vänlig hälsning, Yours Joachim Strömbergson - Alltid i harmonisk svängning. Kryptoblog - IT-säkerhet på svenska http://www.strombergson.com/

Re: PEP 376

2009-07-02 Thread Joachim Strömbergson
can fallback to using hashlib.new(), so you can plug in a new > algorithm without changing the PEP or the installer code. +1 Good idea and future proof as well as being simple. - -- Med vänlig hälsning, Yours Joachim Strömbergson - Alltid i harmonisk svängning.

Re: PEP 376

2009-06-30 Thread Joachim Strömbergson
is that md5 and SHA-1 are weak. The computational complexity of SHA-256 is bigger, but since it probably wont be done many thousands of times during an egg installation, it shouldn't add a noticable delay. - -- Med vän

Re: Beginning with Python; the right choice?

2009-06-27 Thread Joachim Strömbergson
p://diveintopython.org/ A well written, easy to understand and fun (yes) introduction to all fantastic things in Python. - -- Med vänlig hälsning, Yours Joachim Strömbergson - Alltid i harmonisk svängning. Kryptoblog - IT-sä

Re: Good books in computer science?

2009-06-16 Thread Joachim Strömbergson
ten, well document Python code looks like. Check for yourself though at: http://trac.edgewall.org/browser/trunk/trac - -- Med vänlig hälsning, Yours Joachim Strömbergson - Alltid i harmonisk svängning. Kryptoblog - IT