Pre-data analysis

Source: Internet
Author: User
Tags jupyter notebook

Python version python 2 or Python 3
    • Python 2.x is an earlier version, Python 3.x is the current version
    • Python 2.7 (final version of 2.x) rarely has a big update since its release in 2010
    • Python 2.x has more tool libraries than python3.x
    • Most Linux systems installed by default are still Python 2.x
    • Version selection depends on the problem to be resolved
Recommended case for Python 2.x:
    • The deployment environment is not controllable and Python version cannot be selected by itself
    • Some tool libraries are not yet available to support Python 3.x.
    • If you choose to use Python 3.x, you need to decide which tool library to use to support the new version.
Note: This course will use the Python 3.x version
Python Environment and Idepython environment

Anaconda(水蟒): A scientific computing software release that integrates a large number of commonly used expansion packs, including more than 180 scientific compute packages such as Conda, Python, and their dependencies, and supports all operating system platforms. : Https://www.continuum.io/downloads

Install package: Pip install Xxx,conda install XXX Uninstall package: Pip uninstall xxx,conda uninstall XXX Upgrade pack: Pip install upgrade Xxx,conda update xxx

Idejupyter Notebook:

Command: Jupyter Notebook

    1. Anaconda comes with no separate installation
    2. View the running process in real time
    3. 基本的web编辑器(本地)
    4. . ipynb file Sharing
    5. Can be interactively
    6. Record Historical Run results
IPython:

Command: Ipython

    1. Anaconda comes with no separate installation
    2. Python的交互式命令行 Shell
    3. Can be interactively
    4. Record Historical Run results
    5. Validate ideas in a timely manner
Spyder:

Command: Spyder

    1. Anaconda comes with no separate installation
    2. Completely free, suitable for users who are familiar with Matlab
    3. 功能强大,使用简单的图形界面开发环境
Pycharm:
    1. Self-installation required: Https://www.jetbrains.com/pycharm/download
    2. Pycharm,jetbrains's Boutique, full platform support, not much explained.

Pre-data analysis

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.