Replies: 5 comments 41 replies
-
This is a great idea. Thank you for suggesting it. Where did you find out about this? What is the submission deadline? Is there more information about this event in August? I will submit something, but note I've submitted things to past Processing events and have never gotten accepted. I'll do my best to change that this time around. |
Beta Was this translation helpful? Give feedback.
-
Hey people! I have just tested @tabreturn's thonny-py5mode on a Windows machine and it works wonderfully 🥇 I see no more reason for my tentative thonny-py5runner anymore I think I'll just delete it, I'm glad it inspired Tristan's sprint 😄 On other news, I have sent a talk proposal for the Brazilian Pycon (it is called Python Brasil because journalists used to think the language was called Pycon...) and if it is selected I think I'll be able to show off some py5 😆 |
Beta Was this translation helpful? Give feedback.
-
There is a big in that version where static mode sketches will not run
correctly on windows. The next release will fix that.
…On Fri, Aug 13, 2021, 5:41 PM Alexandre B A Villares < ***@***.***> wrote:
I assume it was the one from pypi. I can't remember installing it (maybe
Tristan's plug-in did it, maybe I did it last week, it's not my personal
computer), Thonny tells me it is 0.5a1.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA63L66PL7O5JNLOELNIJILT4WGOZANCNFSM5A3FG5TA>
.
|
Beta Was this translation helpful? Give feedback.
-
To summarize this discussion: @tabreturn will present py5 at CC Fest (Processing 20th Anniversary edition) next weekend. The outline for the 60-minute presentation is looking something like this:
The Thonny py5 plugin should work on Windows and Linux by then (see fix #37). Let me know if there's anything I should change/remove/add. |
Beta Was this translation helpful? Give feedback.
-
@tabreturn, i’m sorry i missed it. best way to catch up?
… On Aug 22, 2021, at 3:08 PM, hx2A ***@***.***> wrote:
@tabreturn, that was a great presentation! I even learned some things. I didn't know that you could use a debugger like that to pause a running program. I would have guessed there'd be some kind of timeout if the Java call to Python took too much time to complete.
Here is the link to the JupyterHub setup. I was trying to find it during the presentation but wasn't fast enough:
https://github.com/2i2c-org/peddie-image
They have a JupyterHub setup for their students. To run Processing and therefore py5 on a server like that, you need Java 11 and a display of some kind. The need for a display can be satisfied with Xvfb, a "virtual frame buffer" which is basically a fake monitor. Also, Python 3.8.
Google Colab is on 3.6, but someday they will move to 3.8, and py5 will be runnable there.
What was the other platform the participant was asking about? Code something?
I really like your cheat sheet. That is a great idea. I did note there are a few camelCase issues in the typography and random sections. Also, py5 has a random_int function, which is easier to use than int(random()). You should also mention random_choice, which I use all the time.
Something that I thought of during your presentation is that Processing is going to move to Java 15 in the fall (I believe), and py5 will move with it. How will that affect Thonny plugin users? How does Thonny handle upgrades to libraries anyway? Since people need to use your menu option to download the JDK, there would have to be something to invalidate the downloaded JDK and download another one.
You were up at 4 am for this? You are dedicated!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's Processing's 20th anniversary. The foundation is organising a CC Fest, looking for speakers on various Processing-related topics. If you think it's time for py5 to get some more exposure, somebody could pitch a presentation?
https://docs.google.com/forms/d/e/1FAIpQLSdfw58H9vU-2uZqYgh3kr3Bc37vEiX1FTFxDfMSDcpSbFQ_pg/viewform
Beta Was this translation helpful? Give feedback.
All reactions