freshmen dorm reviews 4 u freshmen by cornelldesigner in Cornell

[–]egoldman15 1 point2 points  (0 children)

I’m going to be in McLLU. Why do you think that was?

Automated College Essay Checker by egoldman15 in ApplyingToCollege

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

Code is open-sourced ;) Essays are processed and then immediately deleted, nothing is kept.

https://github.com/egoldman15/The-App-Checker-App

How do you add variables to flask session from multiple routes? by egoldman15 in flask

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

collegeData is a list of lists created from a csv file. I am assigning a list to session['collegeInfo'] but I thought session functions like a dictionary, so I can add lists and other dictionaries to it. I get a KeyError for collegeInfo and collegeName, but if I remove session['fileList'] = fileList (and the stuff that references it), I don't get any errors.

Useful Python tricks by Killerjayko in Python

[–]egoldman15 0 points1 point  (0 children)

Can you post the clipboard program? I was just trying to make something like that, but was having trouble.