As a programming language, python is widely used. From the official Python website, we can see that its application fields include web development, database development, scientific computing, games, and 3D. Although the number of users who use python as the first language is not too large, it is very suitable for bonding various components in the system due to its simplicity, flexibility, and rich interfaces. Therefore, Python has an image called "glue language ". This "glue language" is used by more and more developers as a second language.
In the ranking of programming languages in toibe statistics, we can see that python is on the rise.
Position Sep 2008 |
Position Sep 2007 |
Delta in position |
Programming Language |
Ratings Sep 2008 |
Delta Sep 2007 |
Status |
| 1 |
1 |
|
Java |
20.715% |
-0.99% |
A |
| 2 |
2 |
|
C |
15.379% |
+ 0.47% |
A |
| 3 |
5 |
|
C ++ |
10.716% |
+ 0.78% |
A |
| 4 |
3 |
|
(Visual) Basic |
10.490% |
-0.26% |
A |
| 5 |
4 |
|
PHP |
9.243% |
-0.96% |
A |
| 6 |
8 |
|
Python |
5.012% |
+ 1.99% |
A |
| 7 |
6 |
|
Perl |
4.841% |
-0.58% |
A |
| 8 |
7 |
|
C # |
4.334% |
+ 0.75% |
A |
| 9 |
9 |
|
Javascript |
3.130% |
+ 0.41% |
A |
| 10 |
14 |
|
Delphi |
3.055% |
+ 1.83% |
A |
| 11 |
10 |
|
Ruby |
2.762% |
+ 0.70% |
A |
| 12 |
13 |
|
D |
1.265% |
-0.11% |
A |
| 13 |
11 |
|
PL/SQL |
0.700% |
-1.16% |
A -- |
| 14 |
12 |
|
SAS |
0.640% |
-0.76% |
B |
| 15 |
23 |
|
ActionScript |
0.472% |
+ 0.07% |
B |
| 16 |
16 |
|
Lisp/Scheme |
0.419% |
-0.21% |
B |
| 17 |
18 |
|
Lua |
0.415% |
-0.16% |
B |
| 18 |
22 |
|
Pascal |
0.400% |
-0.03% |
B |
| 19 |
- |
|
Powershell |
0.384% |
0.00% |
B |
| 20 |
17 |
|
COBOL |
0.360% |
-0.27% |
B |
Related News:
Tianydeclares python the programming language of 2007
Because Python has many advantages, it soon produces many "derivatives" of Python. For example, Jython on the Java platform, ironpython on the. NET platform, and Boo with the same syntax as python on the same. NET platform. These languages are called Python's relatives. The most talked python, because it was first implemented in C language, also known as cpython.
The following describes the features of these languages and their differences with cpython.
[To be continued]