OK, the title might be a bit vague so let me first describe what this is all about: I've been working on Unix and Unix-like systems more or less exclusively for the last nearly 10 years. I switched from Windows to Linux right after the new millennium started and only started to look back a bit thanks to Windows 7. So now, for about three weeks, I can call a Windows-PC my own again (look what Starcraft2 can do to you). Since I'm still very much a Python guy (although I really like quite a few other languages) I naturally want to continue coding Python even on Windows.
This works pretty well if you don't do one of two things: (1) Prefer Powershell over cmd.exe or (2) require some C-extension for Python (like keyring's Windows integration). Getting all this working will definitely take some time, so in this post I want to write about some of my first steps and impressions.
Read more about "Seeing a Python through your Windows?" ...