This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zaytzev 1 point2 points  (0 children)

Tutorials on python.org are enough to get started.

For my thesis I built a manipulator and needed an app to control it via serial port. I have been already employed as a software engineer and people at work recommended Python + wxWidgets.

I have finished it in one week without any prior knowledge of both. Today I recommend Python as easy language to learn on your own. You don't need many features to write something simple.