Archive | November, 2006

20 November 2006 ~ 0 Comments

Python at MIT

Looks like MIT will be using Python for at least one of their introductory programming classes.
Via: Titus Brown

Continue Reading

20 November 2006 ~ 0 Comments

Bayesian spam protection with Python

Jkx explains how to protect your Python-based blog with Bayesian filters using Reverend.

Continue Reading

20 November 2006 ~ 0 Comments

Spidering with Linux

IBM DeveloperWorks explains how to build a web spider on Linux:
Web spiders are software agents that traverse the Internet gathering, filtering, and potentially aggregating information for a user. Using common scripting languages and their collection of Web modules, you can easily develop Web spiders. This article shows you how to build spiders and scrapers for [...]

Continue Reading

20 November 2006 ~ 0 Comments

More Django book chapters

Looks like they skipped over Chapters 7 and 8 for now, but Chapter 9 is up.

Continue Reading

20 November 2006 ~ 0 Comments

Tutorialicious tutorials

Tutorialicious is like Digg/Reddit for tutorials, including a Python category. Cool.

Continue Reading