*args and **kwargs are two python magic variables which are commonly used to pass arguments into the functions. The magic doesn’t lives in the name(args and kwargs) but in the *(asterisk). These variables are used when you are not … Continue reading
Python __name__ value initialization and usage
Python is an interpreted language, whenever python interpreter reads the code file it executes all the code found in it. But before execution of the code their are few special variables which are defined. One of the special global variables … Continue reading
Python: Difference between from .. import .. and import
Whenever we want use a function from a python module we should import it. Import can be done using one of the available options. import <ModuleName> from <ModuleName> import <FunctionName/*> 1. import statement makes the module available in the current … Continue reading
A peep into Bancassurance
The brew of ‘Bank’ and ‘Insurance’ gives rise to ‘Bancassurance’. The increasing competitiveness among the bank and insurance companies over the years has affected the financial statements of both these entities. India, having a lower level of penetration and compactness … Continue reading
Creativity in management practices with adventure sports
Adventure sports, alias extreme sports, are sports that involve a prodigiousness of inherent danger, a high degree of skill and utilization of motion to provide an exciting “rush” to the participant. While there is no universal consensus on exactly which … Continue reading
Top 10 Product RoadMap Tips
Collaborative Roadmap: A product roadmap provides context around day-to-day activities of the team members. Even though it is the job of the product owner to create and update the roadmap, yet it’s always good for a successful product roadmap to … Continue reading
Use of ‘Data Analytics’ in the Banking and Financial Industry – A Scrutiny
The platform of Big Data and Analytics enables organizations to tackle various complex problems that were previously not easy to solve. This platform is useful in helping the enterprises across all industries. According to a research conducted by Capgemini and … Continue reading
Top 20 To-Do App User Stories
Around the New Year’s amidst all the festive mood, I spared sometime to write a user stories for development of a basic TO-DO app, I have tried to narrow down the stories to only Top 20 user stories which can … Continue reading
Why you should be desperate about CASB?
Gartner: Cloud access security brokers (CASBs) are on-premises, or cloud-based security policy enforcement points, placed between cloud service consumers and cloud service providers to combine and interject enterprise security policies as the cloud-based resources are accessed. CASBs consolidate multiple types … Continue reading
The inherently dumb data requires Algorithm Economy
Over the past few years every conversation I had with a CxO, product visionaries or a developer comes back to the potential of Big Data. But data is dumb, big data is not where the value is. Data is certainly … Continue reading