Jul 6, 20201 min readWrite Data in CSV Format using PythonIn Python, the csv module implements classes to read and writer tabular data in CSV format.
Jun 18, 20201 min readLambda : Anonymous FunctionIn Python, there is an anonymous function which is defined by the help of lambda keyword