[Reading notes] Python data Analysis (i) Preparation

Source: Internet
Author: User
Tags sql primary key

1. Data structures in Python: matrices, arrays, data frames, multiple tables interconnected by key columns (SQL PRIMARY key, foreign key), time series

2. Python-interpreted language, programmer time and CPU time measurement, high-frequency trading system

3. Global interpreter lock Gil, global interpreter lock mechanism to prevent the interpreter from executing multiple python bytecode instructions at the same time

Cpython can inherit OpenMP implementation of parallel processing loops and greatly increase the speed of numerical algorithms

4. Numpy, pandas,matplotlib,ipython,scipy

Numpy:python Scientific Computing Base Library, as a container for passing data between algorithms, Numpy arrays are more efficient than python built-in data structures, and low-level languages such as C can manipulate data in Numpy arrays directly

    • Fast and efficient multidimensional array object Ndarray
    • Mathematical operations of array elements and arrays as a whole
    • Array-based dataset tools for reading and writing on hard disks
    • Linear algebra, Fourier transform, random number generation
    • C, C + +, FORTRAN code integration into Python tools

Pandas: A large number of data structures and functions that handle structured data

    • Precise indexing, reshaping, slicing, chopping, aggregating, selecting subsets
    • High performance time series features and tools

Matplotlib: The most popular library for plotting data graphs

Ipython: Enhanced Python Shell provides a robust and efficient environment for interactive and exploratory computing

    • Interactive data processing and plotting
    • An HTML notebook similar to Mathematica, connected via a Web browser Ipython
    • QT Framework-based GUI console with drawing, multi-line editing, syntax highlighting
    • Infrastructure for interactive parallel and distributed computing

SCIPY: Scientific Computing Toolkit

    • Scipy.integrate: Numerical integration and differential equation solvers
    • SCIPY.LINALG: Extended linear algebra routines and matrix decomposition provided by NUMPY.LINALG
    • Scipy.optimize: function optimizer and Root lookup algorithm
    • Scipy.signal: Signal Processing tools
    • Scipy.sparse: coefficient matrix and coefficient linear system solution
    • Scipy.stats: standard continuous and discrete probability distributions, statistical tests, etc.
    • Scipy.weave: Tools for accelerating array computing with inline C + + code

[Reading notes] Python data Analysis (i) Preparation

Related Article

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.