-
Something similar to:
https://mys-lang.org/language-reference.html
-
# Bug report
### Bug description:
There are [two backends](https://github.com/python/cpython/blob/d5ebf8b71fd18d7a1f2f6b670a2c18749dc2b55e/Lib/decimal.py) for the `decimal` module, one from `lib…
-
In the spirit of PR #3250, which allows other projects to render IPython HTML objects, I would like to render objects from other projects implementing the `__html__` method in IPython.
Can I give i…
-
The units imported imported into builtins appear not to be recognised by mypy language server (used in Pylance extension in VS Code) and gives errors depending on the strictness of your type checking.…
-
Currently, the Mojo documentation assumes that the reader is already familiar with system programming concepts. This makes it harder for new and new-ish programmers to understand how to use the low-l…
-
BPO | [32501](https://bugs.python.org/issue32501)
--- | :---
Nosy | @ericvsmith, @bitdancer, @ethanfurman
*Note: these values reflect the state of the issue at the time it was migrated and might not …
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
…
-
I'd like to be able to test for equality of `FastxRecord` in unit tests. But it appears whatever equality function is implemented currently doesn't work and may be testing for identity instead?
```…
-
When debugging programs that use data from Canvas, it can be extremely valuable to see that data in a handy human-readable format. For example, JSON. This module converts the JSON returned by the Ca…
-
```python
import pandas as pd
from upath import UPath
AWS_KEY = "AKIAxxxxxxx"
AWS_SECRET = "xxxxxxxxxxxxxxx"
bucket = 'upathtest'
fkey = f"folder1/folder2/test1.xlsx"
s3base = UPath(f"s3://…
ba1dr updated
2 months ago