Search
50 results for “py5coding”
-
Dear Fedi-friends, if you are on #Windows and like #Python or you'd like to learn Python, I have just updated my #portable #ThonnyIDE on a zip, that comes with #py5 and thonny-py5mode plug-in, for drawing wonderful stuff, and #pymunk for simulating #2DPhysics:
If it doesn't work for you, or if you are on #MacOS or #Linux, you can follow the installation instructions at https://py5coding.org or maybe these at https://abav.lugaralgum.com/como-instalar-py5/index-EN.html
-
I wish the #Processing, #Python and #DrawBot communities had more interactions!
If you like the idea of drawing with code, and, better still, drawing with Python, and you don't have a crazy expensive Mac*, you should try #shoebot shoebot.net or #py5 py5coding.org (or even if you do have a crazy expensive Mac...)
You could use #Blender and #FreeCAD too! https://github.com/villares/Resources-for-teaching-programming
*In Brazil, a Mac mini costs (USD 1700) about 7 times the minimum wage (USD 228)
-
py5 release 0.10.10a7 is now available!
Updates include improved command line tools:
```
$ python -m py5_tools -h
Usage: python -m py5_tools <command> [args...]Available commands:
cmd
translate-imported2module
translate-module2imported
translate-processingpy2imported
utils
run-sketch
live-coding
install-jdk
```Go to https://ixora.io/posts/py5/new-release-01010a7.html to learn more!
-
New #py5 release! One last release before the end of the year.
This release adds to py5's integrations with #trimesh and #matplotlib. The ideas behind these improvements came from #pythonbrasil last October. Thank you for everyone who attended the tutorial @villares and I taught!
In addition, there are some small bug fixes and other small improvements in this release.
Read the blog post to learn more:
-
New #py5 release! One last release before the end of the year.
This release adds to py5's integrations with #trimesh and #matplotlib. The ideas behind these improvements came from #pythonbrasil last October. Thank you for everyone who attended the tutorial @villares and I taught!
In addition, there are some small bug fixes and other small improvements in this release.
Read the blog post to learn more:
-
New #py5 release! One last release before the end of the year.
This release adds to py5's integrations with #trimesh and #matplotlib. The ideas behind these improvements came from #pythonbrasil last October. Thank you for everyone who attended the tutorial @villares and I taught!
In addition, there are some small bug fixes and other small improvements in this release.
Read the blog post to learn more:
-
New #py5 release! One last release before the end of the year.
This release adds to py5's integrations with #trimesh and #matplotlib. The ideas behind these improvements came from #pythonbrasil last October. Thank you for everyone who attended the tutorial @villares and I taught!
In addition, there are some small bug fixes and other small improvements in this release.
Read the blog post to learn more:
-
New #py5 release! One last release before the end of the year.
This release adds to py5's integrations with #trimesh and #matplotlib. The ideas behind these improvements came from #pythonbrasil last October. Thank you for everyone who attended the tutorial @villares and I taught!
In addition, there are some small bug fixes and other small improvements in this release.
Read the blog post to learn more:
-
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://ixora.io/blog/new-release-0107a0/
A new release of py5's #thonny plugin is coming next. Stay tuned!
-
@villares the second bullet point is on my todo list and I'll attempt to start on that this summer. Can you elaborate on the first one? What would #Thonnyide do with a Jupyter server?
-
Everyone! Here is the recording of the #py5 presentation delivered at #pycon2024 a few months ago in Pittsburgh, PA (USA):
It was a thrill to share py5 with the Python community at #pycon !
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+.
-
#py5's #thonny plugin has a new release!
https://github.com/tabreturn/thonny-py5mode
This release cleans up some important version issues, among other things.
Thank you to @tabreturn for getting this release out the door!
-
Tomorrow (Saturday) at PyCon US 2024: Creative Coding with py5, the Python version of Processing, at 4:15 in Room 301-305
-
I must admit that I am having a lot of fun with the #PiCodingAgent right now.
I am not sure how I feel about that, as I am aware that AI coding is problematic. -
I must admit that I am having a lot of fun with the #PiCodingAgent right now.
I am not sure how I feel about that, as I am aware that AI coding is problematic. -
pi-event-monitor — a small plugin for the pi coding agent, just published.
Runs shell commands or watches files in the background and only wakes the agent when something happens (process exits, log line matches, file written). No polling, no token cost between events.
Modeled on the idea of how Claude Code implements Monitor.
-
Another day, another Pi extension.
Today I built one that shows my Claude usage quota directly in Pi. No more opening the web interface or Claude desktop app just to check my limits.
This is what I love about Pi – you can extend it for any purpose incredibly fast and easily. Thx @badlogic for this awesome tool!
If you're interested, grab it here: https://github.com/meteyou/pi-stuff/tree/master/extensions/quota-claude
-
Today I used Pi Coding Agent from @badlogic to write an extension for itself that visualizes Context Window Usage. 📊
It shows:
→ Token consumption of System Prompt, Tools, Skills & Messages
→ Which files have been read incl. token percentage
→ How much free space is leftSuper helpful to understand what's filling up the context and when to clean up.
🔗 https://github.com/meteyou/pi-stuff/tree/master/extensions/context-usage
-
A Vibe Coding Story: Without writing a single line of code himself, a developer solved a decade-old FreeBSD driver issue using AI vibe coding.
Full details here: https://ostechnix.com/build-freebsd-wifi-driver-ai-vibe-coding-macbook/
#Freebsd #WifiDriver #BCM4350 #VibeCoding #AICodingAgents #PiCodingAgent #Kernelmodule #BSD #Unix