Hello EAnder - welcome to DaniWeb. I myself only got into Python about a year ago, after deciding to give up on Java and C++; luckily I found that Python is fast, easy, and most importantly, fun.
Anyways, to get back on topic, I created the basis for a sort of artificial intelligence a while back, but gave up on it after a little bit. I hadn't gotten into making the computer give feedback/sentences to the user, but it's able to recognize around 2500 words (plurals, all conjugations, etc.) based on word lists it reads from/writes to. I've always really been interested in AI and such, and after looking at Eliza, decided I'll try rebuilding my old AI and try to figure out ways to streamline/advance it.
I don't know of any tutorials on AI or AL, but just started programming my AI from my own ideas. Due to this, my system might be badly designed, but if I make any significant advances in the next while, I'll post my source here on DaniWeb for you to look at.
Good luck with your programming!