Skip to content
mouxue23 edited this page Mar 8, 2020 · 3 revisions

Python学习记录

  1. 在交互式环境下,如ipython和jupyter中,有一些有用的命令,如run xx.py,可以在交互式环境下运行.py文件;如help(xx),可以佷方便地查询一个类的定义和方法。ipython下还可以使用很多linux shell的命令,如pwd, cd, ls, clear等。

Clone this wiki locally