Re: Cheapest pocket device to code python on

2005-12-03 Thread adDoc's networker Phil
. I could actually touch-type on the psion (a genuine [/]pocket computer!) but I was looking forward to eventually writing a key mapper (new key layouts are always an aggravation) . my plans were snipped in the bud however, because I got cheap and tried to sneak around the warranty with a

Re: about invalid syntax

2005-11-15 Thread adDoc's networker Phil
[EMAIL PROTECTED] wrote: On 11/14/05, adDoc's networker Phil [EMAIL PROTECTED] wrote: . maybe you could separate your code into parts { python std, pythonwin-specific},and then use a debugger to know most of the problem sources? (I'm not familiar with pythonwin, I assume it's a superset of python std

Re: about invalid syntax

2005-11-14 Thread adDoc's networker Phil
. maybe you could separate your code into parts { python std, pythonwin-specific}, and then use a debugger to know most of the problem sources? (I'm not familiar with pythonwin, I assume it's a superset of python std) .On 11/14/05, Ben Bush [EMAIL PROTECTED] wrote:When I run scripts in PythonWin,

Re: Cheapest pocket device to code python on

2005-11-04 Thread adDoc's networker Phil
On 3 Nov 2005 19:55:03 -0800, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:What is the cheapest/affordable pocket device that I can code python on? I think the closest I have seen is pocketpc from this page:http://www.murkworks.com/Research/Python/PocketPCPython/Overview Cameron Laird [EMAIL

Re: New project coming up...stay with Python, or go with a dot net language??? Your thoughts please!

2005-10-05 Thread adDoc's networker Phil
On 10/4/05, Cameron Laird [EMAIL PROTECTED] wrote: Python IS a dot net language URL: http://ironpython.com/ . . that is the site it was born at; but microsoft has actively adopted it here: IronPython 0.9.2 (9/22/2005) [EMAIL PROTECTED]

Re: First release of Shed Skin, a Python-to-C++ compiler.

2005-09-10 Thread adDoc's networker Phil
experimental Python-to-C++ compiler.why that instead of Pypy? . pypy compiles to llvm (low-level virtual machine) bytecode which is obviously not as fast as the native code coming from c++ compilers; but the primary mission of pypy is just having a python system that is written in something

tutorials/basic (Re: learning python)

2005-09-06 Thread adDoc's networker Phil
. on-line tutorials? hundreds of e-books sorted by subtopic http://www.awaretek.com/tutorials.html -- Python Newbies should visit our Python411 Podcast Series Page http://www.awaretek.com/python/index.html -- Python for Mobile Devices http://www.awaretek.com/pymo.html Table of Contents

tutorials / text or web processing (Re: learning python)

2005-09-06 Thread adDoc's networker Phil
. need specifics on text or web processing? dozens of tutors.py sorted by subtopic http://www.awaretek.com/tutorials.html Table of Contents [rearranged] [ beginner`s applications ]: *Text and String Processing (3)* . *Unicode (4)* *Regular Expressions(5)* *HTML and XML (14)* *Internet: