|
|
|
|
| python is really a good calculator :) |
 python is really a good calculator :) - IPOz [ 2005-01-28 22:43 | 287 byte(s)]
 Re: python is really a good calculator :) - passworld [ 2005-01-29 00:48 | 203 byte(s)]
 Re: python is really a good calculator :) - IPOz [ 2005-01-29 08:49 | 65 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
now i like starting python once linux starts. python is VERY convenient for me to do many calculation. However sometimes i want to run shell commands temporarily as in VIM i can use :! to do same thing.
then i donot need to leave python . but how ?
|
|
|
----
--ipoz Garbage in,garbage out
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
There is tools like "ipython" which can do something like what you asked.
But for simple things, you can just ^z and fg to switch between python
and shell.
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
thanks for your quick answer
^z and fg is my choice now
|
|
|
----
--ipoz Garbage in,garbage out
|
|
[Original]
[Print]
[Top]
|
|
|