Ubuntu under Python installation Test & geany Implementation Hello world!

Source: Internet
Author: User

Python is a cross-platform programming language that can run on all major operating systems. Linux is an operating system designed for programming, so Python should be installed by default on most computers that have Ubuntu installed.

To determine if it is, you can bring up the terminal and enter Python to test

If you want to test Python2, press ENTER Python3.

Geany is a simple text editor that is easy to install and can run almost any program without having to pass through the terminal, and also displays the code in different colors to highlight the syntax.

To install the Geany, bring up the terminal, type sudo apt-get install Geany

After the installation is complete, let's look at how to implement the Hello World Classic program through Geany.

First, create a new Python_work folder under the home folder to store the files.

Press the Super key, search for Geany, double-click Open, enter print ("Hello world!"), and save.

If you also want to use Python3, you need to set up, just follow the procedure below.

Press F5 run a bit

Ubuntu under Python installation Test & geany Implementation Hello world!

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.