Jump to Navigation

Me on Twitter

  • RT @wselman: I try to not to post too many articles about @firefox but this is the best article I've seen that explains how we are working… 5 years 49 weeks ago
  • RT @MarciRobin: I bought a car today, and the dealership had me check off — with a pen, on paper — that I’m not a robot. https://t.co/x6nJ6… 5 years 50 weeks ago
  • If you want to quickly unregister from #Yahoo #Oath 321 (!) trackers : open browser console (F12) and run `var t=0… https://t.co/qzHuvEXZT0 5 years 51 weeks ago
  • Avis aux connaisseurs ;-) https://t.co/4uEtnV5x2E 5 years 51 weeks ago
  • RT @tewoz: Encore un carnet bien rempli... au suivant !!! #sketchbook #sketchnote #sketch #illustration #happyscribing #scribing #moleskine… 5 years 51 weeks ago
  • Net neutrality. Last chance? https://t.co/nsFcZFQGI7 6 years 15 hours ago
  • RT @clx_asso_fr: Fête des Libertés Numériques : Données personnelles et droits et libertés (...) https://t.co/HDCLbaj6Xo 6 years 18 hours ago
  • RT @samuelberthelot: Atelier : Apprenons ensemble à nous déGAFAiser ! - Fête des Libertés Numériques https://t.co/yX5BxApirR via @nuzzel 6 years 18 hours ago
  • @StackExchange just amazed me again https://t.co/t4PpnhdpY6 6 years 1 week ago
  • RT @Numerama: Victime d'un bug, Twitter vous recommande de changer votre mot de passe https://t.co/UlBlW5BzeJ https://t.co/EEfYsx0Oxb 6 years 1 week 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