October meeting
Date: Monday, October 9th @ 7pm
Princeton Python Monthly: Oct 2023
Happy (belated) equinox!
Our next meeting is tomorrow, Oct 9!
As usual we will start with a beginner-friendly review of recent tutorials, 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!
Note our unchanging meeting url--use the Jitsi meeting link on our home page.
events:
mon9oct 7p princetonpy meeting [second mondays]
links:
September links: https://www.princetonpy.org/next-meeting/
AI Study Group: https://fubarlabs.org/schedule/
Links:
- go to statement considered harmful
- Statement Considered Harmful
- Dijkstra: "Our intellectual powers are rather geared to master static relations and our powers to visualize processes evolving in time are relatively poorly developed. For that reason we should do (as wise programmers aware of our limitations) our utmost to shorten the conceptual gap between the static program and the dynamic process, to make the correspondence between the program (spread out in text space) and the process (spread out in time) as trivial as possible."
- Intuitively Understanding Harris Corner Detector
- The easy way to concurrency and parallelism with Python stdlib
- Forge redux:
- On re-examination Forge gives you decorators that create wrapper functions with "proper" signatures but under the surface you can go for maximum laziness & simplicity with *args, **kwargs, seems to be a best of both worlds solution that doesn't resort to typing annotations.
- Recognize these symbols? ⇞/⇟
- Python 3.12.0 has been released
- Profiling Python and Ruby using eBPF
- The 300% Production Problem
- hurl.dev