Jump to Navigation

Me on Twitter

  • mlocate will never ruin my evenings anymore ! UNINSTALLED ! https://t.co/07wCGOZv2Q 3 years 15 weeks ago
  • "failed to build cryptography" of course... 3 years 15 weeks ago
  • The worst is that I already know that I forgot some optional openssl dependencies and that I'll need to start again... 3 years 15 weeks ago
  • Building https://t.co/oTfN2b5DJ4 inside #docker on #armv7 ... Let's go to bed and see if it's done tomorrow morning… https://t.co/6xUegSZlZz 3 years 15 weeks ago
  • RT @Unexplained: Caption this! https://t.co/FobPIx7gXB 3 years 16 weeks ago
  • Nice pattern : proposing the user to test his password before disconnecting from an always-connected app #keybase #security 3 years 17 weeks ago
  • RT @esascience: These cosmic #fireworks are the motions of numerous stars at the outskirts of our Milky Way as measured by @ESAGaia! 3 years 17 weeks ago
  • Want to really understand how bitcoin works? Here’s a gentle primer | Ars Technica - https://t.co/7nVsFJzG8X 3 years 17 weeks ago
  • @MCetMOI Impossible d'installer l'appli sur un smartphone sans Google... Je crois que je vais arrêter là... Du mal… https://t.co/owPEvVJNXk 3 years 22 weeks ago
  • @MCetMOI Euh... Application d'authentification mise en avant sur des sites d'Etat mais certificat de… https://t.co/EDnElhpcZQ 3 years 22 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