Python
Practice Assignments
- Mathematical tables from 3 to 20
- School Clock Angle b/w Hour hand and Minute hand
- Convert to different Units both ways
- Andaman Prisoner - Who are the lucky ones ?
- Gold Medalist and Topper in each Subject
- Covid Testing Centre - Which is nearest ?
- List top 10 countries with highest Corona deaths
- Difficult English words for TOEFL exam
- Remove all Special Characters from text
- Create unique set of Words arranged in Alphabetical order
- MailMerge for Insurance Payment Reminder
- Find Resolution of an Image
- Find Hash of a File
- Generate PDF file of 2020 Calendar
- Create Watermark in Image
- Generate GIF image
- Remove a section of the video
- Create maps of different US states from this master map
- Help the detective to identify gunshot sound from audio file
- List all permutations of the word BEAUTIFUL
- Generate a CountDown StopWatch for 5 minute
- Compute Electricity Bill for Southern California Edison
- Print Circle of Radius 10 using Turtle
- Print 3 Concentric Circles using any tool
- Plot X-Y Co-ordinates given in a file
- Convert List to Dictionary
- Convert Tuple to Dictionary
- Print a diamond shaped figure in 3 steps
- Build a Difference Checker Product
- Find all Leap Years from 2000 to 2400
- Matrix Multiplication
- Function for Prime Numbers
- Print A to Z, a to Z by converting ASCII to ORDINAL and vice versa
- Decimal to Binary
- Simple Calculator
- Scientific Calculator
- Find all triads which satisfy Pythogoras Theorem
- Create a Magic Square
- Solve the Soduku puzzle
- Find all Palindromes in the given File
- Find the Ghost Word in a Given Directory
- Convert Figures to Words
- Build a Quiz based on Dictionary for Country as Key and Capital City as Value for 200 countries
- Function to Round off to specified decimal places
- Function to generate Bank OTP using Random Numbers
- Find number of days to New Year using DateTime
- Write Face Recognition program to identify the 6 Indian-Americans below
- Preventing Credit Card Fraud by separating ODD-EVEN Digits
- Password Generator
- Play a Word-Building Game. Computer vs Human. Who wins ?
- Personalized Question Paper for Delhi Public School Students
- Find your Computer Name and IP Address
- Write a program to read email IDs of number of students and store them in a tuple. Create two new tuples,one to store only the usernames from the email IDs and second to store domain names from the email IDs. Print all the three tuples at the end of the program [Hint: You may use the function split()]