Martin Thoma
Martin Thoma
¿Cómo soluciono 'ImportError: no se puede importar el nombre IncompleteRead'?
Cuando intento instalar algo con pipo pip3, aparece: $ sudo pip3 install python3-tk Traceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> load_entry_point('pip==1.5.6', 'console_scripts', 'pip3')() File "/usr/lib/python3/dist-packages/pkg_resources.py", line
¿Para qué sirve `--no-cache-dir` de pip?
Recientemente vi su --no-cache-diruso en un archivo Docker. Nunca había visto esa bandera antes y la ayuda no la explica: --no-cache-dir Disable the cache. Pregunta: ¿Qué se almacena en caché?
¿Cómo leo y escribo archivos CSV?
¿Cómo leo el siguiente archivo CSV? 1,"A towel,",1.0 42," it says, ",2.0 1337,is about the most ,-1 0,massively useful thing ,123 -2,an interstellar hitchhiker can have.,3 ¿ Cómo escribo lo