Discuss Thrust areas of Python.
[3 marks]Give difference between Identifiers & Keywords.
[4 marks]Describe different Programming Languages.
[7 marks]Write a program to convert temperature from centigrade (read it as float value) to Fahrenheit.
[3 marks]Write a short note on data types in Python.
[4 marks]Discuss Software Development stages.
[7 marks]Provide List of Assignment and Comparison Operators with its description.
[7 marks]Differentiate between user-defined function and built-in functions.
[3 marks]Differentiate the syntax of if...else and if...elif...else with an example.
[4 marks]Briefly explain the conditional statements available in Python.
[7 marks]Differentiate between local and global variables with suitable examples.
[3 marks]Explain the syntax of for loop with an example.
[4 marks]Write A Program to Check If a 3 Digit Number Is Armstrong Number or Not
[7 marks]Explain the advantages of *args and **kwargs with examples.
[3 marks]Differentiate between the following. 1. isidintifier() and isnumeric() 2. split() and splitlines()
[4 marks]Write a program that creates a list of 10 random integers. Then create two lists by name odd_list and even_list that have all odd and even values of the list respectively.
[7 marks]Write Python Program to Count the Number of Times an Item Appears in the List
[3 marks]Discuss Various Dictionary Methods.
[4 marks]Write a program that prompts the user to enter a text file, reads words from the file, and displays all the non-duplicate words in ascending order.
[7 marks]Identify the primary differences between a list and a tuple?
[3 marks]Write a program to unpack a tuple to several variables.
[4 marks]Briefly explain NumPy and Pandas module.
[7 marks]Explain the different file mode operations with examples.
[3 marks]Explain how to delete or remove elements from tuples and sets.
[4 marks]Plot a Line Graph of ECG stored in CSV file using Matplotlib module.1
[7 marks]