m not a very regular contributor here, but we'd love have you (and
anyone else who's on the tutor list) join the edu-sig group for dinner
and open space, if you're so inclined... Our open space page is at
http://us.pycon.org/2010/open
Kent Johnson wrote:
On Tue, Feb 16, 2010 at 10:09 AM, Vern Ceder
I'm not a very regular contributor here, but we'd love have you (and anyone
else who's on the tutor list) join the edu-sig group for dinner and open
space, if you're so inclined... Our open space page is at
here.
So long and keep coding!
Kent
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
--
This time for sure!
-Bullwinkle J. Moose
-----
Vern Ced
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
--
This time for sure!
-Bullwinkle J. Moose
-
Vern Ceder, Director of Technology
Canterbury School, 3210 Smith Road, Ft Wayne, IN 46804
v
Ooops... missed a closing parenthese... that should be:
for n in range(10):
Vern Ceder wrote:
It looks like the indentation of n = n + 1 is wrong - it will be outside
of the while loop and so n will never increment and the loop will never
end.
Instead of a while loop I would suggest a
Enterprise
Application Development
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
--
This time for sure!
-Bullwinkle J. Moose
-
ption options:
http://mail.python.org/mailman/listinfo/tutor
--
This time for sure!
-Bullwinkle J. Moose
-
Vern Ceder, Director of Technology
Canterbury School, 3210 Smith Road, Ft Wayne, IN 46804
vce...@canterburyschool.org; 260-436-0746; FAX: 260-436-5137
The
m/NMN/go/157639755/direct/01/>
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
--
This time for sure!
-Bullwinkle J. Moose
-----
__
> Tutor maillist - Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>
--
This time for sure!
-Bullwinkle J. Moose
-
Vern Ceder, Director
c files in my current
> '/usr/lib/python2.5/lib-tk/'
> directory with the ones holding the same names unzipped from
> turtleDemo folder 'TurtleDemo-Python2.x' by author Gregor Lindl ?
>
>
Yes, that should work with Python 2.5, but probably not with any earlier
vers
epresentation of a list), you COULD just use eval():
>>> x = '[335, 180, 201, 241, 199]\r\n'
>>> y = eval(x.strip())
>>> print y
[335, 180, 201, 241, 199]
>>>
Regards,
Vern Ceder
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
r
--
This time for sure!
-Bullwinkle J. Moose
-----
Vern Ceder, Director of Technology
Canterbury School, 3210 Smith Road, Ft Wayne, IN 46804
vce...@canterburyschool.org; 260-436-0746; FAX: 260-436-5137
___
Tutor maillist - T
To run a Python file as a script, you'd need to do:
[da...@arch64 Python]$ python3 test.py
(or just ./test.py if it's executable and the interpreter is set using
'#!/usr/bin/python3')
When I do that, it works for me just fine without doubling the '{'
Cheers,
Vern
+ headers.get("Bcc", [])
TypeError: cannot concatenate 'str' and 'list' objects
Sorry, but I according to the recipe I don't need a Bcc.
Sorry, again, for such a simple question!
Cheers,
Garry
___
Tutor maillist
ich would be
the most pythonic way if writing these checks?
Thanks
Sander
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
--
This time for sure!
-Bullwinkle J. M
"if not n == 0", I
would think.
Cheers, Vern
--
This time for sure!
-Bullwinkle J. Moose
-
Vern Ceder, Director of Technology
Canterbury School, 3210 Smith Road, Ft Wayne, IN 46804
vce...@canterburyschool.org; 260-436-0746; FAX: 260-436-5137
_
ferences Python 3 as the interpreter on the she-bang
line, though, so that may not be the problem.
Just some guesses... I haven't got around to installing Python 3 yet.
Alan G.
Cheers,
Vern Ceder
--
This time for sure!
-Bullwinkle J. Moose
-
Vern Ceder, Di
mportError: No module named _tkinter
>>>
Any idea how this can be solved on Ubuntu 8.10. I don't have this problem
with the default Python installation (2.5.2)
Thank you
--
This time for sure!
-Bullwinkle J. Moose
-
Vern Ceder, Director of Technology
Since there was some interest in the question of how to get a full
Python 3.0, including Tkinter and IDLE, compiled on Ubuntu Intrepid
8.10, I've written up what I've done and posted it at
http://learnpython.wordpress.com/2009/01/14/installing-python-30-on-ubuntu/
Cheers,
Vern Cede
port division
>>> eval("3/2")
1.5
>>> eval("3//2")
1
>>>
Cheers,
Vern
--
This time for sure!
-Bullwinkle J. Moose
-
Vern Ceder, Director of Technology
Canterbury School, 3210 Smith Road, Ft Wayne, IN 46804
vce...@
Swaroop's Byte of Python has both 2.x and 3.x versions:
http://www.swaroopch.com/notes/Python_en:Table_of_Contents
Cheers,
Vern Ceder
Ian Egland wrote:
Hello all, I just joined this mailing list.
I am a beginner to programming in general and would really appreciate a
tutoria
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
--
This time for sure!
-Bullwinkle J. Moose
-
Vern Ceder, Director of Technology
Canterbury School, 3210 Smith
l in error, please notify the sender immediately
> and then delete it. If you are not the intended recipient, you must not
> keep, use, disclose, copy or distribute this e-mail without the author's
> prior permission. The views expressed in this e-mail message do not
&
e 'l'.
> Python 2.7 on win7x64. Thanks.
>
> --
> Have a great day,
> Alex (msg sent from GMail website)
> mehg...@gmail.com; http://www.facebook.com/mehgcap
> ___
> Tutor maillist - Tutor@python.org
> To un
were back
>> > ported or something. I would have expected the same for 2.7.1.
>> >
>> > --Bill
>>
>> I'm using Python 2.6.6 and I have a feeling you are not using python
>> 2.6.5 with Python3 syntax working. I could be very wrong, but just a
>> hunc
Tutor maillist - Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>
--
Vern Ceder
vce...@gmail.com, vce...@dogsinmotion.com
The Quick Python Book, 2nd Ed - http://bit.ly/bRsWDW
__
26 matches
Mail list logo