Tag Archives: python

MontrealPython Logo

Check out the logo I made for the local MontrealPython group.
Can you guess the font?

PHPRunner

Have you ever wanted to quickly test out a PHP function or block of code, but been annoyed at how long it takes to open up your editor, write the code, save the file, and then view it in your browser? (I’m assuming you have a local server for testing these sorts of things)
Well, I know […]