Archive for the “python” category

inotify – Linux File System Activity Monitoring

0Milinda10th Nov 2008c programming, linux, linux tips, php, programming, python, ruby

inotify is a Linux kernel subsystem which monitors Linux file system operations, such as read, write, create and delete. It was included in More »

Beauty of Python Part 2: First Class Functions

2Milinda8th Aug 2008python

In this post I am going to describe first feature from the list of Python features I have mentioned in the previous article. More »

Beauty of Python Part 1: Introduction

1Milinda6th Aug 2008python

hile doing some research about Python modules and namespaces I found this nice presentation about features provide by Python but not available in More »

Consuming Web Services in Python

0Milinda5th Aug 2008python, wsf-python, wso2

Here is a sample client that I write to test WSF/Python 1.0.0alpha implementation. It talks to yahoo REST search API using WSF/Python. #!/usr/bin/env More »

Python 2.5 C API doesn’t support convertion of PyFloatObject, PyIntObject and PyLongObject to PyStringObject

0Milinda4th Aug 2008python

These days I am developing WSF/Python which is a Python extension for consuming and providing Web Services in Python. This extension is develop More »

WSO2 Web Services Framework for Python 1.0.0alpha released

0Milinda25th Jul 2008python, wsfc, wso2

WSF/Python is the Python language extension to WSO2 WSF/C. This enables you to consume/provide Web Services both with SOAP and REST. You can More »

The importance of Ruby’s method missing concept

1Milinda21st Jul 2008python, ruby

To be frankly, I don’t have any previous experience with Ruby programming. I first looked at Ruby code(WSF/Ruby source), when I started to More »