mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Updated Learn Micropython (markdown)
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user