Welcome to My Blog

news
Author

Anindya Saha

Published

March 31, 2026

This is my first blog post, written as a Jupyter notebook and rendered with Quarto.

Code Example

Here’s a quick demo showing code and output in a blog post:

import sys
print(f"Hello from Python {sys.version_info.major}.{sys.version_info.minor}!")

What’s Next

Stay tuned for more posts on data science, machine learning, and software engineering.