
上QQ阅读APP看书,第一时间看更新
Running SciPy in a script
Executing a program from a text file is the most time-honored approach to running computer code. Since Python is an interpreted language, text files meant to be run with Python are called scripts. Scripts are an easy way to share and distribute your programs, since all code is encapsulated in a number of files that can be easily copied to another user's computer.