Date
http://jakevdp.github.io/blog/2014/01/10/d3-plugins-truly-interactive/)

Hadoop


Python Ctypedbytes : https://www.google.fr/search?q=python+ctypedbytes+numpy&rlz=1CDGOYI_enFR592FR593&oq=python+ctypedbytes+numpy&aqs=chrome..69i57&sourceid=chrome-mobile&ie=UTF-8&hl=fr&espvd=1&norc=1&zx=1407324079957

Optimisation

http://docs.cython.org/src/userguide/memoryviews.html
  • https://jakevdp.github.io/blog/2012/08/08/memoryview-benchmarks/
  • Python + numpy: 6510 ms
    Cython + numpy: 668 ms
    Cython + memviews (slicing): 22 ms
    Cython + raw pointers: 2.47 ms
    Cython + memviews (no slicing): 2.45 ms

    Oceanography

    @a_regarder
    Jonas Blüthgen | Python for Oceanographers (http://www.gfy.ku.dk/~bluthgen/python.html)

    Data

    http://databrewery.org/
    Data Brewery / Data Cubes / Bubbles data processing ETL

    @a_lire
    skemman.is/stream/get/1946/16233/38046/1/final_processingwithpython_dillon.pdf (http://skemman.is/stream/get/1946/16233/38046/1/final_processingwithpython_dillon.pdf)

    Virtualenv vs Docker


    Python: If you have Docker, do you need virtualenv? | markbetz.net (http://www.markbetz.net/2014/01/17/python-if-you-have-docker-do-you-need-virtualenv/)

    Why I hate virtualenv and pip | Rants of a platform-agnostic python developer (http://pythonrants.wordpress.com/2013/12/06/why-i-hate-virtualenv-and-pip/)

    CRATE : Your Elastic Data Store

    @essayer
    Crate is a distributed system that runs on one machine or a cluster of machines. Crate comes in one complete install package. It includes solid established open source components (Presto, Elasticsearch, Lucene, Netty) and extends those with added core functionalities like read/write support, SQL language, dashboard and query console.

    Serialisation Data


    python - Write a raw binary file with NumPy array data - Stack Overflow (http://stackoverflow.com/questions/10535687/write-a-raw-binary-file-with-numpy-array-data)
    python - Efficient Way to Create Numpy Arrays from Binary Files - Stack Overflow (http://stackoverflow.com/questions/7569563/efficient-way-to-create-numpy-arrays-from-binary-files)

    Comments

    comments powered by Disqus