Different Mode Programming Interactive Mode Programing:- C:>python ↲ [Press Enter] python 3.7 ⇶ print("Hello World") OUTPUT:- Hello World
Popular posts from this blog
PYHTON FEATURES Easy-to-learn:- Pyhton has few keywords simple structure and a clearly defined syntax. Easy-to-read:-Python code is more clearly defined and visible to the eyes. Easy-to-maintain:-Python's source code is fairly easy-to-maintain. A broad standard library is very portable and cross-platform compatible on any operating system. Interactive mode:-Python has support for an interactive mode which allows interactive testing and debugging of snippets of code Portable:-Python can run on a wide variety of hardware platforms and has the same interface on all platforms. Extendable:-You can add low-level modual the Python interpreter. Database:-Python provides interfaces to all major commercial database. GUI Programming:-Python supports GUI application that can be created and ported to many system calls,libraries and windows systems. such as windows MFC, machin tool and the x-windows system of unix. Scalable:-Python provides a better structure and supp...
Introduction to Python Introduction to Python Python is a general-purpose interpreted, interactive , Object-Oriented and High-level Programming Language. It use English keywords frequently where a other languages uses punctuation, and it has fewer syntactical construction than other languages. Python is Interpreted. Python is Interactive. Python is Object-Oriented. Python is a Beginners Language. History of Python Developed By: Guido Van Rossum . Developed in: late eighties and early nineties-1998. Developed Place: National Research Institute fox matheme and Computer Science in Netherlands.
Comments
Post a Comment