`
thewaychung
  • 浏览: 23027 次
  • 性别: 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...

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

    Joshi -- Python Machine Learning Cookbook -- 2016

    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”后缀,可能表示这是一个开发版本或者包含了开发者相关的工具...

    Deep Learning with Python: A Hands-on Introduction

    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 By Example -- Code

    Python Machine Learning By Example -- The easiest way to get into machine learning -- Code

    Python库 | python3-indy-1.0.1-dev-247.tar.gz

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

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

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

    Python-Machine-Learning-Cookbook-Second-Edition

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

    PyPI 官网下载 | pythondev-example-0.1.0.tar.gz

    1. `setup.py`: 这是一个Python脚本,包含了关于库的基本信息(如名称、版本、作者、描述等),以及安装时的配置。它使用setuptools或distutils库来处理安装过程。 2. `MANIFEST.in`: 这个文件指示哪些额外的非...

    Python库 | slg-dev-ops-1.6.2.tar.gz

    1. `setup.py`:这是Python项目的配置文件,用于定义项目信息(如名称、版本、作者等)和安装依赖。 2. `README.md` 或 `README.rst`:这是项目简介,通常包含项目的用途、如何安装和使用等信息。 3. `LICENSE`:...

    python38-devel-3.8.8-1.module_el8.5.0+758+421c7348.x86_64.rpm

    官方离线安装包,亲测可用。使用rpm -ivh [rpm完整包名] 进行安装

    PyPI 官网下载 | python3-wrapper-vcx-0.2.0.dev942.tar.gz

    为了使用这个库,开发者首先需要解压`python3-wrapper-vcx-0.2.0.dev942.tar.gz`,然后使用Python的`setup.py`脚本进行安装,通常是通过运行`python setup.py install`命令。 在安装过程中,Python的打包工具...

    python_docx-0.8.10-py2.py3-none-any.whl

    原来是通过命令行下载的docx安装包还没有完全兼容python3,估计这个安装包还只兼容python 2(python2 和python3差别还是挺大的,虽然现在python 3出来很久了,但是不少三方库还没有更新),因此需要自己找一个兼容的包...

Global site tag (gtag.js) - Google Analytics