`
thewaychung
  • 浏览: 22866 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Python learning notes(1)--Setup Python Dev Environment

阅读更多

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.

1
4
分享到:
评论

相关推荐

    python2-dev.zip

    Python2-dev是Ubuntu 20.04操作系统中用于开发Python 2应用程序的重要软件包,它包含了Python 2的头文件、开发库和其他必要的工具,使得开发者能够编译和创建与Python 2交互的C扩展模块。在Ubuntu 20.04上安装Python...

    Python库 | python3-indy-1.6.1-dev-701.tar.gz

    标题中的"Python库 | python3-indy-1.6.1-dev-701.tar.gz"指的是一个Python的第三方库,名为"indy",版本号为1.6.1的开发版,打包格式为tar.gz。这个库是针对Python 3设计的,"dev"可能表示它是开发版本,意味着它...

    python-machine-learning-cookbook-preprocessing

    python-machine-learning-cookbook-preprocessing oreilly 英文 epub格式

    Joshi -- Python Machine Learning Cookbook -- 2016.pdf

    Joshi -- Python Machine Learning Cookbook -- 2016

    Learning-Data-Mining-with-Python-Second-Edition-master.zip

    原有的代码仓库也可以下载得到 https://github.com/PacktPublishing/Learning-Data-Mining-with-Python-Second-Edition 此处直接放在了CSDN上,方便大家下载,若有用,请大家多多支持一下我。

    Python库 | python3-indy-1.3.1-dev-470.tar.gz

    使用"python3-indy-1.3.1-dev-470"时,开发者需要先将其解压缩,然后通过Python的`setup.py`脚本安装到本地环境。在实际应用中,可以导入库中的模块,利用提供的函数和类进行身份管理和凭证操作。 为了充分利用这个...

    Large Scale Machine Learning with Python -- 2016 -- code.7z

    Sjardin, Massaron, Boschetti -- Large Scale Machine Learning with Python -- 2016 -- code.7z

    learning scikit-learn machine learning in python word版介绍

    #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库 | python3-indy-1.6.1-dev-655.tar.gz"指的是一个Python的开发库,特别的是,它是一个特定版本的 Indy 库,版本号为1.6.1,带有“dev”后缀,可能表示这是一个开发版本或者包含了开发者相关的工具...

    python-machine-learning-the-beginner.pdf

    python-machine-learning-the-beginner

    Python库 | python3-indy-1.8.3-dev-1097.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:python3-indy-1.8.3-dev-1097.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    Python库 | python3-indy-1.6.1-dev-667.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:python3-indy-1.6.1-dev-667.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    deep-learning-with-python-notebooks-master

    deep-learning-with-python-notebooks-master, 1,GitHub 中可以直接打开 .ipynb 文件。 2,可以把 .ipynb 文件对应的下载链接复制到 https://nbviewer.jupyter.org/ 中查看。 3,安装 Anaconda,从开始菜单中...

    Python-Machine-Learning-Cookbook-Second-Edition

    Python机器学习食谱-第二版 这是Packt发行的的代码库。 超过100种配方,可使用实际数据集从智能数据分析发展为深度学习这本书是关于什么的? 这个备受期待的流行Python机器学习食谱第二版将使您能够采用一种新颖的...

    Python库 | brewblox-dev-1.0.2.dev2.tar.gz

    1. **setup.py**:这是Python项目的配置文件,用于定义项目的基本信息,如项目名、作者、版本号等,同时也负责安装过程,包括编译源代码、创建元数据以及安装到系统的指定位置。 2. **README**:通常包含了项目的...

Global site tag (gtag.js) - Google Analytics