Use Python to Save a Web Page

I wrote most of this a couple of months ago, but I forgot to post it…because well, I’m not great at this blogging thing yet. I’ll try to get better about that.

I finally finished up a post to a car forum that I follow to provide …

more ...

Configure VirtualEnv to run Python 2 and 3 Side by Side

Recently one of the tutorials that I have wanted to work on was actually explicitly for Python3. Since virtually everything else that I have worked on to this point is for Python2, I hadn’t really given any thought to the problem of how to continue to use VirtualEnv with …

more ...