-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathweek1python.txt
231 lines (162 loc) · 5.72 KB
/
week1python.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
1 on 1s
=====================================================
Carlos
do not say
list vs set vs tuple? fine said sets allow indexing
scopes in Python? LEGB good
creating a dog class with owner and breed. good
python is a dynamic language? not necessary to delcare data types
it allows for data coercion? confused it with reassinging followed up with mismtaching data types
ValueError vs TypeError? typerror occurs when a datatype does not exist
80
=================================================================
Jamal
actually have somewhat of a computer science background
recently completed a bootcamp
Python vs Java? Java is more detailed, delcare data types, mentioned dunder methods. Do not say confused on an interview
__str__? allows introductory string method for an object. If I am understanding it correctly
create a dictionary and add to a dictionary? not sure. Told me how he does not know
examples of errors in python? value error. enter number and put a letter
command to install something? said python still very new
lgb?
55
Terrible confidence.
=================================================================
Boston
about self: good
high level features of Python? strongly typed do not declare the types
Strings? immutable datatype.
differences between list and set? good
tuple? good
common errors? semi colon? typeeror cannot remember
importing? good
class variable? fine
instance varialbe? cannot remember
*args?fine though said list
75
===============================================================
Amin
I am certified. Did not say in want
about Python? good got a but into flask
create a class dog? with instance variables
__str__? fine
I got a value error what does that mean? good
importing? good
90 mostly soft skills. Sees to know Java very well
================================================================
Areesh
Python at high level? good
type annotations? good
got back a type error? good
class Car instance variable? good
self? reference for that variable
*args? okay
TDD? good
dicitonary in python? good, key has to be in quotes
scopes? good
built-in? good
set vs list? good
strings? good
95 Very good technically and soft skills
=================================================================
Sayed
==================================================================
Mohammad
list vs set vs tuple? good
scopes in Python? LEGB
make constructor? good
make class variable? took a little help but got there
typeerror okay? fine
Type Annotations? good
in except we put raise? not right
80 could speak a little more fluently but did fine.
=================================================================
Rob Taylor
introduce self.
C++ vs Python? good
type annotations in Python? okay
python dictionary? key value pairs
lists vs sets? lists you can iterate through
PyPi? repo for python packages
how to download a package? pip install believe it comes with PyCharm
**kwargs? good
__init__? good __ to make it private?
raise error? good
Overall excellent
95 possible internally
===========================================================
Weston
Mentioned Angular and node in intro. Knew what he was talking about
JS vs Python? good
package.json? good
collections in Python? good
Python is a interprative language? good
NameError? good
strings in Python? Good
how would I iterate over an array? good?
TypeAnnotations? good
How would I make custom Exception in Python
95
Very good
=============================================================
Sayed Lofty
About me? good
about Python? automatic memory managament, interpreted language
exception handling? okay
custom exception? inherit from exception class
scopes in Python? good
string? immutable, create and cannot alter
PyPi? main packages came in
install from PyPi? pip install Flask or whatever you want to install
create constructor? fine
importing? good
if a function gave me a valueError? maybe put in 0
TypeError? wrong type
I think his english and connection makes him hard to understand
75
============================================================
Wolf
about me? good
compare and contrast Java to Python? Java can cast objects, interpreted, compiling?
when would I use a tuple vs list? good
**kwargs? good
dictionaries in python? good,no key duplicates
importing good?
how to get new packages? pip install
write and run tests with pytest? good
IDE vs text editor? good
what is a JSON? formatted string on a web server
GETs are for what? retrieval
do class inheritance in Python? good
function vs method? good
95
=============================================================
Eric Summinski
about me? good
programming languages you are familiar with? Went immediately into Python high level stuff. Very good but felt rehearsed
collection for deck of cards? set
Python inheritance? good
multiple inheritance? it does have multiple inheritance
constructor in python? good manageged how you cannot overload
self in python? very good
default arguments in python? good
are there private variables in Python? fine
http status codes? good
95
=============================================================
Isaac
about me? good
programming languages familiar with? Java Python
Python? fine,
what does it mean to execute line by line? JIT
*args? fine
Python have null? None
Type Annotations? good
self? okay?
ideal collection for a phonebook? set because no duplicate phone numbers, followed up with dictionary, might work also other way around
default argument for a function? okay
dunder methods? __str__ printing out relavent infomration that is relavent.
IDE vs text editor? IDE has more tools
get some software that someone else wrote? pip install that package
import a specific function? good
HTTP status codes? 100s information, 200s correct, 300 redirects, 400 user errors, 500 server errors