py5book
py5book copied to clipboard
juypter book repo for py5
It mentions the other renames like frameRate() -> get_frame_rate(), exit -> exit_sketch() was left out. https://py5coding.org/content/coming_from_processing_java.html
The intro to py5 and python tutorials have coding challenges at the end of each of them, but there is no answer key. Should there be one? Should it be...
Could we have a brief page for the `run_sketch` tool on py5coding.org? I could only find a reference to the `py5.run_sketch()` method: https://py5coding.org/search.html?q=run_sketch There could be a link to it...
Advise users not to test with the generic Python interpreter. See below. ---------- I just ran through the install process on my Mac. I run Ventura with Homebrew and all...
Hello! I would like to contribute to the documentations(mainly the how tos) of this project, is there a contributor's guide that I need to follow while writing these how tos?
Hi! I have another question. If you look at the open mouth method in this file (https://github.com/marziabil/emojis/blob/py5/mouth.py) - it has a fill feature. However, once the draw method is called...
Convert -- and --- to en dash and em dash using the post_build.py script. Make sure that any conversions are in regular text and not code examples.
I couldn't find this cell here in the repo, could it be a remnant/left-over of an older build? Or an "overreacting" warning caused by the `draw_random_circle()` function in the previous...
This is a PR attempt based on our discussion here: https://github.com/py5coding/py5generator/discussions/624 I hope it helps someone reading the docs... I'm not sure anymore... I'm unsure about some stylistic details (such...
Dear @hx2A, I should have opened an issue... I know this might not be the correct way of fixing this, but I'll open the PR anyway as a way of...