Skip to content
Subin Thapa

Subin Thapa

  • Home
  • About
  • Service
  • Portfolio
  • Blog
  • Contact
Schedule Meeting
Python Functions Lecture 2: Understanding Function Arguments
subinthapaDecember 13, 2025December 13, 2025 No Comments

Python Functions Lecture 2: Understanding Function Arguments

Python functions become powerful when they can accept data from outside. This is done using function arguments. In this lecture, we will clearly understand every type of argument with simple explanations and examples. 1. What Are Function Arguments? Functions in Python can receive information from the caller. This information is passed as arguments inside the […]

Continue Reading
10-Day Python Functions Roadmap: From Basics to Full Projects
subinthapaOctober 27, 2025October 27, 20251 Comments

10-Day Python Functions Roadmap: From Basics to Full Projects

Day-wise Plan & What You Will Learn Day Topic What You Will Learn Day 1 Introduction to Functions Learn how to define functions, call them, return values, and understand why functions are useful. Day 2 Function Arguments Explore positional, default, and keyword arguments, and how to pass multiple parameters effectively. Day 3 Python Scope Understand […]

Continue Reading
How to Register Free .com.np Domain | Domain & Hosting Basics
subinthapaOctober 27, 2025October 27, 2025 No Comments

How to Register Free .com.np Domain | Domain & Hosting Basics

1. IP Address 2. Domain Name Analogy: 3. Hosting Analogy: 4. DNS (Domain Name System) 5. Connection Between Them Flow: Domain → DNS → IP Address → Hosting → Website 6. .com.np Domain 6. Requirements For Individuals: For Businesses: Also Required: 7. Choosing a Domain 8. Steps to Register a .com.np Domain 9. Free Hosting […]

Continue Reading
A Comprehensive Guide to Virtual Environments in Python
subinthapaOctober 19, 2025October 19, 2025 No Comments

A Comprehensive Guide to Virtual Environments in Python

In Python development, managing project dependencies can quickly become complicated when different projects require different package versions.A virtual environment solves this problem by creating an isolated workspace for each project. This guide explains what virtual environments are, why they are important, and how to create and manage them effectively. What is a Virtual Environment? A […]

Continue Reading
Day-26: Mastering Dictionaries in Python – Key-Value Collections
subinthapaOctober 11, 2025October 18, 2025 No Comments

Day-26: Mastering Dictionaries in Python – Key-Value Collections

What is a Dictionary? A dictionary in Python is a collection of unordered, changeable, and key-value paired items.It is represented by curly braces {} with keys and values separated by a colon :. If you want to store data in key-value pairs, you can use a Dictionary. For example, to store a collection of related […]

Continue Reading
« Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • ...
  • 12
Next Page »
Copyright © 2026 Subin Thapa
No Form Selected This form is powered by: Sticky Floating Forms Lite