You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Advantages, Limitations and Applications of Python
id() function,
type() function,
Different ways To give inputs in Python (split, hardcode, user defined, variable length, packing unpacking),
Program to Find Greater Number
Swapping with and without 3rd Variable,
Leap Year,
Factorial, Prime No.,
Table Printing Interview qs from wipro. Covered if, else, elif, for, for else, break and while loop today.
Used 2 Modules- Platform Module & Abhiprime
Day 02 - Topics Covered In Python Training :-
1. Program and concepts of LCM, HCF, Add the digits of any number, basic star pattern.
2. List, 3 methods of adding elements in list, 4 methods of removing elements in list, programs of list.
3. List comprehension
4. 1 program asked in microsoft interview.
Day 03 - Topics Covered In Python Training :-
1. Strings - single, double, triple quotes, string attributes- lower, upper, title, capitalize, swapcase, replace. Indexing in strings, list and string as datatypes.
2. Programs of palindrome, program with comma separated output with no comma after last value, sum of digits upto single digit, removing duplicate elements from list, Fibonacci Series.
3. Facebook interview qs of adding digits of list elements.
a. Calculate avg of a list elements. List is not directly given. 1st create a space separated elements in a list using code and then calculate avg using list comprehension.
b. Remove common elements from 2 lists and store them in a separate list.
c. Find the index of repeated elements in a list and store those index positions in another list.
5. Facebook interview qs - There are 2 lists. Find the index position in the first list of the elements given in the 2nd list and store them in a 3rd list.
Day 05 & 06 & 07 - Topics Covered In Python Training :-