Python Superiority and Inferior | Website Development, Web Design Company, Creative Design Solutions Malaysia : Cstudio Web Design

Superiority

Simple

Python is a language for representing simple ideology . Reading a good Python program feels almost like reading English . So that you can focus on solving the problem rather than the language itself .

Learn

Python is extremely easy to use, because Python has a very simple documentation.

Fast

Python bottom is written in C language , a lot of standard libraries and third-party libraries are also written in C , runs very fast .

Free and Open Source

Python is a FLOSS ( Free / Open Source Software) . Users can freely distribute this software copy

Reading its source code , make changes to it , it is part of the new free software. FLOSS is a community -based knowledge sharing concept .

High-level language

When using the Python programming language without the need to consider how to manage a class of low-level details of memory used by your program .

Portability

It 's open source nature , Python has been ported on many platforms ( changed to make it work on different platforms ) . These platforms include BeOS, Windows, Linux, FreeBSD, Macintosh, Solaris, OS / 2, Amiga, AROS, AS/400, OS/390, z / OS, Palm OS, QNX, VMS, Psion, Acom RISC OS, VxWorks, PlayStation, Sharp Zaurus, Windows CE, PocketPC, Symbian and Google 's android platform based on linux development .

Explanatory

One such as C or C + + program written in a compiled language can be converted from a source file ( ie, C or C + + language ) into a language that your computer uses ( binary code , namely 0 and 1 ) . Through this process, the compiler and various flags and options . When running the program , the linker / loader software to copy the program from your hard disk into memory and run . The Python language is not required to write a program compiled into binary code. You can run the program directly from the source code . Inside the computer , Python interpreter converts the source code into an intermediate form called bytecode , and then translate it into machine language computer use and operation. This makes using Python much easier. Python also makes programs more portable.

Object-Oriented

Python supports both process-oriented programming also supports object-oriented programming. In the " process-oriented " language , the program is to build up reusable code from the procedure or function only . In the " object-oriented " language , the program is an object made ​​of a combination of data and functions to build up .

Scalability

If you need a critical piece of code to run faster or want some algorithm does not open, you can use part of the program written in C or C + + , and then use them in Python programs .

Embeddability

Python can be embedded C / C + + program , which provides scripting capabilities to program users.

A rich library

The Python Standard Library is huge indeed . It can help with various tasks, including regular expressions, documentation generation , unit testing , threading , databases , web browsers , CGI, FTP, e-mail , XML, XML RPC, HTML, WAV files, cryptography , GUI ( Graphical user Interface ), Tk and other operating system-related . This is called Python's " fully functional " concept. In addition to the standard library , there are many other high-quality libraries such as wxPython, Twisted Python image library and so on .

Specification code

Python uses indentation to force a way that the code has a better readability. The Python language is not required to write a program compiled into binary code.

Inferior

Single statement and command line output problems

Many times you can not even write one line program , such as import sys; for i in sys.path: print i. While no such restrictions on perl and awk can be more convenient to complete a simple procedure in the shell, do not need such as Python , must be written to a . Py file program .

Unique syntax

It probably should not be called limitations, but it is indented to distinguish the relationship between the way the statement was brought to a lot of confusion for beginners . Even very experienced Python programmers, which is also likely to fall into the trap . The most common situation is mixed tab and space will cause an error , but it is not with the naked eye , respectively .

Untyped

As a dynamic language , creating and using variables anywhere Python has brought us great convenience . But it also makes the program is not rigorous, it may appear that only certain errors in the operation . So, using the Python programming, you want to type do know the answer . It also enables Python IDE tools can not provide a convenient auto-complete function. About "no type " argument is completely wrong . A look that people do not understand python write . python is a "strong type " , " dynamic binding ."

Running slow

Refers to the comparison with C and c + +.

Top FB Message Us
Whatsapp Us