Differences between the two versions of Python and the IDE environment-personal class notes, pythonide

Source: Internet
Author: User

Differences between the two versions of Python and the IDE environment-personal class notes, pythonide

Python versions:

Python 3.6.3 (currently the latest and most stable)

Python 2.7.14 (old version, relatively stable)

Differences between Python 3 and Python2:

1 #Print usage2 #Python2:3 print 'Hello world' 4 print ('Hello World') 5 #Both of the preceding methods can be used.6 7 #Python3:8 print ('Hello World) 9# Only One Method10 11 #Conclusion: In Python3, print is defined as a function, which is recorded only in the personal classroom notes and is not comprehensive.

 

# Input usage: # python2:Input ("please input something") raw_input ("please input something ")# Both of the preceding methods can be used.# Python3:Input ("please input something ")# Only One Method#Summary:Raw_input () is deleted in python3 (), Only individual class notes, not comprehensive
 

Python development IDE environment Pycharm:

Https://www.jetbrains.com/zh/pycharm/specials/pycharm/pycharm.html? Utm_source = baidu & utm_medium = cpc & utm_campaign = cn-bai-br-pycharm-ex-pc & utm_content = pycharm-pure & utm_term = pycharm

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.