Anjeev Kr Singh

Anjeev Kr Singh – Computer Science Educator, Author, HOD, Teaching CBSE CS, IP, WA, IT & AI concepts.

Using Python Libraries – Notes

Using Python Libraries – Notes Using Python libraries: create and import Python libraries. Using libraries: Mathematical, Random, String and Datetime. What is Library? Library refers to the collection of related module(s), which works together to fulfil specific requirements or help us in making any application. The library contains built-in modules (written in C) that provide […]

Using Python Libraries – Notes Read More »

Data Structure: Stacks – Notes

Python Data Structure Stacks Notes & Important Points Introduction: A data structure is a group of data that have different data types which can be accessed as a unit. It has well-defined operations, properties and behaviours. Data structure is a way of storing and organising information in the computer. General data structure types include array,

Data Structure: Stacks – Notes Read More »

Data Structure : Searching and Sorting – Notes

The process of placing or rearranging a collection of elements into a particular order is known as sorting. Bubble sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements in case they are unordered in n-1 passes. In Selection Sort, the smallest element is selected from the unsorted array and swapped

Data Structure : Searching and Sorting – Notes Read More »

Data Communication – Notes

Data Communication Notes and Important Points • Data communication refers to the exchange of data between two or more networked or connected devices like laptops, PC, printers, routers etc.• Sender, receiver, messages, channel and protocols are major components of data communication.• In data communication, transmission media are the links that carry messages between two or

Data Communication – Notes Read More »

Introduction to Database Concepts: Advantages, Data Models, and Keys

Database Concepts - Database, advantages, data models, terminologies, keys

Introduction to Database Concepts What is a Database? A database is a systematic collection of organized data or information, typically stored electronically in a computer system. A database allows data to be easily accessed, managed, updated, controlled, and organized. Frontend & Backend Concept:Many websites on the World Wide Web use database systems to store and

Introduction to Database Concepts: Advantages, Data Models, and Keys Read More »

SQL Functions , Grouping Records, Joins in SQL – Notes

SQL Functions – Single Row and Aggregate Group By , Having clause Joins in SQL Functions in SQL Function is used to perform some particular task and it returns zero or more values as a result. Functions can be applied to work on single or multiple records (rows) of a table. Depending on their application

SQL Functions , Grouping Records, Joins in SQL – Notes Read More »

Society, Law, and Ethics: Societal Impacts – Notes

society law ethics

Societal Impacts Topics: Digital Footprint: Whenever we surf the Internet using smartphones, tablets, computers, etc., we leave a trail of data reflecting the activities performed by us online, which is our digital footprint. Our digital footprint can be created and used with or without our knowledge. It includes websites we visit, emails we send, and

Society, Law, and Ethics: Societal Impacts – Notes Read More »

Data Handling Using Pandas – I

Data Handling using Pandas-i

Python Library Data Structure in Pandas – Series Creation of Series Using Sequence Using Scalar Value Using NumPy Array Using Dictionary Using Additional Features Series Attributes & Methods Accessing, Selecting, Slicing & Updating Series Series Mathematical Operation drop( ) and reindex( ) What are Python Libraries Python libraries contain a collection of built-in modules that

Data Handling Using Pandas – I Read More »

You cannot copy content of this page

Scroll to Top