Exforsys
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 ...

  1. #1
    cyrus is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    127

    Question 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?

  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    Python resemble in its class syntax the programming language C++.

  3. #3
    SelahJadenCald is offline Junior Member Array
    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.

  4. #4
    rolandcham is offline roland cham Array
    Join Date
    May 2011
    Answers
    1
    this is a cool and like this .

  5. #5
    bigclassesglobal is offline Junior Member Array
    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.

  6. #6
    dheerajs is offline Junior Member Array
    Join Date
    Oct 2011
    Answers
    16

    Smile 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.

  7. #7
    paddysmith is offline Junior Member Array
    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.

  8. #8
    webcurious is offline Junior Member Array
    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.

  9. #9
    erik_kohl is offline Junior Member Array
    Join Date
    Apr 2012
    Answers
    5
    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