Articles by brian

Preserve Your Sanity When Dealing with Unicode in Python

I have not yet played with python 3, which sounds like it makes working with Unicode easier.

In python 2.x, working with Unicode can be annoying, but when you remember this rule of thumb, it's much easier and allows you to keep your sanity:

Always use unicode strings ...

Simpler C Development Environment

If you're on Windows and you had problems installing Cygwin, there is another package that includes GCC called "MinGW" (minimalist GNU for Windows). Download and run the MinGW installer.

Go through the installer and keep clicking the defaults. It will then download and install several other packages. When the ...

The Best Development Tools

There are two kinds of great software development tools:

  1. Those that do one thing exceptionally well.
  2. Those that allow you to communicate better with your coworkers.

In some rare cases, you may find that the same tool lives in both categories.

Without an insane focus on exactly one mission, tools ...

« Page 15 / 19 »