FEATURES, SETTING UP PATH BASIC SYNTAX, COMMENTS, VARIABLE Python is a feature rich high-level, interpreted, interactive and object-oriented scripting language. Features of Python There are some important features of Python programming language... 1. Easy to Learn This is one of the most important reasons for the popularity of Python. Python has a limited set of keywords. Its features such as simple syntax, usage of indentation to avoid clutter of curly brackets and dynamic typing that doesn't necessitate prior declaration of variable help a beginner to learn Python quickly and easily. 2. Interpreter Based Any Programming languages is either compiler based or interpreter based. Python is an interpreter based language. The interpreter takes one instruction from the source code at a time, translates it into machine code and executes it. Instructions before the first occurrence of error are executed. With this feature, it is easier to debug the program and thus proves useful for the ...
टिप्पणियाँ
एक टिप्पणी भेजें