survival8
Pages
(Move to ...)
Index of Lessons in Technology
Index of Book Summaries
Index of Book Lists And Downloads
Index For Job Interviews Preparation
Index of "Algorithms: Design and Analysis"
Python Course (Index)
Data Analytics Course (Index)
Index of Machine Learning
Postings Index
Index of BITS WILP Exam Papers and Content
Lessons in Investing
Index of Math Lessons
Downloads
Index of Management Lessons
Book Requests
Index of English Lessons
Index of Medicines
Index of Quizzes (Educational)
▼
Friday, October 13, 2023
Data Structures, Algorithms and Coding Round For Data Scientist at Agoda (26 Sep 2023)
›
Note: problems are ordered in increasing order of complexity. Problem 1 Problem Description: You are st...
Wednesday, October 11, 2023
Similarity, dissimilarity and distance (Part of Data Analytics Course)
›
Measuring Similarity/Dissimilarity Briefly outline how to compute the dissimilarity between objects...
Python Math Module
›
# It contains a set of built-in functions and a math module # Used to perform various mathematical tasks on ...
Python’s Built-in Modules
›
Python’s Standard Library It is there so that developers can focus on the task in hand and not sit to re-inve...
Tuesday, October 10, 2023
Iterators in Python (Theory)
›
An iterator object is used to iterate through all items/values of a Iterable Object To iterate we need to...
Traffic Prediction on my Blog (Oct 2023)
›
Poisson Distribution for Traffic Prediction in Layman Terms Imagine you're trying to predict how many c...
Monday, October 9, 2023
Exception Handling in Python (Theory)
›
Try, Except This statement controls how the program proceeds when an error occurs. The syntax is as follows...
Python Classes and Objects (Theory)
›
Python is an object oriented programming language. Almost everything in Python is an object, with its prope...
Inheritance in Python (Theory)
›
Inheritance : It allows us to define a class that inherits all th...
Friday, October 6, 2023
Machine Learning Quiz (For Beginners)
›
Question ( ) ...
‹
›
Home
View web version