ipython - Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
This post aims to introduce a very useful tool to debug low-level issues in Python, how to enhance it and finally how to solve two annoying common problems.
1. Debugging Python with gdb
All the basics are there : https://wiki.python.org/moin/DebuggingWithGdb
Tl;dr :
gdb -p $(pgrep -f …
prospector - Inspects Python source files and provides information about type and location of classes, methods etc
cymem - Gate Cython calls to malloc/free behind Python ref-counted objects
How to generate QRCodes using Python
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 …
As a tabletop RPG game master, whenever I need to imagine a universe background for a scenario, I need illustrations to picture myself the atmosphere, and get some inspiration. I usually simply surf the web from blog to blog, or spend some time on inspirational websites like DeviantArt, Tumblr, Unurth …
This tutorial provides an example of how Pandas (in Python) can be used for data exploration and analysis.
colaboratory - Jupyter CoLaboratory
A simple tutorial to teach you how to embed JavaScript chart libraries into an IPython Notebook.
awesome-python - A curated list of awesome Python frameworks, libraries and software. Inspired by awesome-php.