CBSE Computer Science Class 12 Unit-2: Computer Networks

Unit-2: Computer Networks What is Computer Network? A computer network is a group of two or more interconnected computer systems, which share their data to each other. You can establish a computer network using either cable or wireless media.   Advantages of Computer Network: Resource Sharing Improved communication Reduced communication cost Centered storage   Elementary … Read more

What is tkinter in python

What is tkinter in python? Tkinter is a standard GUI (Graphical User Interface) library for Python. It is a built-in module that comes with Python and allows programmers to create windows, dialogs, buttons, menus, and other GUI elements for their Python applications. Tkinter is based on the Tcl/Tk GUI toolkit, which was developed in the … Read more

Using of Datetime Library in python Class 11-12 Notes

Using of Datetime Library in python Class 11-12 Notes As python provides a large set of library, it also contains datetime library. This library displays the date in YYYY-MM-DD format. Python datetime module handles the extraction and formatting of date and time variables. All the attributes can be accessed using dot(.) operator with the date … Read more

Data File Handling in Python Class 12 Notes

Python File Handling Notes for class 12    Data File Handling in Python Data maintained inside the files is termed as persistent data. It means it is permanent in nature. Python allow us to read data from and save data to external text files permanently on secondary storage media. Before we start working with a … Read more

Working with Functions in Python Class 12 Notes – Easy to Understand

Working with Functions in Python Class 12 Here you will learn about the functions in Python, Types of Functions in Python, How to create a function in Python, how function works in Python. These “Working with Function Notes” will surely helpful for the Computer Science, Informatics Practices  students of class 12 CBSE. Functions in Python … Read more

Copywrite © 2020-2025, CBSE Python,
All Rights Reserved