Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
beginner
#2
Python 3.6.5 without a doubt. To install, follow these tutorials (I recommend not to do it any other way, as these tutorials are complete and correct, except perhaps python version number (currently 3.6.5)):
python 3.6 install here
for simple GUI you can use tkinter
If you are going to be using more comples GUI window (and it appears that may be possible) I would recommend wxpython (phoenix) or Qt5 (pyqt5).
For your serial communications, you can use pyserial.

once you have python installed, you can install packages using pip
Reply


Messages In This Thread
beginner - by Kyrophis - Jun-26-2018, 04:58 PM
RE: beginner - by Larz60+ - Jun-26-2018, 05:25 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020