我正在使用交互式python:
简短示例:
$python
$>>> a = 1
$>>> b = 2
$>>> c = a+b
$>>>
With R, we can save.image("x.Rdata")
and load("x.Rdata")
easily for next time to use.
使用Python,有没有类似的方法?还是任何简单的方法? 谢谢。
我正在使用交互式python:
简短示例:
$python
$>>> a = 1
$>>> b = 2
$>>> c = a+b
$>>>
With R, we can save.image("x.Rdata")
and load("x.Rdata")
easily for next time to use.
使用Python,有没有类似的方法?还是任何简单的方法? 谢谢。