Jump to Navigation

Me on Twitter

  • @CyrilGRV thx je viens d'installer 9 years 20 weeks ago
  • Hello @CyrilGRV il t'en reste une ? 9 years 20 weeks ago
  • Hands on #android5 today. Colorful GUI, fluid animations, some strange ergonomics and... my app #SwitchDataSwitch broken :-( 9 years 21 weeks ago
  • RT @jeanhelou: Your developers aren't slow https://t.co/gfPXzqlQCM 9 years 21 weeks ago
  • #PayPal terms of use updated again... 8 pages of small characters... Any digest around ? 9 years 21 weeks ago
  • Web fundamentals by #Google - Great digest of most of #web20 issues & solutions https://t.co/xT3u0JMcRc 9 years 22 weeks ago
  • #FirefoxDeveloperEdition : Got to try this "WebIDE" http://t.co/92JwCporGr 9 years 22 weeks ago
  • "Great products win". No... Can't be... http://t.co/lvadzWKLjA 9 years 24 weeks ago
  • SPDX License List - standardized licenses identifiers. Very useful for #nodejs #maven #ivy ... https://t.co/RxnDgfZTGH 9 years 26 weeks ago
  • @dgfip_officiel Mon smartphone devient fou avec 3 QRCodes côte à côte... http://t.co/SZsaecUXig 9 years 26 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