Python codes
Python codes
plt.xlabel('Categories')
plt.ylabel('Values')
plt.show()
Steps to run:
3. Run the script, and the bar graph will appear in a pop-up window.
Here’s a Python script that creates both a histogram and a pie chart using the same set of
values:
# Data
values = [10, 20, 15, 25, 20, 15, 10, 30, 25, 20]
categories = ['A', 'B', 'C', 'D'] # For the pie chart
# Create a histogram
plt.title('Histogram')
plt.xlabel('Value Range')
plt.ylabel('Frequency')
plt.title('Pie Chart')
plt.tight_layout()
plt.show()
Explanation:
1. Histogram:
2. Pie Chart:
Steps to run:
1. Install matplotlib if not already installed:
3. Run the script, and you’ll see both the histogram and the pie chart side by side.
Here’s a Python example to create an array of 15 numbers using the numpy library:
import numpy as np
Explanation:
Steps to run:
import numpy as np
# Input values
total_sum = sum(numbers)
Explanation:
Output Example:
• Principal = 1000
• Rate = 5
• Time = 2
Here’s a Python code that allows the user to input numbers, multiplies them, and checks if the
result is odd or even:
def check_odd_even(number):
if number % 2 == 0:
return "even"
else:
return "odd"
odd_even = check_odd_even(result)
Example Run:
1. User Input:
This program dynamically works for any two numbers entered by the user.
print(f"Number: {i}")
Explanation:
Output:
Number: 1
Number: 2
Number: 3
Number: 4
Number: 5
Number: 6
Number: 7
Number: 8
Number: 9
Number: 10
You can customize the range, step size, or even iterate over a list of items. Here’s another
example for looping through a list:
Output:
I like Apple
I like Banana
I like Cherry
Here’s a Python code to perform element-wise addition of two arrays using the numpy library:
import numpy as np
Output Example:
Array 1: [1 2 3 4 5]
Explanation:
3. The arrays must have the same size for element-wise addition.
list1 = [1, 2, 3, 4, 5]