Akansha SrivastavaInheritance In classes : OOP‘’’ Inheritance: In basic English Inheritance is the concept of qualities being passed from one generation to another. similarly in…Mar 3, 2021Mar 3, 2021
Akansha SrivastavaUnderstanding Decorators'''Decorators are the functions that add some functionalities to a given function. they don't change the function/structure of the…Mar 1, 2021Mar 1, 2021
Akansha SrivastavaImport in python#WHAT IS IMPORT ?? '''In Python, we get access to using a module by importing it . to do this we use the keyword import ''' #HOW IMPORT…Feb 24, 2021Feb 24, 2021
Akansha SrivastavaMAP ,FILTER AND REDUCE''' Map ,Filter and reduce are three functions that can be used for convenience all the functions have a similar syntax syntax…Feb 24, 2021Feb 24, 2021
Akansha Srivastavalocal and Global scope of variables''' Scope of a variable is defined as the area with in which the variable is accessible. variable is a label for a location in the memory…Feb 23, 2021Feb 23, 2021
Akansha SrivastavaUnderstanding Files''' A file is a resource that is used for saving data and information in the hardware of the computer there are various mode of opening a…Feb 23, 2021Feb 23, 2021
Akansha SrivastavaTry and Exception Handling in Python.First let us learn what an exception is:-Feb 23, 2021Feb 23, 2021