Introduction to Python
PYTHON(Programing Lan guage) Python is an interpreted, object oriented, high level programming language. It was developed by Guido Van Rossum in 1985-1990. It is a multi- paradigm programming language. Fortunately an experienced programmer can pick up Python very quickly as it is easy language. Why python is must? Fig 1.1 Python is a high-level, interpreted, interactive and object oriented language. Python is degined to highly readable. In python there is less use of English keywords as comparison to other language . Python is must for students and working professional to become a great a great software engineer specially when it work in IT sector. ● Python is interpreted - Python is processed at runtime by the interpreter. You don’t need to compile your program before executing it. It is similar to PHP,PERL. ● ...

Comments
Post a Comment