November meeting
Date: Monday, November 10th @ 7pm
Princeton Python Monthly: Nov 2025
Happy November!
Our next meeting is Nov 10, a week from Monday!
As usual we will start with a beginner-friendly code opener, then everyone's introductions/updates;
and finally Mike's links, Python news and the usual mix of the latest tools, testing, and tutorials at https://www.princetonpy.org/next-meeting/.
And as always, your questions/ideas/doings are welcome--so join us!
Ask us about what we've been doing lately, like using weather data to understand the performance of rooftop solar panels, and playing with the python 3.14 remote debugging feature.
Note our unchanging meeting url--use the Jitsi meeting link on our home page.
But first, check out AI Study Group this Sunday!
Recent discord posts mention:
- ollama, a tool for running large language models locally with as little as 8gb of memory.
- running LLMs locally--Rick recommends LM studio.
- world models keep state and don't forget things as they go in and out of view. And understand things like physics.
- in-browser models via Transformers.js, eg for video tracking the movement of objects in video, ie "video tracking", via DINOv3 [tho this hung at "Processing frame 200 of 200" for me on a demo video].
[plus 4th Wednesdays in-person at fubar labs]
events:
sun02nov 2p AI Study Group [first sundays]
mon10nov 7p princetonpy meeting [second mondays]
links:
The gathering links: https://www.princetonpy.org/next-meeting/
AI Study Group: https://fubarlabs.org/schedule/
LM studio: https://lmstudio.ai/
ollama: https://github.com/ollama/ollama/blob/main/README.md
Transformers.js: https://huggingface.co/docs/transformers.js/index
DINOv3: https://huggingface.co/spaces/webml-community/DINOv3-video-tracking.
Links:
- Daemon Example in C
- detroit: Python implementation of d3js.
v2.6.0, but just 0.1: detroit-live is based on detroit and aims to bring interactivity to visualizations
https://github.com/bourbonut/detroit
https://github.com/bourbonut/detroit-live - Announcing molab: run and share marimo notebooks in the cloud, for free
https://marimo.io/blog/announcing-molab
reminder: the auto-convert of notebooks from jupyterlab to marimo was almost fully automatic. - Checking Out CPython 3.14's remote debugging protocol
https://rtpg.co/2025/06/28/checking-out-sys-remote-exec/ - Python support for free threading