`
thewaychung
  • 浏览: 23117 次
  • 性别: 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库 | python-dev-docker-project-0.1.9.dev0.tar.gz

    资源分类: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.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 Learning

    Python Learning notes Python Learning notes Python Learning notes Python Learning notes

    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

    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**:通常包含了项目的...

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

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

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

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

Global site tag (gtag.js) - Google Analytics