+ 1
I am unable to do turtle programming in Python. Is any software tool not installed to run that?
it is important lesson for beginners, why sololearn has not installed desired tool for that?
7 Respostas
+ 27
@kuba I tried it but PyQt5 isn't supported
https://www.sololearn.com/Discuss/1062655/?ref=app
+ 24
@kuba EDIT: Solved ! by the way wish you the best sir thanks , you gave that library some hope to be installed :) 😁
+ 9
Sololearn application does not execute the code, it sends your script to an interpreter on a virtual machine and delivers you just the output. You have to have an offline interpreter installed on your device.
I really recommend PyDroid3, if you are usong an Android device. Works like a charm for most of my applications, does support GUI (at least matplotlib and kivy) and has Py 3.6.2 inside.
+ 6
PyDroid 3 on Google Play:
https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
+ 6
@warlord PyQt5 is supported, it is one of the default samples when you download the application. It requires having another application - Ministro - installed, though. It manages the shared Qt libraries.
+ 2
how if i have smartphone?
+ 2
Thanks Kuba