Jump to Navigation

Me on Twitter

  • First cup of Scala: looks like Prolog... 11 years 30 weeks ago
  • @MarsCuriosity Did I miss those ones or pics are not ready yet ? 11 years 30 weeks ago
  • "Found media: Due to Google Webstore Policy you're unable to download." OK. At least it's clear. Going back to Firefox... 11 years 30 weeks ago
  • Youtube downloader not anymore in chrome store... Chrome now refuses plugins from 3rd party sites... How to build my weekly playlist now ? 11 years 30 weeks ago
  • Why the 'retweet' menu in Plume just doesn't retweets ? It prepends 'RT' to a new tweet in my name. Am I missing something ? 11 years 30 weeks ago
  • RT @cyrilmottier @louistouzet Google Maps graphic assets PSD - http://t.co/xQTBUNjY Create great looking MapView-based application on And... 11 years 30 weeks ago
  • RT @TheBrousse RT @itsWillyFerrell You don't need a parachute to skydive... You only need a parachute to skydive twice. 11 years 30 weeks ago
  • RT @louistouzet  @alexlewando #J2ObjC from google, cmd line tool to translate Java code to Objective-C for iOS http://t.co/ASh930IB 11 years 30 weeks ago
  • Learning more about the Location API in #android and the difficulties to integrate with the Services API... 11 years 36 weeks ago
  • Titanium straight test : 1st try : stock sample template made my phone crash & reboot. 2nd try : empty app created android 8 is missing. :-[ 11 years 37 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