Dan Frank
Dan Frank
Move that to its own module. Move from newton to brentq so that it works. Add method to find k for a desired value of epsilon.
Just wanted to put some work I've done on the internal api changes up for folks to look at. The main goal of all this stuff is to increase the...
``` python http = httpclient.HTTPClient() url = "http://localhost:13731/get" params = urllib.urlencode({'key':'f00'}) url += '?' + params resp = http.fetch(url) print resp.headers.get('Content-Type', "No content type!") # prints: text/html; charset=ISO-8859-1 ``` Should...
This provides many useful conversions between Dynamo-style json and sensible Python. We would also have to come up with a better name for it if we decided to integrate it...
Increment K in leaps, as mentioned in person
> `files_dir` existed before `main_dir`, and has slightly different semantics, but over time we have learned from usage, that we basically do not use `files_dir`, and thus to avoid confusion...
### Description Right now, when I work on a Marimo notebook, I'm delighted that the serialized format is a plain python file. However, by default, each cell is serialized as...