Hi! I was having a bit of nostalgia today, and thought I'd try to write a
simple, old school BBS. I found the 'paramiko' library, and I've got
something I can SSH into that would have impressed my 1990's self.
I found some example code of the "threading" library, and I've managed to
use it to ta
There is a not-very-obvious 'Download Code' link at the very bottom of the
article.
Direct link:
http://en.literateprograms.org/Special:Downloadcode/Bresenham%27s_line_algorithm_%28Python%29
On Tue, Sep 21, 2010 at 4:13 PM, Emile van Sebille wrote:
> It looks like they've got you assembling t
Hello,
I'm having trouble with this small example program:
http://en.literateprograms.org/Bresenham%27s_line_algorithm_%28Python%29
When I run it, I only get a blank grey window. I'm running Python 2.6 under
Windows XP.
If there's a problem with the code, I can't see it... it seems like it
shou