27 April 2026
ShinchanI also want to learn
This group is for python programming not for ready made tools for other purposes
Ri couldnt find it
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.
CIs there a good resource for learning Python from scratch?
Because you can learn python from scratch? I didn't knew it
Hydro ツBecause you can learn python from scratch? I didn't knew it
I mean learning from the beginning
CIs there a good resource for learning Python from scratch?
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
28 April 2026
Musk ElongWhy I got errors when I print:
print(" /\\")
print(" / \\")
print(" /____\\")
print("| |")
print("|__|")
In [1]: print(" /\\")
...: print(" / \\")
...: print(" /____\\")
...: print("| |")
...: print("|__|")
/\
/ \
/____\
| |
|__|