🔥 LIVE 👩‍🏫 Teachers: Host Live Tests  |  🎓 Students: Practice Class-wise Quizzes Go to Quiz Portal ➔

Practical File Class 12 IP 2022-23

Practical File Class 12 IP   Data Handling Program 1: Create a panda’s series from a dictionary of values and a ndarray ”’Python program to create a panda’s series from a dictionary of values and a ndarray”’ import pandas as pd import numpy as np s=pd.Series(np.array([2,4,5,7,9,8,9])) print(s) Output: 0 2 1 4 2 5 3 … Read more

Class 9 Information Technology Sample Paper Term 2 Set-1

Class 9 Information Technology Sample Paper Term 2 Set-1 Information Technology (Subject Code: 402)  Class: IX (Term 2 Examination) Time Allowed: 1 Hour/ Max Marks: 25 General Instructions:  There are 3 Sections in this paper. Attempt all questions. There is internal choice in Section C. SECTION: A Multiple Choice Questions: (5 x 1=5)   1. … Read more

Random Module in Python Class 11-12 Notes

Random Module in Python Class 11-12 Notes The Random module in Python is an important topic in the Class 11 and Class 12 Computer Science syllabus and is widely used in practical programming. It provides built-in functions to generate random numbers, random choices, and random sequences, which are useful in games, simulations, and data-related programs. … Read more

Introduction to Python Module Class 11 Notes Computer Science

Introduction to Python Module Class 11 Computer Science Python modules are a key concept in the Class 11 Computer Science (CBSE) syllabus and are commonly asked in board exams and practical assessments. A Python module is a program file that contains functions, variables, or classes which can be reused in other programs using the import … Read more