Today I just released 0.6.0 which is mainly noticable for having a breaking change: FastHTML's date has been renamed to parsed_date, to avoid clashing with Python's datetime one.
@jeremyphoward
-
FastHTML 0.5.3 Release: New sid_scr Feature for Tab-Level IDs
By
–
There's been two releases of FastHTML over the last few days. 0.5.3 had some interesting changes: —- – Added sid_scr, which allows you to get a unique ID at the tab/window level (more granular than a session. Check out this example and test it by opening this in different
-
APL Programming Language Notation Covers Broader Territory Than Math
By
–
Similar to learning math notation at school — but APL's covers a lot more territory and is far more flexible, so it takes you further.
-
60-Year Challenge: A Turing Award Problem Awaits
By
–
In the 60 years since no one has managed yet. Maybe you will, because you're pretty sure. This one resulted in a Turing award BTW.
-

APL Programming Language: A Powerful Notation Tool for Thought
By
–
Can *your* calculator do this? Mine can. It's APL. APL is >60 years old. It's not just a programming language — it's a notation as a tool for thought. https://
dl.acm.org/doi/pdf/10.114
5/1283920.1283935
… -

FastAPI versus FastHTML: Framework Web Comparison
By
–
Hey "o1-preview", screw you! I mean yes, FastAPI is all of those things, but really… FastHTML isn't *so* bad is it?
-
Dyalog APL Installation Guide Free Download Available
By
–
To use aplnb, you'll need to install Dyalog APL first. It's free (unless you're using it to make money, in which case you gotta buy a license). https://
dyalog.com/download-zone.
htm
… -
APL Toolbar Auto-Installation in Web Notebooks
By
–
As soon as you run any APL cell in a notebook, aplnb will automatically install the APL toolbar/keyboard from @a_brudz into the current web page. https://
abrudz.github.io/lb/apl -

APL Python Integration for Data Science Workflows
By
–
aplnb is fully integrated with python, so you can take the result of an APL calculation straight into numpy for plotting, using with sklearn, etc.
-
APL Magic for Jupyter Notebooks: Quick Calculations Tool
By
–
Something I very frequently want to do is to run a few quick calculations in a notebook — and there's no more powerful way to do quick calculations than @dyalogapl
. Therefore, I've created 'aplnb', which adds a `%%apl` magic to @ProjectJupyter
!