Updated Learn Micropython (markdown)

Garrett Berg
2015-05-07 12:22:06 -06:00
parent 7a97640531
commit 60dce549f0

@@ -11,7 +11,7 @@ Python is an easy to learn, well documented programming language. Learning pytho
- [learn python the hard way](http://learnpythonthehardway.org/book/) -- a certain style of learning that works well for many people. The "learn by doing" approach.
- Videos are a great way to learn
- [Google python class](https://www.youtube.com/watch?v=tKTZoB2Vjuk)
- *Please post more helpful **full classes** for beginners*
- *Please post more helpful full classes for beginners*
## Diving into micro-python
Now that you have learned the basics of python, it is important to review the [[Differences to CPython|Differences]] wiki page. Micropython supports surprisingly large part of the python language including numeric types, strings, tuples, lists, dictionaries, classes (with inheritance) and many more. However, it's "batteries included" philosophy is reduced in order to keep everything small, with the standard library modules being supported in [micropython-lib](https://github.com/micropython/micropython-lib)