Installation.

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
Yammers
Posts: 2
Joined: Thu Jul 18, 2019 12:28 pm

Installation.

Post by Yammers » Fri Aug 02, 2019 12:24 pm

Is there a micropython widows software like audrionos where you do all the code from an interface then upload it to whichever board you are using.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Installation.

Post by jimmo » Fri Aug 02, 2019 12:45 pm

Depending on which board you have (especially BBC micro:bit or CircuitPython or a few others), then https://codewith.mu/ is a great start if you have a supported board.

For everything else:
- I've seen a few references in this forum to https://thonny.org/
- I think the PyCharm plugin is relatively popular https://blog.jetbrains.com/pycharm/2018 ... r-pycharm/
- And also people on the forum talk about http://docs.dfrobot.com/upycraft/

Post Reply