Khushi Duggar

Khushi Duggar

Author
Hi everyone, I’m Khushi! I am a Computer Science & Engineering graduate with a specialization in AI & ML from SRMIST, KTR. I hold multiple certifications across various tech domains and have published several research papers, along with over 200 articles focused on AI, ML, Data Science, and core programming concepts. I’m proficient in a wide range of tech stacks and love working where there's a perfect blend of code, creativity, and problem-solving to bring innovative ideas to life. Through my work at CodingZap, I intend to foster greater interest and understanding among readers.
Latest from Khushi Duggar (6 articles)
How To Create And Use Python Packages?

How To Create And Use Python Packages?

Python packages are a simple way to organize code into logical and reusable units. They are a collection of modules(Python...
Read more
What Are Magic Methods In Python? (Dunder Methods)

What Are Magic Methods In Python? (Dunder Methods)

Python has a few special methods that begin and end with double underscores, such as __init__ or __len__. These special...
Read more
Try-Except in Python: Catch the 10 Errors Students Hit Most

Try-Except in Python: Catch the 10 Errors Students Hit Most

Try-except in Python is a built-in safety net that lets your program survive runtime errors instead of crashing. You wrap...
Read more
Mastering Indentation in Python: A Beginner’s Guide

Mastering Indentation in Python: A Beginner’s Guide

In Python, indentation is a fundamental part of its syntax. Python is heavily dependent on indentation to structure its programs....
Read more
10 Most Common Python Errors in Student Assignments

10 Most Common Python Errors in Student Assignments

Python is frequently praised for its beginner-friendly characteristics, but it comes with its own set of hurdles that can confuse...
Read more
Mastering Java Project Documentation: Guide for Developers

Mastering Java Project Documentation: Guide for Developers

In software development, the best code in the world may not be worth anything if it has no documentation. For...
Read more