Peter Bittner

Results 504 comments of Peter Bittner

[XLogoOnline](https://xlogo.inf.ethz.ch/), a program run by the Swiss University of Technology ETH Zurich, looks like a promising implementation. It has a few (JavaScript) issues, though. :smirk: Nice user experience otherwise, though.

An existing web-based implementation of something similar to PythonTurtle is [WebTigerJython](https://webtigerjython.ethz.ch/), also developed by ETH Zurich. It even allows saving the source code you typed and loading code from a...

I think, as soon as we have automatically built installers and the Python 3 + wxPython 4.0 proves stable on all target platforms we should release that as version 1.0.0...

In addition to having PythonTurtle packages be built automatically for all target platforms we should fix the following issues before bumping the version to 1.0.0, I believe: - #112 (critical)...

I stumbled across a [sweet book on Ruby](https://www.helloruby.com/books) that has good storytelling and funny mentions of "Ruby's friends" (e.g. Django who has a snake pet called Python). This may also...

Maybe it makes sense to collect information about efforts of other projects. Some that I stumble upon through my kids at school are: - [xLogo](https://xlogo.tuxfamily.org/) ([video](https://www.youtube.com/watch?v=KkY23-Be0rg), Swiss german, seems to...

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

Just as a heads-up: As mentioned in https://github.com/cool-RR/PythonTurtle/issues/107#issuecomment-426899642, in addition to the GNU/Linux application bundle [we now build](https://github.com/cool-RR/PythonTurtle/blob/master/.travis.yml#L45-L59) on Travis, we'll probably build an [AppImage](https://appimage.org/), which is a format that...

For future reference, details about adding a Snap to Ubuntu Software: "[Getting Python and wxPython apps into the Ubuntu app store](https://medium.com/@abulka/getting-python-and-wxpython-apps-into-the-ubuntu-app-store-ccca7ae537a3)" (blog post from the current Python newsletter)

> 1. Triple single quotes instead of triple double quotes. Let's stick to [PEP 257](https://www.python.org/dev/peps/pep-0257/). I can change it accordingly.