Ask YC: Python implementation 1 pointdkd18 years ago1 commentSaveHideCopy link On HNwhich python implementation would be good for windows platform with GUI + serial comm: connectivity?thanks.Comments−dkdOP18yI 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)
Comments
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)