I used to be able to access a set of tutorials online using this link
https://py.processing.org/tutorials/
but they are no longer there.
Does anyone have the same problem?
looks like that was reported
https://github.com/jdf/Processing.py-Bugs/issues/273 3 days ago
Apparently (some of) the tutorials are still reachable, but you need a little bit of lucky fishing:
Many of these tutorials were directly translated into Python from their Java counterparts by the Processing.py documentation team …
Meaning you can go to Tutorials / Processing.org, open a tutorial of your liking, and add py. in front of processing.org at the hyperlink. In the case of https://processing.org/tutorials/drawing/ it works for example: Coordinate System and Shapes \ Tutorials
Hope that helps.
This has been resolved, but the fix isn’t published yet.
In the meantime, the tutorials are all available on the Wayback Machine: https://web.archive.org/web/20180722210151/https://py.processing.org/tutorials/
Okay, fixed and back up now:
Thank you @kll @Tiemen @jeremydouglass
Glad to be able to access the useful tutorials again.