Exforsys
+ Reply to Thread
Results 1 to 6 of 6

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
    128

    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
    145
    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
    13

    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.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...