From 60dce549f0aa790c259e995c7bdcf76f2b9b4952 Mon Sep 17 00:00:00 2001 From: Garrett Berg Date: Thu, 7 May 2015 12:22:06 -0600 Subject: [PATCH] Updated Learn Micropython (markdown) --- Learn-Micropython.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learn-Micropython.md b/Learn-Micropython.md index 81ac833..ad50172 100644 --- a/Learn-Micropython.md +++ b/Learn-Micropython.md @@ -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)