1. python官网:http://www.python.org/
2. Set environment variables for Python
2.1 首先需要在系统中注册python环境变量:假设python的安装路径为c:\python2.6,则修改我的电脑->属性->高级->环境变量->系统变量中的PATH为:
PATH=PATH;D:\Tools\Python33
上述环境变量设置成功之后,就可以在命令行直接使用python命令。或执行"python *.py"运行python脚本了。
2.2 此时,还是只能通过"python *.py"运行python脚本,若希望直接运行*.py,只需再修改另一个环境变量PATHEXT:
PATHEXT=PATHEXT;.PY;.PYM
2.4 如何使Python解释器能直接import默认安装路径以外的第三方模块?
为了能import默认安装路径以外的第三方的模块(如自己写的模块),需要新建PYTHONPATH环境变量,值为这个模块所在的目录。
3. Python help:
H:\>python
Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> help('print')
Help on built-in function print in module builtins:
print(...)
print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
Prints the values to a stream, or to sys.stdout by default.
Optional keyword arguments:
file: a file-like object (stream); defaults to the current sys.stdout.
sep: string inserted between values, default a space.
end: string appended after the last value, default a newline.
flush: whether to forcibly flush the stream.
>>> help('hh');
no Python documentation found for 'hh'
>>> help('hh')
no Python documentation found for 'hh'
4. Exit Python
如何退出Python提示符
如果你使用的是Linux/BSD shell,那么按Ctrl-d退出提示符。如果是在Windows命令行中,则按Ctrl-z再按Enter。
分享到:
相关推荐
本文是一个中文的Python学习向导,力图尽可能简洁全面地介绍Python学习从入门到进阶的各方面。 安装与设置 Python安装教程 本文这一部分尚未完成,请暂时先参考。 提示:在安装时勾选“Add to PATH”,可自动完成...
《UNIX环境高级编程》是UNIX操作系统领域的一本经典著作,涵盖了UNIX系统编程的各个方面。书中详细介绍了UNIX的系统架构、文件I/O、标准和实现、文件和目录的操作等多个核心概念和编程技术。 首先,在UNIX系统概述...
conda env create -f envrionment.yml安装(mkvirtualenv) mkvirtualenv -r requirements.txt jellyfin-stats安装(venv + pip) python -m venv ./jellyfin-statssource ./jellyfin-stats/bin/activatepip ...
然后创建一个config/aws.yml文件 development: & default access_key_id: ' YOUR_ACCESS_KEY ' secret_access_key: ' YOUR_SECRET_ACCESS_KEY ' region: ' YOUR_BUCKET_REGION ' production: << : *...
atmospheric science an introduction to the aerosol particles and climate& envrionment impact
声纳 API规范化配置管理: 版本控制系统:Git 构建工具:渐变 配置管理:application.yml 环保管理:Vagrant / Docker memory size setup network port link database link related to the envrionment ...
通常情况下将网络代理直接配置在/etc/envrionment、/etc/profile之类的配置文件中,这对于大部分操作都是可行的。然而,docker命令却不能使用这些代理。最典型场景就是docker需要从外网pull镜像; 下面推荐一种方法...
envrionment using short name only (to be later expanded to long name). You may also use it for synchronizing systems. In short, it is an industrial strenth utility for system administrators.
//Envrionment to hold Listeners //======================================== tv_listeners = new Array() ; function listener( type , handler ) { this.type = type ; this.handler = handler ; this.id = ...
Installation(Anaconda, Virtual Envrionment, Pytorch)2. Jupyter notebook基本1. Linear Regression2. Gradient Descent3. Logistic Regression4. Convolutional Neural Network(with traditional filter)深度...
这将帮助您使用具有docker envrionment支持的PostgreSQL来开始Django的开发。 除了以默认状态启动django系统外,该项目还添加了一些基本功能来帮助您启动django项目。 这是清单。 管理员页面 以分页功能为例的...
适用于KDE Desktop Envrionment的Slackware Gnu / Linux 10.0的i686软件包,已通过kde-look.org上的一些第三方补丁进行了增强,并支持了dropline gnome项目www.dropline.net提供的其他库,例如PAM和ldap。...
环境监测中心站网络中心备份系统技术方案,在杭州地区应用,实施。