Jump to Navigation

Me on Twitter

  • With the files decryted, Angry Birds Score gains back a feature : synchronizing scores for #AngryBirdsSeasons ;-) http://t.co/wX012Y6C 12 years 9 weeks ago
  • Just decrypted #angrybirdsseasons files using ubuntu and android emulator. Big thanks to Brut.all http://t.co/mYOCs3sk. Now I can sleep... 12 years 10 weeks ago
  • Vidéo : Ubuntu for Android http://t.co/a4pOQs8d via @Fredzone 12 years 10 weeks ago

python

python Python versus Shell scripting : from experience

A quick "pros & cons" to choose between Python or Shell scripting, from what I've observed through the years.

This could probably apply to other high level script languages* vs shell.

* Like Ruby, but not like Perl, as it shares more with shells from my point of view, like unreadable syntax and execution speed.

Python vs Shell

python Building PyCrypto for Win32

The PyCrypto library provides Python with implementation for a lot of algorithms for cryptography. It's very useful.

Ubuntu has it by default but if you want to have it for Python 3.2 on Windows, you must use Active Python, as there is no other binary release for Python 3.2 on the web.

In case you want to use the official Python distribution or if ActiveState did not (yet) released a PyCrypto for the version of Python you are using, this article might help you by putting together the steps to build it from source.

Also attached : a binary exe for the impatients.

Python logo

Syndicate content