Published onApril 15, 2023How to read and write Sequential data gracefully in PythonPythonLearn how to properly read and write sequential data for day-to-day software engineering in Python. Discover the differences between using a list and using a list efficiently.
Published onMarch 15, 2023Tuesdays with Morrie | Book SummarybooksummaryThis blog is a summary of a great book called "Tuesdays with Morrie" where Professor Morrie gives life lessons in a very simple ways.
Published onMarch 11, 20236 Ways To Stop Getting DistracteddistractionfocussummaryThis is a summary of the "On Purpose" podcast which discussed ways to stop getting distracted and stay focused.
Published onMarch 8, 2023Unhappy MoneymoneyhapinessUnhappy Money blog shows the relationship between money and happiness and the misconceptions around it.
Published onJanuary 16, 2023How To Read Better | Blog SummaryreadingsummarySummary of "Reading Better|Retaining and Applying What You Read" article from Farnam Street blogs.
Published onJanuary 7, 2023Upload CSV Data To MongoDBMongoDBPythonCSVPandasLearn how to import CSV data using Pandas and import that data to MongoDB using Python in a few steps.
Published onOctober 30, 2022A Date With the Datetime Module in Python | Part - 2PYTHONDATETIMEHow to get name of month and weekday using python. Learn and explore how to display in specific formats using strftime.