Updated FAQ (markdown)

Garrett Berg 2015-05-07 13:55:13 -06:00
parent 42bc807983
commit 3bf8125619
1 changed files with 8 additions and 9 deletions

17
FAQ.md

@ -1,18 +1,17 @@
#FAQ
Here are a list of frequently asked questions and answers
> **What are the differences between micropython and standard python (CPython)?**
**What are the differences between micropython and standard python (CPython)?**
Please see the [[Differences]] wiki page
> Please see the [[Differences]] wiki page
> **How big is micropython? How much memory does it take?**
**How big is micropython? How much memory does it take?**
[please answer]
> [please answer]
> **How fast is micropython?**
**How fast is micropython?**
Check out the **[[Performance]]** wiki page. Generally speaking, it can run up to 10x **(? is this right ? )** faster than CPython and use far less memory.
> Check out the **[[Performance]]** wiki page. Generally speaking, it can run up to 10x **(? is this right ? )** faster than CPython and use far less memory.
> **How many platforms are supported by micropython**
**How many platforms are supported by micropython**
All standard OS's are supported (Mac, Windows, Linux), as well as [[these embedded platforms|Boards Summary]]
> All standard OS's are supported (Mac, Windows, Linux), as well as [[these embedded platforms|Boards Summary]]