Developer & Explorer

Bridging Data Science, Python & Global Travel

Welcome to the digital garden of Prasanna Kulkarni. From detecting anomalies in complex datasets to planning the perfect trip across Europe and North America.

Read Latest Articles About Me
import pandas as pd
from sklearn.ensemble import IsolationForest

# Anomaly Detection Logic
def detect_anomaly(data):
  model = IsolationForest(contamination=0.3)
  model.fit(data[['value']])
  data['score'] = model.predict(data)
  return data

# Tracking changes
print("Analysis Complete...")

What I Write About

A blend of technical deep dives and real-world exploration. Whether you are debugging Django or booking a flight to Austria.

💻

Coding & Tech

Tutorials on Python, Pandas, Django Admin features, and SQL for interviews. I break down complex logic like anomaly detection and robotics control.

Explore Coding →
🚀

AI & Productivity

Reviews of the latest AI tools (ChatGPT, MidJourney) and workflow automation strategies to enhance your daily output.

View AI Tools →
🛠️

Projects

Behind the scenes of my builds, including the Webclipper Firefox Plugin, YouTube automation scripts, and DIY Robotic Arms.

See Projects →

Travel Guides

Comprehensive itineraries and tips for exploring the world.

Latest Insights

Data Science

Tracking Anomaly in Data

A deep dive into using Python libraries like Pandas, Matplotlib, and Scikit-learn (IsolationForest) to detect anomalies in datasets.

AI & Tools

AI Tools for Enhanced Productivity

Discover the top AI-powered creation and workflow tools of 2025, from Generative AI like ChatGPT to design tools like MidJourney.

Journal

Right to Self-Representation in Canada

An analysis of the Canadian Charter of Rights and Freedoms regarding "pro se" legal representation and access to justice.