top | item 138643

Ask YC: Python implementation

1 points| dkd | 18 years ago | reply

which python implementation would be good for windows platform with GUI + serial comm: connectivity?

thanks.

1 comment

order
[+] dkd|18 years ago|reply
I also did some research on that and found out as follow:

- there are mainly 2 implementations: CPython and Jython, but i guess i will follow CPython...

- for serial comm: i found this page. http://pyserial.sourceforge.net/

- I still don't know which one is good GUI module (easy and nice API)

...funny that i am the only one answering my own question.. :o)