-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I was curious if this idea would be helpful or something I could try to contribute. I'm trying to teach myself python while improving a course for a non-profit. I had an idea and started learning this library. I really enjoy using it. Since everything we do is in jupyter notebooks (for practice) and uses standard .py files (for assignments). I'd like to take this to the next level and show students how to learn using the turtle but in a more interactive environment. This way they can just run play and see their progress instantaneously next to the instructions.
However, this also presents some caveats. Students will have to learn the differences in syntax for ipyturtle3 as they are referencing this library, rather than the standard turtle and there seem to be some missing functions that exist in turtle that do not in .ipyturtle3. I am relatively new to programming in python myself, as I am a student in college. My primary language is C#, and I am still learning this as well.
Do you have any tips or tricks or ways I could start on this as a side project? I have been taking extra steps to teaching myself programming and wanted to help.