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.
分享到:
相关推荐
Python2-dev是Ubuntu 20.04操作系统中用于开发Python 2应用程序的重要软件包,它包含了Python 2的头文件、开发库和其他必要的工具,使得开发者能够编译和创建与Python 2交互的C扩展模块。在Ubuntu 20.04上安装Python...
资源分类:Python库 所属语言:Python 资源全名:python-dev-docker-project-0.1.9.dev0.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
Joshi -- Python Machine Learning Cookbook -- 2016
Sjardin, Massaron, Boschetti -- Large Scale Machine Learning with Python -- 2016 -- code.7z
#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 Learning notes Python Learning notes Python Learning notes Python Learning notes
资源分类: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
deep-learning-with-python-notebooks-master, 1,GitHub 中可以直接打开 .ipynb 文件。 2,可以把 .ipynb 文件对应的下载链接复制到 https://nbviewer.jupyter.org/ 中查看。 3,安装 Anaconda,从开始菜单中...
Python机器学习食谱-第二版 这是Packt发行的的代码库。 超过100种配方,可使用实际数据集从智能数据分析发展为深度学习这本书是关于什么的? 这个备受期待的流行Python机器学习食谱第二版将使您能够采用一种新颖的...
1. **setup.py**:这是Python项目的配置文件,用于定义项目的基本信息,如项目名、作者、版本号等,同时也负责安装过程,包括编译源代码、创建元数据以及安装到系统的指定位置。 2. **README**:通常包含了项目的...
1. `setup.py`: 这是一个Python脚本,包含了关于库的基本信息(如名称、版本、作者、描述等),以及安装时的配置。它使用setuptools或distutils库来处理安装过程。 2. `MANIFEST.in`: 这个文件指示哪些额外的非...
官方离线安装包,亲测可用。使用rpm -ivh [rpm完整包名] 进行安装