Starfields and Galaxies with Python

by By: Kerim in natural | pygame | python | tutorial

A long time ago i spend a lot of my resources programming fractals and "natural" phenomenons. Since my last adventure with pygame i was playing around with the idea of implementing some algorithms of old times in python anew and ...

MailSneaker - Part 4: small snipplets to wrap things up

by By: Kerim in python | tutorial

MailSneaker Part 4: Wrapping it up the simple way

In the last three sessions we made some mailfetchers for pop and imap accounts (session 1 and session 2) and created a small app with a systemtray-/taskbaricon (session 3).
What ...

MailSneaker - Part 2: POPing and pickling !

by By: Kerim in python | tutorial

Ok .. last time we made a small imap fetcher.
I got some remarks that it would only look in the INBOX and that might not be what we want.
Just include a new parameter in the fetch method with the ...

MailSneaker - Building a mail account watcher !

by By: Kerim in python | tutorial

We are going to buid a small program to check periodically for our mails. And to make it as unobtrusive as possible we let it settle in the taskbar, check for mails and (if there are new mails) it will ...