As I am drawing nearer next semester I must find a internship sooner. Or else I can not advance to the next semester. Therefore I took the initiatives from UCN. Tuesday I was at the company event, where the different companies told us about their work etc.
This made me make my CV, but it was not complete yet.
I participated in the DSE fair. In there I sparred with someone with my CV. It worked to a extent.
I also took a professional CV photo (which I have not gotten yet).
I missed around 2 hours from the System administration class. I was somewhat prepared to do a presentation on cookies and their security. Inspired by the Web Development course.
Which got me thinking. The book I have to read "security in computing, forth edition", could be easier to read if there was videos accompanying it.
This might have a easier learning curve than just reading it. I think personally it is very difficult to read from that book. Even if I got a copy of it.
I have gone through lesson 4 and over half of lesson 5 and also did the quizes, but not the homework.
I will do those after I have watched all of the lesson videos and did the quizes.
There were some problems with quizes which I did not understand.
F.x. what is the difference between:
def total_ups():
r = json.loads(reddit_front)
sums = 0
d = r["data"]["children"]
for i in d:
ups = i["data"]["ups"]
sums += ups
return ups
print total_ups()
and
j = json.loads(reddit_front)
return sum(c['data']['ups'] for c in j['data'][children'])
I have written a topic on it on the forums, but no answer yet.
Ingen kommentarer:
Send en kommentar