by saspower | Dec 5, 2022 | Python Online Course
Lambda function is anonymous function which are used for creating the simple functions as variable, without storing the function in a file. It is small anonymous function having passing multiple arguments but expression should be one. It is required for short period...
by saspower | Nov 30, 2022 | Python Online Course
List- List is used to stores the items which are separated by comma. List is represented by square bracket [ ]. List is non homogenous that means it can store any data type, containing integers, Boolean, string and Boolean etc. List may be nested that means list can...
by saspower | Oct 19, 2022 | Python Online Course
Matplotlib is a kind of Python library which are used for visualization is powerful technique which similar to proc sgplot/proc gchart/proc gplot in sas interface, also so many visualizations are easily available in power BI and tableau. Matplotlib library mainly used...