Jump to Navigation

Me on Twitter

  • Share menu on #android is becoming #outofcontrol. It's more a do-anything-with-my-data menu today. Maybe system designers missed something ? 11 years 47 weeks ago
  • Nice gesture graphics for mobile apps mockups by @gestureworks http://t.co/FsC5MzZfma 11 years 50 weeks ago
  • RT @gfranqueville: Infographie : la popularité des terminaux mobiles Android à travers le monde http://t.co/N9MfORnd7S 11 years 50 weeks ago
  • The never-ending curse for an #ORM on #Android : "On #BatooJPA" http://t.co/L0zTrNaW79 @wadael thanks for saving my time 11 years 51 weeks ago
  • RT @kevinmitnick: 2 nurses are at my mom's house. One nurse asked the other for her password. she said out loud: yisella1234. Guess they ... 11 years 51 weeks ago
  • @louistouzet  "@WelcomeCityLab  “@veilletourisme L'exp mobile dans le tourisme, pas encore satisfaisante ? http://t.co/DLXBSxj6Yt”” 12 years 1 day ago
  • RT @Paris: Que Faire à Paris, le nouveau site loisirs et culture de Paris.fr est aussi sur twitter @QueFaireAParis #FF 12 years 1 day ago
  • @cyrilmottier do you plan a session in Paris ? 12 years 1 day ago
  • @wadael congrats ! Was it Android expert ? REST ? ... ? 12 years 1 day ago
  • Toilets at Google Paris :-) http://t.co/PwGWcVPL9f 12 years 3 days 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