Compilar estáticamente python

Script to build static python2 binary static-python repo Nuitka python compiler Pex: executable python environments The Complex Path for a Simple Portable Python Interpreter

Procesamiento de lenguaje natural simple con Python y Textblob

Pues eso, la biblioteca TextBlob simplifica el uso de pattern, Natural Language Toolkit y Google Translate para llevar a buen puerto tareas de procesamiento de lenguaje natural como extraer los sustantivos de una frase, traducción, «análisis de sentimiento»…

Rastreando la ejecucion de codigo Python

Una de las virtudes de Python es que permite generar fácilmente una traza del código ejecutado. Para casos simples y rápidos, basta cargar el módulo trace: python -m trace -t script.py argumentos Si quieres hilar más fino (por ejemplo, rastrear lo que hace Django), puedes añadir algo como lo siguiente al punto de entrada de… Seguir leyendo Rastreando la ejecucion de codigo Python

Developing and deploying medium-load web applications

Nowadays, 5 simultaneous uploads of files in the 250MB-3GB range may be considered medium to low load, but it is also the most usual load in web services that are not offered by big parties like Twitter or Google. Let’s see what happened in such a real case scenario What went right It really helps… Seguir leyendo Developing and deploying medium-load web applications