Category: Python tutorial
-
Limitations of Python
Python is a very popular language. Every programming language has shortcomings so does Python. Following are important shortcomings of Python programming language: Performance and Speed – It has been proved that Python is slow in comparison to C/C++ and Java. Since Python is interpreted language, it can be slower in comparison to compiled languages. Python…
-
Features of Python
Simple – Python is a very simple language. Writing Python code is very simple and looks like writing English many times. However the rules of writing Python code are strict than English. Easy to learn – Python is very easy to learn. Python has very less reserved words and are very much like English words.…
-
Introduction to Python and it’s brief history
Python is a general purpose high-level programming language. It is very easy to learn and has very simple syntax and that is why it is very popular. Python provides high-level and efficient data structures. Python is interpreted and dynamically typed. Python supports multiple programming paradigms, including object-oriented, procedural and functional programming. Python also supports features…