Sooraj ParakkattilUnderstanding Pythons Random LibraryOne of the unsolved mysteries of Computer science is the ability to achieve absolute Chaos or true Randomness. The random module in python…Feb 21, 2021Feb 21, 2021
Sooraj ParakkattilinDev GeniusAnonymous functions in python (Lambda)Small anonymous functions can be created with the lambda keyword in pythonJun 22, 2020Jun 22, 2020
Sooraj ParakkattilList comprehension in PythonCommon applications are to make new lists where each element is the result of some operations applied to each member of another sequence…Jun 21, 2020Jun 21, 2020
Sooraj ParakkattilPython String interpolationProcess of evaluating a string literal containing one or more placeholders are replaced with their corresponding value is known as string…Jun 20, 2020Jun 20, 2020