RkBlog - Python, PHP, Linux

Blog about my programming experience with Django, Python, PHP and Linux and OpenSource projects.

Django

Django is a web framework with magical powers, that can't be removed ;) Check out some great tutorials about what can be done with this framework.

PyQt4 Tutorial

PyQt4 are Python bindings for the Qt library/framework for cross-platform GUI application running without problem on Windows, Linux or Mac.

Google Wave and Python

Google Wave can be extended using robots written in Python, and client-side gadget. Check how you can make your own robot with Python.

Python/Django freelance available - riklaunim@gmail.com

MongoDB data management in Python

Description of the pymongo driver and data management in schema-free MongoDB database

Simple mobile app in Titanium Developer

Creating mobile applications for iPhone and Android with Titanium Developer and JavaScript.

Configuring Android SDK and Titanium Developer

Installing and configuring Titanium Developer for developing native mobile apps for iPhone and Android with JavaScript.

PyQt4 in Maemo Fremantle

Installation and configuration of Maemo SDK (Nokia mobile OS for N900 and other phones) and PyQt4 libraries.

KDE3 is superior to KDE4

I can't stand KDE4 any more... the way apps behave (not as in KDE3, and/or not following common convention, not having basic features or options as in KDE3, or hiding those options far in the configs). Now I'm using less, and less KDE4 apps every day moving to other apps.

Prism spectroscope and some astronomy fun

Using simple prism spectroscope mounted on a telescope to observe spectrums of light bulbs, street lights, and Fraunhofer lines in solar spectrum.

Astrophotography and observations

Here you will find my astronomy observation logs, pictures and some interesting articles.

Using DHTMLXgrid in a Django application

DHTMLX grid is a complete grid solution for browsing and editing grid like, spreadsheet like data from various sources. This tutorial will show you how to connect server-side Django views with client-side xgrid features.

Harvesting data from websites using WebKit and PyQt4 - part 3

Gathering final data for ad urls (final page title and URL) using PyQt4 with QtSql module.

Harvesting data from websites using WebKit and PyQt4 - part 2

Extracting data from parsed HTML code of a website with WebKit and PyQt4