Are there some tools that can support python2.7 just like MicroPython?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
victor yang
Posts: 1
Joined: Thu Aug 30, 2018 8:03 am

Are there some tools that can support python2.7 just like MicroPython?

Post by victor yang » Thu Aug 30, 2018 8:32 am

Hi.

We already wrote some code, but it took too much memory with python 2.7.
We just use the normal x86 machine, not the embedded situation.
And we want to find a solution like MicroPython to support python 2.7, while MicroPython docs show it only support python3.*.

Question one : Are there any good tools like MicroPython to support python 2.* ?

Question two : If we select to use MicroPython, can it run smoothly with normal machine?
And we might intall some other python plugins at the same time.

Wish to get your responses.

Post Reply