shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

255
active users

#py5

0 posts0 participants0 posts today

This is your friendly reminder that you could be making #PaperObjects with #Python and #py5, you know?

github.com/villares/Paper-obje

(Mind you that GitHub images are mostly failing to load here today for some unknown reason)

If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562
#Processing #CreativeCoding

Would you like to get started learning #Python? Or maybe you already know how to code but would like to see something completely different from your current work?

Would it appeal to you to start #drawing stuff, maybe colourful moving, interactive stuff? There is this thing called #CreativeCoding, and you can use a library called #py5

I've written some step-by-step instructions so you can install everything you need, Python, a code editor and py5. Check it out at abav.lugaralgum.com/como-insta

abav.lugaralgum.comAlexandre B A Villares

UPDATE OF THE UPDATE!

Folks! I have updated my modified #ThonnyIDE #portable for #Windows with #py5 pre-installed, updating py5 to v.0.10.6a, which uses jpype 1.5.2 and I think will solve the nasty non-ASCII path issues, yay!

Would someone on Windows like to help me test it?

github.com/villares/thonny-por

More about this Thonny + py5 thing here: abav.lugaralgum.com/como-insta

GitHubReleases · villares/thonny-portable-with-py5Contribute to villares/thonny-portable-with-py5 development by creating an account on GitHub.
Replied to mitten

@mitten Nice use of thick lines!

After reading your code I realized #py5 does not have a `shuffle()` method. It should! There is `random_sample(), and you could have written `hues = random_sample(hues, len(hues), replace=False)` but that is not intuitive. A `shuffle()` method would make more sense.

github.com/py5coding/py5genera

GitHubAdd a `py5.shuffle()` method to math.py · Issue #593 · py5coding/py5generatorBy hx2A

1434 configurations of ways of dividing a square (using a grid of 9 subsquares)
The colors now show the minimum number of colors you need to color the regions,
# widhout adjacent areas having the same color. Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
I really need your support to keep going, if you can, donate any amount at: paypal.com/donate/?hosted_butt #Processing #Python #py5 #CreativeCoding