All posts tagged: programming

2007-12-20 16:51:16
I decided to give py2exe a go on the pipedemo example I just put up yesterday. It turned 2kb in to 16mb. Obviously, that's not very good for small applications. Though the bulk of it was because of wxWidgets being huge.

My next game (whatever it is) will probably be done with PyGame or python-ogre, and I may consider py2exe for that.

Comments (0) ++ Post Comment



2007-12-19 15:04:09
I added a small example in Python today.
Actually, I had done it before in C long long ago.

More soon hopefully.

Comments (0) ++ Post Comment



2007-12-07 13:50:48
If you do any sort of database programming, do yourself a favor and look at SQLAlchemy.

IMO, this is probably the greatest single piece of ORM/DB software I have ever used. Possibly the greatest overall. It answers every concern I've ever had with database programming. If you don't know Python, it's worth learning just to use SA.
[Read More]

Comments (0) ++ Post Comment



2007-11-13 16:18:02
I'm in the state of New Hamster until Thursday, but that won't stop me from writing about stuff.

While getting more in depth with Pylons, I realized that I'm not going to be able to use FormEncode. It's a shame cause I really would have liked it. There's a nice clean API, but for whatever reason doesn't have an easy way to customize error messages. I'm not sure if you have to create a custom validator for every element (that would be stupid), but I couldn't find a way beyond that.

I'm probably gonna have to make my own (again), but I want to try and retain some of the cleanliness of FormEncode. More info soon.

Comments (0) ++ Post Comment



2007-11-09 16:51:04
I'm getting to work with Pylons for an internal project at work.

I've missed it so. I haven't toyed with it since 0.9.4, and I was concerned by how much and how frequent it was changing.

Concerns eliminated -- have a nice day.

My only remaining qualm is that it depends on exactly 8 billion outside packages. But I can live.

More later...maybe...

Comments (0) ++ Post Comment



Latest Files
  1. ZAMN Editor - "Zurfl" - 2008-07-29 11:42:42
  2. Find and Replace - 2008-05-16 11:14:45
  3. Luhn Validation - 2008-03-12 09:38:16
  4. Drawing - 2008-01-07 14:01:36
  5. Pipe Demo - 2007-12-19 14:59:44

[«]   items[5:9]   [»]