Python

  • Finding Keywords in Python

    Understanding the following code – keyword – This is a library present in the Python module, which in stores all the python keywords for the current version of python. The library comes with two modules – iskeyword – This checks if the string entered is a keyword or not. If it is a keyword it Continue reading

  • Python #Class1

    Python was created by Guido Rossum in 1989 and has become one of the fastest growing language. It is an interpreted, object-oriented, high level programming language with dynamic semantics. DIFFERENCE BETWEEN INTERPRETER AND COMPILER Interpreter read each line again and again and if there is an issue, it returns back the error to the user then Continue reading