Re: [Edu-sig] Which shell to use

2011-03-11 Thread Laura Creighton
This can be fun to use - or at least I assume the 3.x version is as much fun as the 2.x version. http://ipython.scipy.org/moin/Python3 Laura ___ Edu-sig mailing list Edu-sig@python.org http://mail.python.org/mailman/listinfo/edu-sig

[Edu-sig] Dinner and a BoF

2011-03-11 Thread Vern Ceder
Everyone at PyCon, I've reserved Hannover E (check the Open Space board to confirm that) for about 7:30 pm tonight (Friday). Since my talk is the last one of the day, and immediately follows the panel, we can figure out dinner plans then. If anyone has a suggestion or preference for a restaurant,

[Edu-sig] Programming challenge:

2011-03-11 Thread Kirby Urner
=== makingmath.py === make math your own -- Maria Droujkova def makepi(): stub function Ramanujan's freakish formula http://worldgame.blogspot.com/2008/02/reflective-fragment.html # using_gmpy() # using_decimal() # using_whatever() return 3.14 ===

Re: [Edu-sig] Eclipse as Python3 IDE

2011-03-11 Thread Robert
On 2010-06-27 18:03:56 -0400, kirby urner said: Some of you may be familiar with the O'Reilly School of Technology (OST) and its use of Eclipse as a front end to accredited courses in the many languages, databases and so on. Rather than use the free-standing Eclipse, which is an option, you

Re: [Edu-sig] Eclipse as Python3 IDE

2011-03-11 Thread kirby urner
I can understand why they did it. They haven't won me over to eclipse though. I just find the interface too busy for my liking (although that could just be the way they ahve it setup for the school). If I am doing a few scripts I use Vim but I recently purchased PyCharm from the Jetbrains