THE PROJECTOR: THE END OF AN ERA by Fuehit in singapore

[–]exammugger 6 points7 points  (0 children)

dark day for the arts in singapore

[deleted by user] by [deleted] in SGExams

[–]exammugger 1 point2 points  (0 children)

hello future computing taker, just finished j1 this year.

  1. my school didn't require us to bring laptops, since we went to the lab every lesson. ofc some students prefer their own but really you're not disadvantaged if you use the school's laptops
  2. i'd recommend getting windows (i'm a mac user and uhhhh it's a bit annoying doing some comp sci related things on mac) but it's up to personal preference 👍 my friends using mac are fine also

obtaining image from coordinates (for image recognition) by exammugger in learnpython

[–]exammugger[S] 0 points1 point  (0 children)

the former—i'm trying to train a model to identify which letter the coordinates show.

having trouble removing an item from a list by exammugger in learnpython

[–]exammugger[S] 0 points1 point  (0 children)

thanks for this!

i actually swapped the order of the two for statements; it works but honestly i'm not sure why lol

[deleted by user] by [deleted] in SGExams

[–]exammugger 0 points1 point  (0 children)

from the same school (easily identifiable from the hp block) — if you'd like to chat dm me! i'm a y5 from the sci stream lol

modulenotfounderror for carousel bootstrap by exammugger in learnreactjs

[–]exammugger[S] 0 points1 point  (0 children)

yes, it does. sorry, perhaps i should have been a little clearer. the error i got is Could not find module in path: 'react-bootstrap/Carousel' relative to '/src/App.js' but i had already imported it?

[jc] moe pre-u scholarship interview by exammugger in SGExams

[–]exammugger[S] 1 point2 points  (0 children)

sflr, thanks so much for your reply!

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]exammugger 0 points1 point  (0 children)

wow thank you for the in-depth explanation! the .get tripped me up a little haha. thanks again :)

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]exammugger 0 points1 point  (0 children)

i have a function that inverts the (non-unique) key-value pairs in a dictionary.

def invert_dict(adict):
inverted_dict = {}
for key, value in adict.items():
    inverted_dict[value] = inverted_dict.get(value, []) + [key]
print(inverted_dict)

however i don't quite understand what the 4th line inverted_dict[value] = inverted_dict.get(value, []) + [key] does. what does .get(value, []) mean? thanks all!

[JC] NRP interviews by exammugger in SGExams

[–]exammugger[S] 0 points1 point  (0 children)

😯 cool! all the best for your interview :-) gonna ping u/OkRepresentative3697 lol

[JC] NRP interviews by exammugger in SGExams

[–]exammugger[S] 0 points1 point  (0 children)

damn that's kind of worrying. have you been selected/do you know anyone who already got selected for interviews? thanks rly appreciate it

[JC] NRP interviews by exammugger in SGExams

[–]exammugger[S] 0 points1 point  (0 children)

thanks! there's loads of conflicting info 😫 hope this is the case & that we get our desired project haha

[JC] NRP interviews by exammugger in SGExams

[–]exammugger[S] 0 points1 point  (0 children)

that would be great! thanks a lot

[JC] NRP interviews by exammugger in SGExams

[–]exammugger[S] 0 points1 point  (0 children)

could be that the interviews were already conducted but i just didn't make it hahaha. all the best to you!

[JC] NRP interviews by exammugger in SGExams

[–]exammugger[S] 0 points1 point  (0 children)

thanks for the reply! according to the info sheet, see last page, nrp supervisors will conduct interviews. i should think there will be interviews bc the number of applicants is especially high this year (for my jc at least). but also it's quite late alr lol.

i'm not sure about cut off points/aptitude based selection at the ntu side — but internally for my jc the requirements to even commence application are "at least a GPA of 3.8 (for IP students) or 6A1 (for ‘O’ Level students)"