List of Programs
Program to count unique values inside a list
– List product excluding duplicates
– Extract elements with Frequency greater than K
– Test if List contains elements in Range
program to check if the list contains three consecutive common numbers in Python
program to find the Strongest Neighbour
Program to print all Possible Combinations from the three Digits
program to find all the Combinations in the list with the given condition
program to get all unique combinations of two Lists
program to remove all the occurrences of an element from a list
– Remove Consecutive K element records
– Replace index elements with elements in Other List
Program to Retain records with N occurrences of K
Program to Sort the list according to the column using lambda
Compute the GCD of two numbers.
Find the square root of a number (Newton‘s method)
Exponentiation (power of a number)
Find the maximum of a list of numbers
Linear search and Binary search
Selection sort, Insertion sort
Merge sort
First n prime numbers
Multiply matrices
Programs that take command line arguments (word count)
Find the most frequent words in a text read from a file
Simulate elliptical orbits in Pygame
Simulate bouncing ball using Pygame
Web Scraping: Scrape data from websites using libraries like BeautifulSoup or Scrapy