2069 private links
Whatever your programs are doing, they often have to deal with vast amounts of
data. This data is usually represented and manipulated in the form of strings.
However, handling such a large quantity of input in strings can be very
ineffective once you start manipulating them by copying, slicing, and modifying.
Why?
Let's consider a small program which reads a large file of binary data, and
copies it partially into another file. To examine out the memory usage of this
program, we will use memory_
We found our hard to diagnose Python memory leak problem in numpy and numba using C/C++. It turned out that the numpy array resulting from the above operation was being passed to a numba generator compiled in "nopython" mode. This generator was not being iterated to completion, which caused the leak.
A new OS for connected devices. Create a greener, safer and faster interconnected world with SynapOS., the new opereating system for a new connected world.
(MicroPython)
I am a big fan of Dave Whyte’s vector animations, like this one: It was generated using a special animation language called Processing (here is Dave …
Un super article pour comprendre un peu plus Pandas et améliorer sa consommation mémoire.
via http://indexerror.net/5144/explosion-de-la-ram-en-utilisant-dataframe?show=5228#a5228
Ah c'est super cool ça !
Un gars a utilisait mon module Pythob MSS dans son application pour changer en temps réel la couleur des spots. Le rendu est terrible !
La description est :
Synchronise Philips Hue lights with computer display. Runs on Linux, Mac and Windows.
Une jolie release dis donc !
Encrypted Python Execution. À voir.
Euh... Chaud !
Python n'est pas toujours intuitif :)
Une release foireuse arrive même au meilleur :)
Sinon, une grosse release de MyPy, c'est cool !
Intéressant comme tout. Dans ma boîte actuelle, nous avions rencontré les mêmes problématiques sur Nuxeo Drive, à quelques centaines de millier de lignes de code près :D
Petit mémo pour compiler Python sur Rpi.
Une joie rétrospective des 15 années de développement de PyPy. Un travail monstre, grand bravo à toute l'équipe !
Quelques bonnes habitudes à avoir pour bien utiliser Python.
Wow !
Guido prend une retraite bien méritée.
Je ne sais pas comment faire mieux : merci pour Python et pour toutes ces années de service pour la communauté.
Une telle personnalité, je suis heureux d'avoir connu ça, peut-être même qu'on se croisera un de ces jours. Bon vent !
This interview with Trey Hunner discusses his use of automated tests to help teach programming.
Et voilà la nouvelle de l'année !!
Python 3.7 is officially released. In this article you'll do a deep dive into some of the biggest pieces of news and new features in the latest and greatest CPython release.