About Micropython documents #13780
Replies: 5 comments 6 replies
-
There is the MicroPyhthon documentation at https://docs.micropython.org/en/latest/ |
Beta Was this translation helpful? Give feedback.
-
Often it's easier to install nginex or apache and put all documentation in a specific »/var/www/html/docs/« subdirectory. Manually build an index.html and voila… |
Beta Was this translation helpful? Give feedback.
-
No. MicroPython is small. There is no room for detailed documentation inside the interpreter. |
Beta Was this translation helpful? Give feedback.
-
"The socket module is documented in Micropython. " |
Beta Was this translation helpful? Give feedback.
-
It seems that you did not read what I wrote and the idea I tried to convey. But let me make life easier for you: https://docs.python.org/3.9/library/socket.html?highlight=setsock#socket.socket.setsockopt |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a Python hobbyist and I have often wondered where to find the documentation for modules, classes, functions, function parameters and function return values. Eventually I found a way to get Linux desktop python docs to read like:
But is there a similar function in Micropython, e.g. in REPL?
In Thonny the previous one works somehow but I have not managed to get the parameters of the functions visible:
Thonny only shows the names of the functions in the class, but does not show the parameters and return values of the functions.
Is there any way to show function parameters and return values?
Beta Was this translation helpful? Give feedback.
All reactions