
- Forum
- Programming Talk
- Python
- What is the Language
Results 1 to 9 of 9
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, 02: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, 08:10 AM #4
- Join Date
- May 2011
- Answers
- 1
this is a cool and like this .
-
09-27-2011, 03: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.
-
03-13-2012, 03:13 AM #7
- Join Date
- Mar 2012
- Answers
- 2
Python is a powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
-
04-16-2012, 03:50 PM #8
- Join Date
- Apr 2012
- Answers
- 12
Can you give me some examples of programming done via Python? I mean, from what I understand above this is a back end not a front end scripting language. Still, I wonder what the end result is of a program written in this language. I also wonder what other languages besides the ones mentioned above it could be compatible with, if any.
-
I was wondering if someone can link me to the page where it explains in a simplified manner what Phython is used for. I would greatly appreciate it.
-
Sponsored Ads
«
Can some one show me some Python coding
|
Which is Best Training Institute for the PYTHON Course
»

Reply With Quote