Posts

Different Mode Programming Interactive Mode Programing:-                        C:>python ↲ [Press Enter]                        python 3.7                            ⇶ print("Hello World")                        OUTPUT:-                        Hello World
Integrated Development Environment(IDLE) You can run Python from a graphical user Interface(GUI) environment as well, if you have a GUI application on your system that supports python. Unix : IDLE Windows : python win Macintosh : IDE[Download from Macbinary or Binhex'd file.]
Runnig Python 3 Diffrent Ways.   Enter Python the command line. $python #Unix/Linux OR python%  #Unix/Linux OR C:> python #Windows/Dos Script From Command-Line A Python script can executed at command line by invoking the interpreter on your application. $python script.py  #Unix/Linux OR python% script.py #Unix/Linux OR C:> python script.py #Windows/Dos NOTE:Be sure the file permission mode allows execution
Disadvantage  of Python Python is slow. Python is not a very good language for mobile development. Python is not a good choice for memory intensive task. It's near impossible to build a high-grad game using python It has limitations with database access. Python is not good for multi-processor/multi-core work.
Advantage of Python Python is easy to learn for even a novice developer. Supports multiple systems and platforms. Object-oriented programming-driven. learning python could open new avenus for you to create some out-of-the box gadgets. Python has a plethora of the frameworks make web programming very flexible. Django is the most famous python framework for web development. Allow to scale even the most complex application with ease. A large number of resources are available for python. It giants like YAHOO,GOOGLE,IBM,NASA,NOKIA and DISNEY prefer python.
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 support for la
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.