-
In Python 3.12 or later, `dtrx --flat` no longer behaves as expected which appears to be due to `tempfile.mkdtemp()` change:
> Changed in version 3.12: [mkdtemp()](https://docs.python.org/3/library/t…
cho-m updated
2 weeks ago
-
### Discussed in https://github.com/tox-dev/pyproject-fmt/discussions/265
Hi, great project!
I have the following in my pyproject file
```toml
[build-system]
requires = [
"cython==3.0.11…
-
current implementation of firecrawl tool within `phidata` includes `scrape_url` and `crawl_url` methods.
However, there are few other new methods / features introduced in the original python SDK like…
-
I'm playing with pa-m/sklearn and wrote simple code to classify iris with svm.
```go
package main
import (
"fmt"
"time"
"github.com/pa-m/sklearn/datasets"
"github.com/pa-m/sklearn/met…
mattn updated
2 years ago
-
Hi!
What about moving the repo to the /python/ org so we can add this translation to [docsbuild-scripts](https://github.com/python/docsbuild-scripts/blob/main/config.toml)?
Maybe your have not yet t…
-
An example usage:
```
--- cell --
def pl_body():
open("/pfs/big", "r") as f:
# do stuff with f
run_like_a_pipeline(
datums=["big:/", "config:/cfgfile1.txt"],
code=pl_body)
--- out…
-
Someone askes on /r/lisp Sub Reddit: [Python's approach is much better {{{ x= ( 10 * [a] ) }}} because i don't have to remember the (ad-hoc) name of the function.](https://www.reddit.com/r/lisp/commen…
-
I would like simplify the usage of the tool by end user to avoid downloading the zip package.
The solution for this is to generate pip package to run it in the following way:
pip install javacore-…
-
In Python functions do not have a type and I think other languages are like this.
I think TFunction should not have TTyped by default. We should put it in the specific languages having those
-
I installed electricitylci like this:
`pip install git+https://github.com/USEPA/ElectricityLCI.git@v1.0.1#egg=electricitylci`
But when I run
`python -m electricitylci.main` I get the following…