Keyword Arguments in Python

In the previous article we looked at the usage of default arguments ..now we will look at what is the purpose behind the utilization of keyword arguments in Python. The arguments we have discussed so far, they were either default or positional arguments. Let us understand positional and keyword arguments with the help of an … Read more

Python terminology: Keywords, Variables, Functions, Packages and Modules

In the last article we have gone through the definition of programming languages, have discussed the Python programming language along with it’s basic syntax, benefits, usage and some concepts which Python follows. In today’s article we will have a look at the python programming structure, some more statements, and other fundamental python concepts. Python terminologies … Read more