Blog

Latest articles


  1. Learning Piano

    Sunday, 29 June 2025

    <p>https://www.youtube.com/watch?v=p00zsi71t6I This YouTube video, titled "How To Start Learning The Piano - Self Taught!" by Matthew Cawood, offers comprehensive advice for individuals who want to le...

    read more
  2. What is missing in Google Analytics 4? (GA4)

    Sunday, 29 June 2025

    <p>GA4 almost seems like a good tool for big websites, small websites need a user level overview.</p> <p>If I want to drill down into a particular user, GA4 does not provide that, easily.</p> <p>For e...

    read more
  3. Django words model suggested by chatgpt

    Tuesday, 24 June 2025

    Thought of making a database of all the words in english to make a typing suggestions app. Below is the model that chatgpt suggested. Python Code # # my input class Words(models.Model): word = models....

    read more
  4. My WestJet booking payment not successful error

    Monday, 23 June 2025

    <p>Tried booking YYJ to YYC using https://www.westjet.com/en-ca for four days. Payment failure errors. Seriously? Can't book my flights. Booked through Expedia finally. Payment went through just fine....

    read more
  5. Create Markdown files

    Tuesday, 17 June 2025

    <p>Based on - https://youtu.be/NV0mRSgj_qs</p> <p>Hi everyone, welcome to the video. Today, in this quick video, we are going to take a look at how to create a Markdown file as a starting point for an...

    read more
  6. Text to MarkDown

    Saturday, 14 June 2025

    <p>What if you want a markdown template to quickly start with your blog post in pelican, documentation or any such thing.</p> <p>Please visit http://mangoblogger.com/apps/form_to_markdown/ to create y...

    read more
  7. 2024 oscars

    Sunday, 01 June 2025

    <p>Here is the complete list of nominees and winners for the <strong>97th Academy Awards (2025 Oscars)</strong>, honoring films released in 2024. The ceremony took place on <strong>March 2, 2025</stro...

    read more
  8. Common Crawl data analysis

    Tuesday, 13 May 2025

    <p><a href="https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-18/index.html">Link to common crawl</a></p> <table> <thead> <tr> <th>File Type</th> <th>Description</th> <th>Processing</th> </tr> </th...

    read more
  9. Debug CUDA and GPU for Python

    Sunday, 06 April 2025

    import torch import sys import os print(f&quot;--- PyTorch Diagnostics ---&quot;) print(f&quot;Python Version: {sys.version}&quot;) print(f&quot;Python Executable: {sys.executable}&quot;) print(f&quot...

    read more
  10. Tracking anamoly in the data

    Tuesday, 25 February 2025

    import pandas as pd import matplotlib.pyplot as plt import numpy as np def anamoly_detection(new: pd.DataFrame): new[&quot;std&quot;] = new[&quot;value&quot;].std() new[&quot;higher_std_value&quot;] =...

    read more
  11. Vatican - Plan your trip

    Friday, 03 January 2025
    By Prasanna Kulkarni | Tags: europe, vatican

    Discovering Vatican City: A Journey Through History and Faith Nestled within the heart of Rome, Vatican City is a unique entity, serving as both an independent city-state and the spiritual epicenter o...

    read more
  12. United States - Plan your trip

    Friday, 03 January 2025
    By Prasanna Kulkarni | Tags: europe, united States

    Exploring the United States: A Journey Through History, Nature, and Culture The United States, a nation forged from diverse cultures and historical milestones, stands as a beacon of democracy and cult...

    read more