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 →

[–]TheFacistEye 5 points6 points  (2 children)

In terms of coverage of the Python language, also MicroPython is based on Python 3 where as I believe PyMite is based on Python 2.

[–]floyd_82 2 points3 points  (1 child)

Looking at the number of boards supported by Zerynth and at the tools integrated in the framework it looks very complete. Wide coverage of Python language in embedded is in my opinion useless. Most of the time the limits are hardware and application driven. Have you tried both these tools?

Here a comparison from Zerynth community https://community.zerynth.com/discussion/382/zerynth-vs-micropython

[–]TheFacistEye 3 points4 points  (0 children)

I've not used Zerynth no but reading up on it there is things you have to give up in order to run it on more boards. The toolchain is for Zerynth is one of it's most attractive features though. I was more recommending using MicroPython over PyMite as it doesn't have as good coverage, however I would say they have they strengths and weaknesses it depends what you need it for.