Python Getting Started Tutorial

Source: Internet
Author: User

It industry technology Update particularly fast, we can not stay in the old technology and not to receive new knowledge, in fact, as a programmer, the ability to learn knowledge is more important than the knowledge mastered. Python is also a very hot language, and as a Java backend, I must also learn new knowledge and identify new directions in addition to working.

First, learn python to download Python on the official website and configure the appropriate environment variables.

Second, learn the variables and data types of pythond. The data types are: integers, floating-point numbers, strings, booleans, and null values.

Two types of Python: List and tuble type LISTL types are variable, can be changed by append (), insert (), Pop to change the list and tuble is immutable.

Then is to learn pythond condition judgment and cycle, this and learn Java similar, very good understanding for the Java foundation of the people. Here is an example

If score>=90:
print ' excellent '
Elif score>=80:
print ' good '
Elif score>=60:
print ' passed '
Else
print ' failed '

My life is just beginning, I hope I have a good future.

Python Getting Started Tutorial

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.