Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Python 解析器,可以在我的本地机器上读取和写入静态 JSON 文件(包含映射到 Python 字典的 JSON 对象)。这些对象的属性与GAP 小群库中的有限群对象有关。有没有办法从 GAP 获取数据,以便更新这些 JSON 文件中的对象信息?我的机器上有 GAP。
显然我可以使用Sage,它有一个可以识别 Python 的 shell,但我的系统上没有它,我只是没有空间。
任何指针将不胜感激。