X Tutup
The Wayback Machine - https://web.archive.org/web/20201204225821/https://github.com/PythonTurtle/PythonTurtle/issues/102
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More advanced levels with stunning examples #102

Open
bittner opened this issue Sep 16, 2018 · 5 comments
Open

More advanced levels with stunning examples #102

bittner opened this issue Sep 16, 2018 · 5 comments
Labels

Comments

@bittner
Copy link
Member

@bittner bittner commented Sep 16, 2018

It would be nice to have a continuation of the learning levels. This could be:

  • More (and more fascinating) examples of things to draw using (and thus practicing) the techniques learned in levels 1-4
  • More general programming techniques and paradigms (data types, classes, decorators, etc.)
  • Fun and useful tricks you can do (only) with Python (e.g. rename and reuse a function, monkey patching)
  • GUI programming with Tk and wxPython

Sources of Inspiration (to be expanded)

@cool-RR
Copy link
Member

@cool-RR cool-RR commented Sep 16, 2018

@bittner
Copy link
Member Author

@bittner bittner commented Mar 30, 2019

I stumbled across a sweet book on Ruby that has good storytelling and funny mentions of "Ruby's friends" (e.g. Django who has a snake pet called Python).

This may also relate to #63 as for coming up with attractive images.

@bittner bittner added the docs+guides label Mar 31, 2019
@bittner
Copy link
Member Author

@bittner bittner commented Mar 5, 2020

Maybe it makes sense to collect information about efforts of other projects. Some that I stumble upon through my kids at school are:

  • xLogo (video, Swiss german, seems to be pushed by ETH Zurich)
  • TigerJython (seems similar to PythonTurtle)
  • Logo (the original inventors?)

Any other projects we know? I'm sure there are plenty!

@cool-RR
Copy link
Member

@cool-RR cool-RR commented Mar 5, 2020

Peter, why spend so much effort brainstorming about this before there's a Windows installer? What good are any improvements to PythonTurtle if it's not usable by 99% of the users?

@bittner
Copy link
Member Author

@bittner bittner commented Mar 5, 2020

"Windows installer" is off-topic in the context of this issue; it's handled in #107. Let's discuss it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup