Underscore example:
_.each([1, 2, 3], function(num) { alert(num); });| Service | SSL | status | Response Type | Allowed methods | Allowed headers |
|---|
I have an updated version of this on my blog here: https://chrisamico.com/blog/2023-01-14/python-setup/.
This is my recommended Python setup, as of Fall 2022. The Python landscape can be a confusing mess of overlapping tools that sometimes don't work well together. This is an effort to standardize our approach and environments.
| import time | |
| # Make sure you have duckdb==0.7.0. Earlier versions might fail with GIL problems ( https://twitter.com/mr_le_fox/status/1620535141675433986 ) | |
| import duckdb | |
| import s3fs | |
| from fsspec.implementations.cached import SimpleCacheFileSystem | |
| # Create the s3 file system. This one does not have caching |