First class of Python ## 1

                           What is Python ?

Python is a high-level, general purpose programming language. Its design philosophy emphasizes code readability with use of  significant indentation. Python is dynamically typed and garbage-collected . It supports multiple programming paradigms, including structured, object-oriented and functional programming.

                                       History of Python

Python was created by Guido van Rossum, and first released on February 20, 1991. While you may know the python as a large snake, the name of the Python programming languages comes from an old BBC television comedy sketch series called Monty Python's Flying Circus

                                         Programm Excecution 

 Programm excecution is based on the two types that are :- 
                                                     1) Interpreter
                                                     2) Compiler
**  Python based on the Interpreter

Que 1 ) What is Interpreter ? 

Ans )   A Python interpreter is a programm that converts each high-level programm statements into machine code. An interpreter translates the commands that you write out into code that the computer can understand.


*** Next class is for First programm of python




Comments

  1. Wow very nice information contained in this

    ReplyDelete
  2. Wow very nice brother. It contains very great information.

    ReplyDelete
  3. Oh! so be ready for your next python classes

    ReplyDelete
  4. Wow very nice bro I am really very excited to learn Python

    ReplyDelete

Post a Comment

Popular posts from this blog

My introduction.

Third class of Python ## 3

Some knowledge about AI