
- Forum
- Programming Talk
- Python
- What is the Language
What is the Language
This is a discussion on What is the Language within the Python forums, part of the Programming Talk category; I wanted to know whether Python has resemblence with any other programming language in its syntax. If so what is ...
-
What is the Language
I wanted to know whether Python has resemblence with any other programming language in its syntax. If so what is the programming language?
-
Python resemble in its class syntax the programming language C++.
-
04-18-2010, 03:23 PM #3
- Join Date
- Apr 2010
- Answers
- 4
The term “language” has branched by analogy into several meanings.The most obvious manifestations are spoken languages such as English or Spoken Chinese. However, there are also written languages and other systems of visual symbols such as sign languages. In cognitive science the term is also sometimes extended to refer to the human cognitive facility of creating and using language. Essential to both meanings is the systematic creation and usage of systems of symbols, each pairing a specific sign with an intended meaning, established through social conventions.
-
05-03-2011, 09:10 AM #4
- Join Date
- May 2011
- Answers
- 1
this is a cool and like this .
-
09-27-2011, 04:24 AM #5
- Join Date
- Sep 2011
- Location
- INDIA
- Answers
- 10
Python supports multiple programming paradigms. It features a fully dynamic type system and automatic memory management, similar to that of Scheme, Ruby, Perl, and Tcl. Like other dynamic languages, Python is often used as a scripting language, but is also used in a wide range of non-scripting contexts. Using third-party tools, Python code can be packaged into standalone executable programs. Python interpreters are available for many operating systems.
-
What is language?
Language is a medium of communication among different community.
Python is a high level language. It helps in communicating at back end. It is a server side, scripting langauge . It is object oriented and interpreted .
Ruby and Pearl are also server side interpreted and scripting language.
Python is mainly based on language C and C++.
At the same time keeping Java in mind language Jython is also created.
-
Sponsored Ads

Reply With Quote





