0% found this document useful (0 votes)
27 views1 page

Python Assignment-5

This document contains a Python programming assignment from Galgotias College of Engineering and Technology that involves questions about NumPy, Pandas, and Tkinter. The assignment has 10 questions covering various features of NumPy, slicing and indexing 2D NumPy arrays, differences between NumPy arrays and lists, creating bar plots in matplotlib, customizing graphs and plots, data structures in Pandas, using loc and iloc methods, creating a Tkinter app and explaining geometry management methods, building a GUI app to convert temperatures between Celsius and Fahrenheit, and adding images or icons to Tkinter buttons and labels.

Uploaded by

Ashutosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Python Assignment-5

This document contains a Python programming assignment from Galgotias College of Engineering and Technology that involves questions about NumPy, Pandas, and Tkinter. The assignment has 10 questions covering various features of NumPy, slicing and indexing 2D NumPy arrays, differences between NumPy arrays and lists, creating bar plots in matplotlib, customizing graphs and plots, data structures in Pandas, using loc and iloc methods, creating a Tkinter app and explaining geometry management methods, building a GUI app to convert temperatures between Celsius and Fahrenheit, and adding images or icons to Tkinter buttons and labels.

Uploaded by

Ashutosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

GALGOTIAS COLLEGE OF ENGINEERING AND TECHNOLOGY

1, Knowledge Park-II, Greater Noida, U.P.


Odd Semester 2023-24

Python Programming BCC-302


ASSIGNMENT-5

CO-5: Articulate the usage of packages in python and GUI Programming with Tkinter.

Q1. What are the various features of numpy?

Q2. Illustrate slicing and indexing in 2-d numpy array with examples.

Q3. Differentiate between numpy array and List?

Q4. Draw a bar plot showing sales of each quarter in a year? Assume sales data for the plot.

Q5. What are the different customization options in any graphs or plot?

Q6. What are the different types of data structures in Pandas?

Q7. Explain use of loc and iloc methods with examples.

Q8. Write steps to create a Tkinter app.? Explain the Geometry Management methods in
Tkinter with examples?

Q9. Create a GUI app to convert temperature in Centigrade to Fahrenheit?

Q10. Write a program having images or icons in Tkinter buttons or labels? Explain how it is
done.

You might also like