Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
14 views
1 page
Quiz 1 ISE 291
Uploaded by
jt89xgmzxd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download
Save
Save Quiz 1 ISE 291 For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
14 views
1 page
Quiz 1 ISE 291
Uploaded by
jt89xgmzxd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save Quiz 1 ISE 291 For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save Quiz 1 ISE 291 For Later
You are on page 1
/ 1
Search
Fullscreen
List Comprehensions np.
linspace(0,1,11) * to create line array
distributed equally
PV = ['+' if x % 2 == 0 else '-' for x in
numbers if x.isdigit()]
shape, size and dimensions
Enumerate x1.ndim
x1.shape
listFruits = [str(i+1)+'.'+v for i,v in x1.size
enumerate(fruits)] x1.tolist() #.tolist() converts numpy array
into python's list. NOT PERMENANT
printed statement
->['1.Apple', '2.Banana', '3.Grapes', stacking/spliting
'4.Kiwi', '5.Orange', '6.Pear', '7.Plum', np.concatenate((x,y,z))
'8.Strawberry', '9.Watermelon'] np.vstack((x,y,z))
np.hstack([z,y])
Zip x1, x2, x3 = np.split(x, [3,5])
zipZap = list(zip(allFruits,lenFruits))
Topic 3
printed statement
import matplotlib.pyplot as plt
->[('Apple', 5), ('Banana', 6), ('Orange', 6),
plt.figure(figsize=(5,5))
('Watermelon', 10), ('Plum', 4), ('Grapes',
plt.hist(Score,bins=[71,81,91,100]) #
6), ('Kiwi', 4), ('Strawberry', 10), ('Pear', 4),
Creates three bins as: 71-80, 81-90, 91-
('Mango', 5)]
100
Also works with dict.
plt.show()
book2 =
dict(zip(list(range(len(fruits))),fruits))
subj_labels, subj_counts =
np.unique(Subj,return_counts=True) #to
Lambda & Map
get the count and name of array
plt.pie(subj_counts, labels =
print((lambda x, y, z : x + y * z)(5, 6, 2))
subj_labels,autopct='%.2f%%') #autopct to
print((lambda x : f"{x} is an even number."
format labels
if x%2==0 else f"{x} is an odd number.")
plt.show()
(7))
numbers = [1, 2, 3, 4, 5]
plt.boxplot(Score)
squares = list(map((lambda x:x**2),
plt.title('Box Plot')
numbers))
Numpy Library tests
from scipy.stats import Shapiro
import numpy as np from scipy.stats import ttest_ind
np.zeros(n, dtype="int") from scipy.stats import mannwhitneyu
np.ones((m,n), dtype="float")
np.full((m,n), any number)
np.random.seed(n)
np.random.random((m,n))
np.random.randint(lower,
upper(exclusive),(m,n))
You might also like
Vodka Price List
PDF
0% (1)
Vodka Price List
2 pages
Soal Tryout Bahasa Inggris SD Kelas 6
PDF
50% (2)
Soal Tryout Bahasa Inggris SD Kelas 6
3 pages
Python 101
PDF
No ratings yet
Python 101
19 pages
Python Track-DS Basics (Lists and Tuples)
PDF
No ratings yet
Python Track-DS Basics (Lists and Tuples)
35 pages
EVEN-AND-ODD-NUMBERS-GRADE-2-MATH-đã G P
PDF
No ratings yet
EVEN-AND-ODD-NUMBERS-GRADE-2-MATH-đã G P
6 pages
Daa Rec
PDF
No ratings yet
Daa Rec
28 pages
Mandi Data
PDF
No ratings yet
Mandi Data
104 pages
Notes On CS - Python
PDF
No ratings yet
Notes On CS - Python
10 pages
Python Hands On
PDF
100% (1)
Python Hands On
11 pages
Python Cheat Sheet
PDF
No ratings yet
Python Cheat Sheet
32 pages
PROGRAM
PDF
No ratings yet
PROGRAM
23 pages
CS Practical File
PDF
No ratings yet
CS Practical File
21 pages
ENGG1003 09 PythonCoding
PDF
No ratings yet
ENGG1003 09 PythonCoding
42 pages
Python
PDF
No ratings yet
Python
51 pages
Output
PDF
No ratings yet
Output
60 pages
Puzzles Part 8 - Practice Questions PDF For Upcoming Mains Exams 2021
PDF
No ratings yet
Puzzles Part 8 - Practice Questions PDF For Upcoming Mains Exams 2021
9 pages
For Loop Python
PDF
No ratings yet
For Loop Python
22 pages
Python Basics
PDF
No ratings yet
Python Basics
49 pages
Python Record Code
PDF
No ratings yet
Python Record Code
33 pages
Untitled Document
PDF
No ratings yet
Untitled Document
15 pages
Horticultural Zones of India
PDF
No ratings yet
Horticultural Zones of India
2 pages
PhysComp1 Lect10
PDF
No ratings yet
PhysComp1 Lect10
10 pages
Python
PDF
No ratings yet
Python
14 pages
Programming Holiday Questions
PDF
No ratings yet
Programming Holiday Questions
21 pages
Pythonprog
PDF
No ratings yet
Pythonprog
20 pages
Raw Food Recipes: Smoothies, Desserts, Soups, Dressings, Juices & More
PDF
No ratings yet
Raw Food Recipes: Smoothies, Desserts, Soups, Dressings, Juices & More
13 pages
Data Science Lab
PDF
No ratings yet
Data Science Lab
22 pages
Waitstaff Manual
PDF
100% (1)
Waitstaff Manual
54 pages
South African Wine Educational Course
PDF
No ratings yet
South African Wine Educational Course
16 pages
Python Programming Notes
PDF
No ratings yet
Python Programming Notes
7 pages
L and T Lab Assainments - Srikanth
PDF
No ratings yet
L and T Lab Assainments - Srikanth
5 pages
Comprehensions List and Dict Question PDF
PDF
No ratings yet
Comprehensions List and Dict Question PDF
5 pages
L and T Lab Assainments - Tejoprakash
PDF
No ratings yet
L and T Lab Assainments - Tejoprakash
5 pages
Python Programs FDP
PDF
No ratings yet
Python Programs FDP
20 pages
Python Assaignment
PDF
No ratings yet
Python Assaignment
20 pages
Python Comprehensions
PDF
No ratings yet
Python Comprehensions
4 pages
Topic 2 Python Review
PDF
No ratings yet
Topic 2 Python Review
2 pages
Ex No 4 5 6
PDF
No ratings yet
Ex No 4 5 6
3 pages
Python
PDF
No ratings yet
Python
5 pages
آموزش پایتون
PDF
No ratings yet
آموزش پایتون
17 pages
Python3 Cheat Sheet - Language - V3.0
PDF
No ratings yet
Python3 Cheat Sheet - Language - V3.0
2 pages
Python Worksheet For Effective Coding
PDF
No ratings yet
Python Worksheet For Effective Coding
5 pages
Python Record
PDF
No ratings yet
Python Record
15 pages
ADS Mid Term Lab QB
PDF
No ratings yet
ADS Mid Term Lab QB
2 pages
CS406 Python Lab April-2024
PDF
No ratings yet
CS406 Python Lab April-2024
20 pages
Python - Lists, For Loop
PDF
No ratings yet
Python - Lists, For Loop
6 pages
Python List Comprehensions - Learn Python List Comprehensions
PDF
No ratings yet
Python List Comprehensions - Learn Python List Comprehensions
12 pages
Programming Questions
PDF
No ratings yet
Programming Questions
4 pages
Python Summary of Functions and Loops
PDF
No ratings yet
Python Summary of Functions and Loops
6 pages
PDF
PDF
No ratings yet
PDF
13 pages
Python Review Code
PDF
No ratings yet
Python Review Code
26 pages
Pythonn
PDF
No ratings yet
Pythonn
12 pages
Python All
PDF
No ratings yet
Python All
12 pages
CET313 - Introduction To AI
PDF
No ratings yet
CET313 - Introduction To AI
5 pages
AI Commands
PDF
No ratings yet
AI Commands
4 pages
Python Programs
PDF
No ratings yet
Python Programs
11 pages
5.1.1. Using Lists As Stacks
PDF
No ratings yet
5.1.1. Using Lists As Stacks
5 pages
Python Programs
PDF
No ratings yet
Python Programs
8 pages
Resumos Python
PDF
No ratings yet
Resumos Python
11 pages
22 List Comprehensions
PDF
No ratings yet
22 List Comprehensions
14 pages
Dictionary: Dict ('Name': 'Geeks', 1: (1, 2, 3, 4) )
PDF
No ratings yet
Dictionary: Dict ('Name': 'Geeks', 1: (1, 2, 3, 4) )
14 pages
Python For Beginners
From Everand
Python For Beginners
Célio Azevedo
No ratings yet
Python List Comprehension 1677089695
PDF
No ratings yet
Python List Comprehension 1677089695
1 page
If 4 If If Else Else Else: Int Input
PDF
No ratings yet
If 4 If If Else Else Else: Int Input
15 pages
XI Practical Mannual
PDF
No ratings yet
XI Practical Mannual
3 pages
Python Loops 1
PDF
No ratings yet
Python Loops 1
6 pages
21 Day Smoothie Diet Plan
PDF
No ratings yet
21 Day Smoothie Diet Plan
4 pages
Import Random Import Sys Import Os
PDF
No ratings yet
Import Random Import Sys Import Os
18 pages
Codex Alimentarius Jus Buah
PDF
No ratings yet
Codex Alimentarius Jus Buah
10 pages
The Essential R Reference
From Everand
The Essential R Reference
Mark Gardener
No ratings yet
GTF - Fruits Catalog July2023
PDF
No ratings yet
GTF - Fruits Catalog July2023
13 pages
Tle6 Module Lesson 4
PDF
No ratings yet
Tle6 Module Lesson 4
7 pages
Fruit Growing
PDF
No ratings yet
Fruit Growing
49 pages
List Comprehension in Python
PDF
No ratings yet
List Comprehension in Python
8 pages
Citrullus Lanatus: Elliptical-Shaped Fruits and Vegetables Watermelon
PDF
No ratings yet
Citrullus Lanatus: Elliptical-Shaped Fruits and Vegetables Watermelon
3 pages
Horti Fruits
PDF
No ratings yet
Horti Fruits
2 pages
Write Sentences On "An Apple"
PDF
No ratings yet
Write Sentences On "An Apple"
10 pages
Price JH 01 April 2022
PDF
No ratings yet
Price JH 01 April 2022
3 pages
Merma Percentage PDF
PDF
No ratings yet
Merma Percentage PDF
2 pages
Katalog Dia
PDF
No ratings yet
Katalog Dia
42 pages
Zig Trading Product Catalogue 2023 1
PDF
No ratings yet
Zig Trading Product Catalogue 2023 1
12 pages
Precious Minds Montessori and High School Nalsian, Calasiao Pangasinan Tle 8 (Good For 1week) Getting Started
PDF
No ratings yet
Precious Minds Montessori and High School Nalsian, Calasiao Pangasinan Tle 8 (Good For 1week) Getting Started
6 pages
Pollination Chart Cherry
PDF
No ratings yet
Pollination Chart Cherry
2 pages
Tugas Factual Report Pir
PDF
No ratings yet
Tugas Factual Report Pir
3 pages
Activities: Welcome To The Cocota Festival
PDF
No ratings yet
Activities: Welcome To The Cocota Festival
3 pages
SHERLYN ANN MAESTRECAMPO - EXCEL EXERCISES
PDF
No ratings yet
SHERLYN ANN MAESTRECAMPO - EXCEL EXERCISES
1 page
Fruit Set and Quality of Self-Fertile Sweet Cherries As Affected by Chemical Flower Thinning
PDF
No ratings yet
Fruit Set and Quality of Self-Fertile Sweet Cherries As Affected by Chemical Flower Thinning
6 pages
VIT257 Final Exam-V21-1
PDF
No ratings yet
VIT257 Final Exam-V21-1
3 pages
Fruits: An Orange A Day Keeps The Doctor Away. Grapes Are Good Because They Keep You in The Mood
PDF
No ratings yet
Fruits: An Orange A Day Keeps The Doctor Away. Grapes Are Good Because They Keep You in The Mood
1 page
Avocado Stages of Ripeness Chart
PDF
No ratings yet
Avocado Stages of Ripeness Chart
1 page