Modifications

Sauter à la navigation Sauter à la recherche
17 octets ajoutés ,  25 février 2022 à 17:59
Ligne 8 : Ligne 8 :  
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:
+
Here some fundamentals helps about the Python language himself:
* [https://www.pythoncheatsheet.org/#Python-Basics Python'''Cheat'''Sheet.org] - Anyone can forget how to make loop, list, sclice, math operator...
+
* [https://www.pythoncheatsheet.org/#Python-Basics Python'''Cheat'''Sheet.org] - Anyone can forget how to make loop, list, dictionary, slice, math operator...
    
== Print and Waits ==
 
== Print and Waits ==
29 917

modifications

Menu de navigation