Archive for October, 2006

WordPy 0.2 - Using XML to Save and Load Data

Tuesday, October 24th, 2006

All right, so we have our base WordPy application running, so let’s try to extend it a bit more by letting you load and save blog posts to and from an xml file. Please note that this tutorial simply shows one method of saving and loading data using xml, there are many different methods […]

Popularity: 30%

IronPython Hello World Tutorial

Monday, October 2nd, 2006

As some of you may have heard IronPython 1.0 has been released. If you don’t’ know what IronPython is, it’s:
a new implementation of the Python programming language running on .NET. It supports an interactive console with fully dynamic compilation. It is well integrated with the rest of the .NET Framework and makes all .NET […]

Popularity: 28%