2072 private links
Python Challenge home page,
The most entertaining way to explore Python. Every puzzle can be solved by
a bit of (python) programming.
Hunter is a flexible code tracing toolkit. . Contribute to ionelmc/python-hunter development by creating an account on GitHub.
A fuzzer for APDU-based smartcard interfaces. Contribute to petrs/pyAPDUFuzzer development by creating an account on GitHub.
FlashText is 28x faster than Complied Regex
SinglePaged - Simple Jekyll template. Contribute to t413/SinglePaged development by creating an account on GitHub.
A "Best of the Best Practices" (BOBP) guide to developing in Python. - bobp-python.md
detect memory leak by LD_PRELOAD, without changing the target program - WuBingzheng/libleak
+1000 !
Merge your code efficiently
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.
Wow. Le Dark mode pour tous les sites. Et ça rend super bien !
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)
In everything we do, we play the long or the short game. The short game is easy, pleasurable, and offers visible and immediate benefits. But it almost never leads to success. Here's how to play the long game.
stderr in red.
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 ah, c'est génial ! Un bug lié à la rétrocompatibilité datant de 1974.
Ouais, ce bug a 44 ans et Windows 10 en souffre toujours :)
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.