Search found 3 matches

by BinaryBen
Tue Jul 05, 2016 6:52 am
Forum: General Discussion and Questions
Topic: Using MicroPython in Place of Python?
Replies: 7
Views: 6552

Re: Using MicroPython in Place of Python?

Thanks for the input everyone! :mrgreen: In regards to using MicroPython instead of CPython, my hope is to use my RPi board/s to program other systems like an ESP8266/85 (and eventually ESP32) based systems/boards/projects/whatever. My thinking is that by using MicroPython on the system I am using t...
by BinaryBen
Sun Jul 03, 2016 10:48 am
Forum: General Discussion and Questions
Topic: Using MicroPython in Place of Python?
Replies: 7
Views: 6552

Re: Using MicroPython in Place of Python?

Curious, so is this as simple as changing a few flags or paths to a particular "Python interpreter", or something like that? Or is this likely to require major rewrites of applications to support MicroPython?
by BinaryBen
Sat Jul 02, 2016 3:00 pm
Forum: General Discussion and Questions
Topic: Using MicroPython in Place of Python?
Replies: 7
Views: 6552

Using MicroPython in Place of Python?

Hi, I'm new to MicroPython (and Python at all really). I'm trying to understand, is it possible to use MicroPython in place of a "full" version of Python? For example, I have a Raspberry Pi with piCore (a port of Tiny Core Linux) which includes MicroPython by default, because it is lightweight like ...