Browsing Python source code with Vim

Two tools I find very useful when navigating large C code-bases with Vim are ctags and cscope. Read more

Similar

Playing Games with Python

I’ve been working for a while now on a bot that plays video games. I needed a way to capture the screen and send input to the game that was fast enough to let a bot interact with it in real time. I… (more…)

Read more »