0 ratings0% found this document useful (0 votes) 6 views3 pagesPython Lab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here.
Available Formats
Download as PDF or read online on Scribd
&
HKE’s Poojya Doddappa Appa College of Engineering, Kalaburagi
Department of Computer Science & Engineering
Question Bank-2
‘Sub: Python(_) Date: 251124 Faculty:Prof.Rekha S. Patil
Basic List Programs
1, Python program to interchange first and last elements in a list
Python program to swap two elements in a list
Python — Swap clements in String list
Python | Ways to find length of list
Maximum of two numbers in Python
Minimum of two numbers in Python
Python | Ways to check if element exists in list
Different ways to clear a list in Python
Python | Reversing a List
Python | Cloning or Copying a list
Python | Count occurrences of an element in a list
42, Python | Count occurrences of an element in a list
13. Python Program to find sum and average of List in Python
14, Python | Sum of number digits in List
45. Python | Multiply all numbers in the list
16, Python program to find smallest number in a list
17. Python program to find largest number in a list
18, Python program to find second largest number in a list
19. Python program to print even numbers in a list
20, Python program to print odd numbers in a List
21. Python program to print all even numbers in a range
22, Python program to print all odd numbers in a range
23, Python program to count Even and Odd numbers in a List
24. Python program to print positive numbers in a list
25. Python program to print negative numbers in a list
26, Python program to print all positive numbers in a range
27. Python program to print all negative numbers in a range
28. Python program to count positive and negative numbers in a list
29, Remove multiple elements from a list in Python
30. Python | Remove empty tuples from a list
31. Python | Program to print duplicates from a list of integers
Programs on List of Strings
Python — Swap elements in String list
Python program to reverse All Strings in String List
Python program to find the character position of Kth word from a list of strings
Python ~ Extract words starting with K in String List
Python — Prefix frequency in string List
Python — Split String of list on K character
© eNonaon
a3
PRSYN =7. Python ~ Split Strings on Prefix Occurrence
8. Python program to Replace all Characters of a List Except the given character
9. Python ~ Remove words containing list characters
10, Python — Ways to remove multiple empty spaces from string List
11. Python — Add Space between Potential Words
12.Python — Filter the List of String whose index in second List contains the given
Substring
13, Python | Convert Character Matrix to single String
Advance List Programs
1. Python Program to count unique values inside a list
Python — List product excluding duplicates
Python — Extract elements with Frequency greater than K
Python ~ Test if List contains elements in Range
Python program to check if the list contains three consecutive common numbers in Python
Python program to find the Strongest Neighbour
Python Program to print all Possible Combinations from the three Digits
Python program to find all the Combinations in the list with the given condition
98, Python program to get all unique combinations of two Lists
10. Python program to remove all the occurrences of an element from a lis
411, Python ~ Remove Consecutive K element records
412, Python ~ Replace index elements with elements in Other List
13, Python Program to Retain records with N occurrences of K
14, Python Program to Sort the list according to the column using lambda
eNO een
Basic Dictionary Programs
1. Python | Sort Python Dictionaries by Key or Value
2, Handling missing keys in Python dictionaries
3. Python dictionary with keys having multiple inputs
4. Python program to find the sum of all items in a dictionary
5. Python program to find the size of a Dictionary
6. Ways to sort list of dictionaries by values in Python — Using itemgetter
7. Ways to sort list of dictionaries by values in Python ~ Using lambda function
8. Python | Merging two Dictionaries
9. Program to create grade calculator in Python
410. Python - Insertion at the beginning in OrderedDict
11, Python | Check order of character in string using OrderedDict( )
12. Python | Find common elements in three sorted arrays by dictionary intersection
13. Dictionary and counter in Python to find winner of election
14, Python - Key with maximum unique values
45, Find all duplicate characters in string
16, Python ~ Group Similar items to Dictionary Values List
17. K'th Non-repeating Character in Python using List Comprehension and OrderedDict
18. Python — Replace String by Kth Dictionary value
19. Python | Ways to remove a key from dictionary
20, Python ~ Replace words from Dictionary21, Python ~ Remove Dictionary Key Words
z, Python | Remove all duplicates words from a given sentence
23, Python ~ Remove duplicate values across Dictionary Values
24, Python Dictionary to find mirror characters in a string
25. .Python — Dictionary Values Mean
26. Python — Remove keys with Values Greater than K (Including mixed values )
27. Python — Remove keys with substring values
28. Python — Dictionary with maximum count of pairs
29, Python — Append Dictionary Keys and Values (In order ) in dictionary
30. Python ~ Extract Unique values dictionary values
31. Python — Keys associated with Values in Dictionary
32. Count of groups having largest size while grouping according to sum of its digits
33. Python — Sort Dictionary key and values List
34. Python — Sort Dictionary by Values Summation
35. Python — Sort dictionaries list by Key's Value list index
36. Python — Sort Nested keys by Value
37. Python — Scoring Matrix using Dictionary
38. Python — Factors Frequency Dictionary | |
39. Python program to build an undirected graph and finding shortest path using
Dictionaries .
40. Python — Convert Matrix to dictionary