Tag Archives: python

xotl.ql meets Pony ORM

A few days ago, I discovered Pony ORM: A project that shares our vision of having queries in Python with a natural (pythonic) syntax. Pony is much older than xotl.ql, and is deemed much more stable. We have drafted a … Continue reading

Posted in Blogroll | Tagged , , , , | 2 Comments

New release of The Pythonic Query Language

After a few days of my last post introducing the pythonic query language (xotl.ql); I’ve found a little bit of time to fix a pending bug with the last release. I’m now almost confident that the last release 0.1.7 could … Continue reading

Posted in Blogroll | Tagged , , | Leave a comment

Python’s self in C#

Reading the .NET LINQ docs [LINQ] has struck me with a surprise. C# has the explicit self calling scheme of Python. I’m working on a query language for Python [XOTL-QL], but I’m not changing a the language for it to … Continue reading

Posted in Blogroll, programming | Tagged , , | Leave a comment

Debugging Django with Pydev

I’ve been off my blog for a while because I’ve changed my job. My current job has brought me back to Python and also back to Django. I’ve never really got away from Python, I kept reading the news, several … Continue reading

Posted in programming, python | Tagged , , , | Leave a comment

Subversion Nautilus Scripts (pre post)

I have found a very nice set of scripts for nautilus that put subversion actions as a “context” menu. This set of scripts is quite useful most of the time, but there are a few drawback I wish to address. … Continue reading

Posted in Blogroll | Tagged , ,

A Tale on Functional Programming

I’m becoming a “fan” of functional programming. Since I started to study it I changed my way of thinking about programming (for those interested in the topic I recommend the blog Valued Lessons.) Maybe because, long ago, I needed a … Continue reading

Posted in Blogroll | Tagged ,