Introduction to Python

The original poster: , cool A Views: 270 Replies: 1 Posted in: 2012-04-18 17:14:44
Python (KK pronunciation: /ˈpaɪθɑn/, DJ pronunciation: /ˈpaiθən/) is an object-oriented, interpreted computer programming language, created by Guido van Rossum. The language has concise and clear syntax, and a rich and powerful library. Python is often nicknamed a 'glue language,' as it can easily link various modules created in other languages (especially C/C++) together. A common application scenario is using Python to quickly generate a program prototype (sometimes even the final interface of the program), and then rewriting the parts with special requirements in a more suitable language. For example, in a 3D game, the graphics rendering module, which requires high speed, can be rewritten in C++. Advantages: Simple: Python is a language that represents the philosophy of simplicity. Reading a well-written Python program feels like reading English. It allows you to focus on solving problems rather than understanding the language itself. Easy to learn: Python is extremely easy to get started with because it has very simple syntax. Sourced from Baidu Encyclopedia.
reply 🤍 0 📤 share collect
So dizzy I can't understand… I guess it should be possible to write software
— All replies loaded —

Leave a Reply