Python offers several powerful ways to work with CSV (Comma-Separated Values) files, making data handling efficient and streamlined. In this blogpost, I’ll share 3 simple yet proven techniques to process CSV files in Python: First things first, let’s define our target: the CSV file What is a CSV File? A CSV (Comma-Separated Values) file is […]
Learning to celebrate small accomplishment is a catalyst to attain giant strides and every accomplishment is worthy of gratitude. Thus, Alhumdulillah I’m thankful for another goal achieved in the right direction as I completed the Applied Data Science with Python Specialization from Coursera. It was big learning opportunity for me to learn new skills and
In this article, I’m going to show you the top 5 unusual python features you may find useful. I will demonstrate each trick or feature with brief explanation and through examples.