XOR-Operation: Breaking Lists into SubsetsToday, I learned how to split a list into subsets using Itertools and applied XOR operations on tuples using Python’s lambda function. In…Nov 15, 2023Nov 15, 2023
Composition operation on crisp and fuzzy relationsThis article is about how mathematical operations are performed on crisp and fuzzy relations. There are few operations like union…May 23, 2021May 23, 2021
Scaling outliers using winsorizingWhen I was studying outliers, I came to know different outliers. 1. Outliers that are different from the data set 2. Outliers that we…Feb 24, 2021Feb 24, 2021
Handshake AlgorithmI was going through few posts on Linkedin. In one of the posts, this algorithm was mentioned as one of the commonly asked questions in…Aug 15, 2020Aug 15, 2020
Generating a Collatz Sequence using a python programFrom Project Euler, I had written a programs for collatz sequence. collatz sequence. Firstly, I like the name of the program, this is the…Aug 8, 2020Aug 8, 2020
Finding the smallest and largest numbers with conditions applied.Today my task is to find the largest and smallest numbers from the user input till he/she enters the user input as “done”. This is a…Aug 4, 2020Aug 4, 2020
Last 10 digits of the sum of self-power numbers.Task: To find the last 10 digits of the sum of self-power numbers. 1¹+2²+…………..+1000¹⁰⁰⁰ Planning: 1. Writing an algorithm Step1: Giving…Jul 28, 2020Jul 28, 2020
Why before writing any program, writing an algorithm is important????When I had attended one of the interviews, the interviewer asked me to write an algorithm to swap two numbers. It was a simple question…Jul 27, 2020Jul 27, 2020
python program to multiply the value of the index and sum all separate alphabets(character values)…A baby step towards data analysis…….Jul 25, 2020Jul 25, 2020
python code for 1000 digit first index numberSo, I decided to test my programming skills and started learning python. As I am interested in doing math problems from my school-age. I…Jul 24, 2020Jul 24, 2020