Data analysis with Python | Kai Hang

Source: Internet
Author: User
Before doing data analysis, many are using Oracle or MySQL, SQL to complete the query and statistical data analysis, but with the increase in data volume, the database with the development of a NoSQL database, due to the changes in the database and its underlying technology architecture, the data analysis algorithm has become complex, Python, however, implements the language and tools that this task applies to. Like what:

In [36]: for i in range(4):         ...:     for j in range(4):            ...:         if j > i:                ...:             break            ...:         print((i,y))

This is a program that prints a matrix array, and if Python can greatly simplify the code, the output is as follows:
(0, 7)
(1, 7)
(1, 7)
(2, 7)
(2, 7)
(2, 7)
(3, 7)
(3, 7)
(3, 7)
(3, 7)
Wow, Python&ipython, this is great!
Follow up on the methods and examples of Python's data analysis, so stay tuned for my blog updates.

Data analysis with Python | Kai Hang

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.