To set up the Python developing environment, there are several setps to follow:
1. Download and install the Python installer.
2. After the installation, if the path of Python is set, skip this step. Set "PYTHON_HOME" and add "PYTHON_HOME" into Path. The "PYTHON_HOME" should direct to where your python installation directory is, e.g:"C:\Python27" by default. To check whether the path is set successfully, open "cmd" console, run "python". If the python interface comes out, it means success.
3. Choose an IDE to develop. After comparison, I choose Eclipse+PyDev to develp. The eclipse I choose is "eclipse-jee-helios-SR1-win32", which is v3.6.1.
4. Install PyDev plugin for Eclipse with the URL "http://pydev.org/updates" in "Help=>Install New Software". Or install with the zip file at local.
After the steps, the Python development environment has been set successfully.
分享到:
相关推荐
使用"python3-indy-1.3.1-dev-470"时,开发者需要先将其解压缩,然后通过Python的`setup.py`脚本安装到本地环境。在实际应用中,可以导入库中的模块,利用提供的函数和类进行身份管理和凭证操作。 为了充分利用这个...
资源分类:Python库 所属语言:Python 资源全名:sae-python-dev-1.3.3.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
#sudo apt-get install build-essential python-dev python-numpy python-setuptools python-scipy libatlas-dev ``` 2. **安装 matplotlib**: - Matplotlib 是一个用于绘制图形的 Python 库。使用以下命令安装...
标题中的"Python库 | python3-indy-1.6.1-dev-655.tar.gz"指的是一个Python的开发库,特别的是,它是一个特定版本的 Indy 库,版本号为1.6.1,带有“dev”后缀,可能表示这是一个开发版本或者包含了开发者相关的工具...
Discover the practical aspects of implementing deep-learning solutions using the rich Python ecosystem. This book bridges the gap between the academic state-of-the-art and the industry state-of-the-...
python-machine-learning-the-beginner
Python Machine Learning By Example -- The easiest way to get into machine learning -- Code
资源分类:Python库 所属语言:Python 资源全名:python3-indy-1.0.1-dev-247.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源分类:Python库 所属语言:Python 资源全名:python3-indy-1.6.1-dev-694.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
Python机器学习食谱-第二版 这是Packt发行的的代码库。 超过100种配方,可使用实际数据集从智能数据分析发展为深度学习这本书是关于什么的? 这个备受期待的流行Python机器学习食谱第二版将使您能够采用一种新颖的...
1. `setup.py`: 这是一个Python脚本,包含了关于库的基本信息(如名称、版本、作者、描述等),以及安装时的配置。它使用setuptools或distutils库来处理安装过程。 2. `MANIFEST.in`: 这个文件指示哪些额外的非...
1. `setup.py`:这是Python项目的配置文件,用于定义项目信息(如名称、版本、作者等)和安装依赖。 2. `README.md` 或 `README.rst`:这是项目简介,通常包含项目的用途、如何安装和使用等信息。 3. `LICENSE`:...
官方离线安装包,亲测可用。使用rpm -ivh [rpm完整包名] 进行安装
Python是流行、开源、面向对象的编程语言,既可以用于编写单机运行的程序也可以编写脚本程序,具有可移植、强大、易用等特点。跟随专业教师学习是最快捷的掌握此语言的方式。新版的《学习Python))把你带到Mark Lutz...