Re: [Tutor] Loop comparison

2010-04-16 Thread Ark
Hi. Thanks for everyone answers.  It's true, hehe, it's not a  benchmark or anything like that.  I hadn't taken into account compiler optimizations, but I have learnt a lot in this thread. About the Java code, Bigints are used. ark ___

[Tutor] Loop comparison

2010-04-15 Thread Ark
slow. Maybe Java optimizes this case and Python doesn't. Not sure about this.} Thanks ark ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

[Tutor] programming tic tac toe

2008-08-20 Thread Ark
ike a solution using lists because it would be useful for example in C too, but I have been thinking about another way to represent a board. Ark ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Help with plugins

2007-07-03 Thread Ark
Hi! First, my english may be bad, so I apoligize. This is the first time i mail the list and it's about something i've been investigating, but i haven't found enough information. I want to learn how to do extensible aplications using plugins. I've found some how tos an tutorials, but they're not