py5

365 posts

py5 banner
py5

py5

@py5coding

#py5 is a new version of Processing for Python 3.9+. This library connects the #Processing Java libraries to #Python using #JPype. @[email protected]

Earth Inscrit le Haziran 2021
21 Abonnements843 Abonnés
py5
py5@py5coding·
Version 0.10.7a0 of #py5 just been released! This version requires Python 3.10+, newer versions #numpy and #jpype, and has several bug fixes. Read more about it here: ixora.io/blog/new-relea… A new release of py5's #thonny plugin is coming next. Stay tuned!
English
0
0
2
141
py5 retweeté
Fran
Fran@furafuku·
Also worth noting: py5 (@py5coding) is a relatively new version of Processing for Python 3.9+. It’s incredibly handy for creating visualizations while taking full advantage of the Python ecosystem. I often use it for form-finding and generative experiments.
Fran@furafuku

"If the creative coding community has a lingua franca, it would likely be some form of Processing." Samuel Arbesman pays tribute to Processing in his latest book, The Magic of Code. @ben_fry

English
0
1
7
1.6K
py5
py5@py5coding·
New #py5 release! Now using #processing version 4.4.1 core.jar and updated jpype dependency to >=1.5.2, plus better support for Processing Libraries...visit ixora.io/blog/new-relea… to learn more!
English
0
0
0
1.3K
py5
py5@py5coding·
There's a new #py5 release! Version 0.10.4a2 is available. This release has important macOS improvements: ixora.io/blog/new-relea… Also: mastodon. What are you waiting for? @py5coding" target="_blank" rel="nofollow noopener">fosstodon.org/@py5coding
English
0
2
2
1.2K
py5
py5@py5coding·
Also, don't forget to follow us on Mastodon at @py5coding" target="_blank" rel="nofollow noopener">fosstodon.org/@py5coding
English
0
0
0
617
py5
py5@py5coding·
I'm happy to announce a new release of #py5 and py5jupyter (py5's #jupyter kernels). This is a small release with some bug fixes and enhancements. Read more here: ixora.io/blog/new-relea…
English
0
0
1
625
py5
py5@py5coding·
Also, there will be a #py5 and py5jupyter release soon, perhaps by the end of the month. The next version will require #Python 3.9+.
English
1
3
8
812
py5
py5@py5coding·
Everyone! Here is the recording of the #py5 presentation delivered at #pycon2024 a few months ago in Pittsburgh, PA (USA): youtu.be/pNVn3FPi5PU It was a thrill to share py5 with the Python community at #pycon ! Please give the video a thumbs up!
YouTube video
YouTube
English
0
2
5
641
Golan Levin
Golan Levin@golan·
@py5coding Hi! Any chance you could post an example of a notebook that connects py5 to Shapely? Love to see how you're doing this! 🙏
English
1
0
1
37
py5
py5@py5coding·
The latest version of #py5 works w/ #shapely objects, implicitly converting to Py5Shape objects & drawing to the screen: size(999,999) stroke_weight(19) p=Polygon([[9,9],[9,990],[990,990],[990,9]]) for _ in range(8): shape(p:=p.buffer(-50,single_sided=True)) #genuary #genuary5
py5 tweet media
English
1
0
2
330