[Python-es] Python week (free learning)

2015-10-12 Por tema Toni .
ented programming" Hoy: "Building Machine Learning Systems with Python" Si no resulta interesante, pido disculpas desde ya. Un saludo Toni ___ Python-es mailing list Python-es@python.org https://mail.python.org/mailman/listinfo/python-e

Re: [Python-es] OverflowError: Allocated too many blocks

2017-01-10 Por tema Toni .
Sin ser un experto, intentando aportar mi granito de arena, mirando la documentación de numpy para fromfile podrías usar count para especificar el número de items que quieres cargar y seek del file to calcular el offset en cada iteración. O bien puedes usar memmap que parece que lo hace por ti: ht