Today I used the Core Foundation for the first time in, well, ever. Again, the state of Apple’s documentation is apparent - the reference material is pretty good, but if you want to learn how to use CFString for example, you’re not going to find step-by-step instructions (ala Inside Mac) on how to do these things.
(more…)
Comments Off
For one of our current projects we are using Python as an interface to a database as well as using Python to write CGI scripts containing data from our database. The purpose of this article is to shed some light on how we use Python to accomplish these tasks.
(more…)
Comments Off
One of the neat things about Python is that it’s very readable - even when you’re learning a module you’ve never seen before.
(more…)
Comments Off
Over the last week or so, I’ve had the experience of using wxWidgets with Unicode. I read a fair number of Unicode Character Charts, and read the wxMBConv classes overview, and still didn’t get it.
Until a few days ago, when everything clicked. Here my knowledge then, hopefully in a better form than what’s in the wxWidgets documentation.
(more…)