py5coding Profile Banner
py5 Profile
py5

@py5coding

Followers
851
Following
421
Media
17
Statuses
365

#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
Joined June 2021
Don't wanna be here? Send us removal request.
@py5coding
py5
4 months
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: https://t.co/L69hGslgRD A new release of py5's #thonny plugin is coming next. Stay tuned!
ixora.io
Today I announce the release of py5 version 0.10.7a0. Important Updates Version Updates This release includes the following version updates: Minimum Python version is now 3.10 (previously 3.9) JPyp
0
0
2
@furafuku
Fran
6 months
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.
@furafuku
Fran
6 months
"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
0
1
7
@py5coding
py5
1 year
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
I'm pleased to announce the release of py5 0.10.2a0 and py5jupyter 0.2.1a0. Both are small releases with a few bug fixes and enhancements. PyCon 2024 But before talking about the release, I want to s
0
0
1
@py5coding
py5
1 year
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+.
1
3
8
@py5coding
py5
1 year
Everyone! Here is the recording of the #py5 presentation delivered at #pycon2024 a few months ago in Pittsburgh, PA (USA): https://t.co/BUVZ5kc8xN It was a thrill to share py5 with the Python community at #pycon ! Please give the video a thumbs up!
0
2
5
@py5coding
py5
1 year
#py5's #thonny plugin has a new release! https://t.co/YAWrKu4K6r This release cleans up some important version issues, among other things. Thank you to @tabreturn for getting this release out the door!
Tweet card summary image
github.com
A py5 plug-in for Thonny. Contribute to py5coding/thonny-py5mode development by creating an account on GitHub.
0
1
4
@py5coding
py5
2 years
Tomorrow (Saturday) at PyCon US 2024: "Creative Coding with py5, the Python version of Processing," at 4:15 in Room 301-305 https://t.co/NCBGpo6wiS #pycon #pycon2024 #py5 #processing
0
0
0
@py5coding
py5
2 years
Also, @villares is teaching a Tutorial "First steps in Creative Coding, learning #Python while making drawings and animations". Very happy to share the @ProcessingOrg community and #py5 at #PyCon! https://t.co/fjmnAXlpHk
0
3
3
@py5coding
py5
2 years
Very excited to announce the PyCon talk "Creative Coding with #py5, the #Python version of #Processing"! If you will be at PyCon US in Pittsburgh, PA later this month, please attend! https://t.co/NCBGpo6wiS
1
3
6
@py5coding
py5
2 years
Here's an important notice for #py5 & #processsing MacOS users w/ Apple Silicon (M1, M2, M3): https://t.co/MjFwEL2NJx tl;dr: skip upgrading to macOS 14.4 and update to macOS 14.4.1 instead.
Tweet card summary image
blogs.oracle.com
Java users on macOS 14 running on Apple silicon systems should skip macOS 14.4 and update directly to macOS 14.4.1
0
0
2
@py5coding
py5
2 years
Also, your regular reminder to also follow #py5 on mastodon here: @py5coding@fosstodon.org
0
1
2
@py5coding
py5
2 years
Creating 10K of something is easy with #py5's vectorized methods: size(999,999,P2D) color_mode(CMAP,"hot") stroke_weight(32) s=create_shape() with s.begin_shape(POINTS): s.vertices(999*np.random.rand(N:=10000,2)) s.set_strokes(color(x/N,64)for x in range(N)) shape(s) #genuary16
0
1
3