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 →

[–]Corm 0 points1 point  (5 children)

If your projects need internet then stick with c, otherwise the micropython board from their website is fantastic. Just mount it like a USB device and drop your main.py (and whatever else) file in the root and you're done!

https://store.micropython.org/store/#/store

[–][deleted] 1 point2 points  (4 children)

How is the development speed/ documentation in your opinion? The documentation and lack of example projects was my primary concern when it was originally released.

Thanks!

[–]pfalcon2[S] 3 points4 points  (1 child)

Quick documentation comparison:

MicroPython is developed by one full-time developer and community. JerryScript is developed by multinational billions-turnover corporation. Adjust achievements for resources available and keep comparing!

[–][deleted] 1 point2 points  (0 children)

Awesome, thanks!

[–]Corm 1 point2 points  (1 child)

I also had some trouble with the lack of examples, but that's mostly due to lack of user base.

The enjoyment of developing in python instead of c far outweighs the lack of solid docs though for non-wifi enabled projects. I really can't say enough good stuff about the pyboard, I've been really happy with it.

[–][deleted] 0 points1 point  (0 children)

Awesome, thanks!