Jump to Navigation

Me on Twitter

  • #OAuth on mobile : apps hide the location bar of the provider's page. How do we check if it's not phishing ? #fail #antipattern 11 years 4 weeks ago
  • http://t.co/6WtJmlWzkU Sometimes I wonder... #whataworld 11 years 4 weeks ago
  • #SwitchDataSwitch 2.1 released... This app is still useful today for stock ROMs if you want to save your battery ! http://t.co/QtoWFPqR5r 11 years 4 weeks ago
  • How I learned that my 3G #nexus7 did not offer #android.hardware.telephony : "adb shell pm list features" http://t.co/qdOV6afq1R 11 years 4 weeks ago
  • #SwitchDataSwitch just passed the 'subway' test. Releasing soon... 11 years 4 weeks ago
  • One day only: Free Android apps and games from Amazon - http://t.co/lVi8dkvn0b Downloading..! 11 years 5 weeks ago
  • @levelupstudio what I miss in #plume : offline favorites and quick add to @pocket (might be custom button in tweet's bar) 11 years 5 weeks ago
  • @TheBrousse aussi pour découvrir ou il faut déjà connaitre @appcelerator ? 11 years 5 weeks ago
  • RT @guerwan: Droidcon Paris : les 17/18 Juin 2013 ! http://t.co/vnR2Zk4VJl 11 years 5 weeks ago
  • RT @TheBrousse: 4e edition du Titanium Meetup Paris demain soir. #tiparis Venez nombreux! http://t.co/Qvnul6OSYr @appcelerator 11 years 5 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