Modifications

Sauter à la navigation Sauter à la recherche
211 octets ajoutés ,  25 février 2022 à 17:57
Ligne 7 : Ligne 7 :     
A large part of standard Python libraries have been ported to MicroPython (partially or completely). Keep in mind that MicroControler doesn't have as much power and as much memory than a regular computer. So choice has been made: no gregorian calandar, no numpy (it exists some port anyway), no TKinter.
 
A large part of standard Python libraries have been ported to MicroPython (partially or completely). Keep in mind that MicroControler doesn't have as much power and as much memory than a regular computer. So choice has been made: no gregorian calandar, no numpy (it exists some port anyway), no TKinter.
 +
 +
Here some fundamentals about the Python language himself:
 +
* [https://www.pythoncheatsheet.org/#Python-Basics www.Python'''Cheat'''Sheet.org] - Anyone can forget how to make loop, list, sclice, math operator...
    
== Print and Waits ==
 
== Print and Waits ==
29 917

modifications

Menu de navigation