Generate QR Code using Python
How to Generate QR Code using Python? #pip install pyqrcode #pip install pypng # Import QRCode from pyqrcode import pyqrcode import png from pyqrcode import QRCode # String for…
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
Project Work
How to Generate QR Code using Python? #pip install pyqrcode #pip install pypng # Import QRCode from pyqrcode import pyqrcode import png from pyqrcode import QRCode # String for…
Information Technology 802 Class 12 Sample Paper Term 2 Subject Code: 802 Session: 2021-2022 Term II Time Allowed: 90 min/ Max. Marks: 30 General Instructions: 1. Please read the instructions…
Artificial Intelligence Sample Paper Class 9 Code 417 2021-22 Term-1 SAMPLE QUESTION PAPER FOR TERM -1 Max. Time Allowed: 1 Hour Max. Marks: 25 General Instructions: 1. This Question Paper…
Information Technology Sample Paper Class 11 Term-1 2021-22 Subject Code: 802 Max. Time Allowed: 90 Minutes Max. Marks: 30 General Instructions: 1. This Question Paper is divided into 03…
Information Technology Sample Paper Class 12 Term-1 2021-22 Subject Code: 802 Max. Time Allowed: 90 Minutes Max. Marks: 30 Check Term 2 Sample Paper here General Instructions: 1. This Question…
Artificial Intelligence Sample Paper Class 10 for Term-1 2021-22 SAMPLE QUESTION PAPER FOR TERM -1 Subject Code: 817 Max. Time Allowed: 1 Hour Max. Marks: 25 General Instructions: 1.…
CBSE New Scheme: Term I and Term II syllabus for Computer Science (083) 2021-22 Term Wise Syllabus Computer Science (083) Distribution of Marks: Unit Unit Name Term 1 Term…
Computer Science Practical Question Paper Sample A.I.S.S.C.E. Practical Examination Subject: Computer Science (083) Time 3 Hrs/MM:30 SET- 1 1- Write a program to input a list and interchange first…
Python Programs for printing pyramid patterns (Using for loop/ nested for loop) Pattern-1 for i in range(1,6): for j in range(i): print(" * ", end = "") print( )…
CBSE Computer Science with Python Class 11 Basic Computer Organisation A computer is an electronic device, under the control of instructions stored in its memory that can accept data (input),…