+ 2
Is there a tutorial on Turtle( which is used in python for drawing and graphics) available on Sololearn?
I want to learn about implementation of graphics in python, i know a few things about using turtle and want to know more. I really like the way they teach coding on this app, it makes learning fun. So, It would be really helpful if you guys could tell me if a tutorial is available for same on Sololearn app. If not where can i learn it for free?
3 Answers
+ 10
Yes they're is a way.
This may help you.
https://code.sololearn.com/WNSgTBRq6Wuj/?ref=app
+ 4
Sorry, there are no tutorials for turtle in sololearn. But Burey has a way to run them in sololearn editor - there is a little tutorial too.
Check it out.
https://code.sololearn.com/WTj6PC3737Cd/?ref=app
https://code.sololearn.com/WdIxyN2mxjZ1/?ref=app
https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app
https://code.sololearn.com/WcU7a19Js1ny/?ref=app
+ 1
Seniru Pasan thanks a lot, this is a really cool way to run python code and use turtle. Although it doesn't help in learning about turtle, but still I appreciate these codes.