Original link: http://www.kuqin.com/shuoit/20140728/341451.htmlMany Python beginners want to know which version of Python they should start learning from. My answer to this question is "you learn the version of the tutorial you like and then check
Many beginners in Python will ask: Which version of Python should I learn? For this question, my answer is usually "first choose the Python tutorial that best suits you, which version of Python you use in the tutorial, and you use that version."
1 Python Introduction 1.1 What is PythonPython is an object-oriented, interpreted computer programming language, invented by Dutchman Guido van Rossum (Guido van Rossum) in 1989, and the first public offering was released in 1991. The latest version
Example Analysis of range () function usage in python development, pythonrange
This article describes the usage of the range () function in python development. We will share this with you for your reference. The details are as follows:
The range ()
This example describes the use of the range () function in Python development. Share to everyone for your reference, as follows:
The range () function in Python is very powerful, so I think it is necessary to share with you
As described in its API:
Python built-in functions (52) -- range, python built-in 52 range
English document:
range(
Stop)
range(
Start,
Stop[,
Step])
Rather than being a function,
rangeIs actually an immutable sequence type, as specified ented
The function of the range () function in Python is hen powerful, so I think it is necessary to share with you
As described in its API:
If you don't need to iterate through a sequence of numbers, the built-in function range () comes in handy. It
I. History of Python development
The Python language, because of its concise and clear style, has a wide range of well-used libraries and open-source frameworks for Python that are popular with many it communities. The origin of Python and the
Python Range Function UsageOne, in the Python development application, the range function is very important, but also more commonly used :first look at the prototype of the range function: range (start, end, scan)parameter resolution:Start: Count
English documents:
range
(stop)
range
(start, stop[, step])
Rather than being a function, is
range actually an immutable sequence type, as documented in Ranges and sequence Types
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.