Start programming python!

Written by Lucas, on Wed 15 April 2009, 17:32:39



Source: www.xkcd.com

Comments (2)

VPS

Written by Lucas, on Wed 04 March 2009, 20:04:30

I recently ordered my own VPS, so I finally can create websites with my favourite programming language python! I finished my first website already: http://www.lucasvandijk.nl :) This site is created with the amazing webframework Django. I was amazed how fast I had the website working.

And because I have a VPS, I'll rewrite this site too in python, so I can migrate this site to my VPS. The layout won't really change, but I think I'll make some small changes. All the big will happen 'behind the scene', the coding. I will rewrite my portfolio, project system, and 'subsites' like my Pocket Physics will get there own layout.

I have no idea when I finish the new version, but at least before september :)

Comments (1)

Lucky IRC Bot v4 Alpha 1

Written by Lucas, on Wed 04 March 2009, 17:16:42

Well, after quite some time, the time has now come to release the first alpha of my Python IRC Bot! I'm quite suprised how well it already works, but there a lot of things still to be done.

Alpha 1 Features:
  • GUI and Console Mode
  • Multiserver, it can connect to multiple servers
  • Multichannel, it can join multiple channels
  • Nice plugin system
  • Which are quite easy to create
  • Authentication system
  • Multilanguage (depends on some plugins), currently only english is available ;)


Download
http://code.google.com/p/luckybot/downloads/list

Read more - Comments (0)