Python Learning notes (01)

Source: Internet
Author: User


To learn python, first learn to deploy its environment, then we will deploy the environment

In Linux, it is installed by default and can be installed by Yum or source if it is not installed.

Yum Installation: yum-y install python

SOURCE Installation:

To download the software first:

wget http://www.python.org/ftp/python/2.6.6/Python-2.6.6.tgz

Tar zxf python-2.6.6.tgz ; CD Python-2.6.6

./configure--prefix=/usr/local/python

Make && make install

To do a soft link:

ln-s/usr/local/python/bin/python/usr/bin/python


Now that Python is installed, let's take a look at how to use it.


python-v can view versions

python can enter the python environment

650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/74/F5/wKioL1YvVHjTdxnEAAGHQ1Q_7pQ114.jpg "title=" 1.png " alt= "Wkiol1yvvhjtdxneaaghq1q_7pq114.jpg"/>

If you want to quit, you can press Ctrl + D to exit


We can write Python as a script, and call it a Python script.

The suffix of the Python script is. py

We can take a look.

Cat phthon.py

#!/usr/bin/env python

print "Hello World!!!"


This is a simple Python script that outputs "helloworld!"


This article is from the "Ride a Pig to Travel" blog, please be sure to keep this source http://songqinglong.blog.51cto.com/7591177/1706927

Python Learning notes (01)

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.