These notes fully cover all Pandas topics and subtopics required for: 1. Pandas Introduction What is Pandas Pandas is an open-source Python library used for data manipulation and data analysis. It provides fast, flexible, and expressive data structures. Why Pandas is Used Pandas vs NumPy 2. Pandas Getting Started Installation Importing Pandas Check Version 3. […]
SMART Friday Insight Series – Episode 02: Orientation on Social Security Fund
On the occasion of the New Year 2026, with the objective of enhancing investors’ financial literacy, SMART Growth Venture Pvt. Ltd. is organizing Episode–02 of the SMART Friday Insight Series on Friday, 09 January 2026 (25 Poush 2082). This episode will focus on the topic “Social Security Fund (SSF)”, providing a practical and policy-oriented orientation […]
Chapter 1 – Introduction to How a Computer Works
Understanding how a computer works inside is the foundation of computer science.This guide explains all concepts from Chapter 1 in a simple way so that every student can understand—from digital circuits to high-level programming languages. 1. Digital Computer: Program and Instructions A digital computer is an electronic device that processes data using binary digits (0 […]
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 […]
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 […]