<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 moreBlog
Latest articles
-
-
What is missing in Google Analytics 4? (GA4)
<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 -
Django words model suggested by chatgpt
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 -
My WestJet booking payment not successful error
<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 -
Create Markdown files
<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 -
Text to MarkDown
<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 -
2024 oscars
<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 -
Common Crawl data analysis
<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 -
Debug CUDA and GPU for Python
import torch import sys import os print(f"--- PyTorch Diagnostics ---") print(f"Python Version: {sys.version}") print(f"Python Executable: {sys.executable}") print(f"...
read more -
Tracking anamoly in the data
import pandas as pd import matplotlib.pyplot as plt import numpy as np def anamoly_detection(new: pd.DataFrame): new["std"] = new["value"].std() new["higher_std_value"] =...
read more -
Vatican - Plan your trip
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 -
United States - Plan your trip
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