kkk579
hello
i’m going to a top 20 school next year, however this year it’s top 30aren't you already in a top 20 school anyway?
i just wanted to see how my current school ranked
i’m going to a top 20 school next year, however this year it’s top 30aren't you already in a top 20 school anyway?
Oh alrit means out of the subjects they do, 68% are b6.
Wow ur future school seems like a shit schooli’m going to a top 20 school next year, however this year it’s top 30
i just wanted to see how my current school ranked
ig u went to the same school I’m going toWow ur future school seems like a shit school
dropping 10 ranks smh
i went plcuhh didn't you go to that school...
import requests
import pandas as pd
SCHOOLS = {}
def fetchTable(url):
r = requests.get(url)
df_list = pd.read_html(r.text)
df = df_list[0]
b = df.values.tolist()
return b[1:]
base = "https://educationstandards.nsw.edu.au/wps/portal/nesa/about/events/merit-lists/distinguished-achievers/2022/"
for surname in "abcdefghijklmnopqrstuvwxyz":
print(surname)
l = fetchTable(base + surname)
for result in l:
school = result[1]
subjects = result[2].split(" ")
if school not in SCHOOLS:
SCHOOLS[school] = {}
for s in subjects:
subject = s.split("-")[1].strip()
if subject in SCHOOLS[school]:
SCHOOLS[school][subject] += 1
else:
SCHOOLS[school][subject] = 1
inp = "."
while inp:
inp = input("School: ")
if inp in SCHOOLS:
for sub in SCHOOLS[inp]:
print(f"{sub}: {SCHOOLS[inp][sub]}")
print("")
print("")
print("")
Love the Python haha. How long have you been coding for out of interest?If people want here's a little bit of code that allows you to access subjects/numbers of band 6/e4 for any school. Just jerryrigged it together, it works for me.
Code:import requests import pandas as pd SCHOOLS = {} def fetchTable(url): r = requests.get(url) df_list = pd.read_html(r.text) df = df_list[0] b = df.values.tolist() return b[1:] base = "https://educationstandards.nsw.edu.au/wps/portal/nesa/about/events/merit-lists/distinguished-achievers/2022/" for surname in "abcdefghijklmnopqrstuvwxyz": print(surname) l = fetchTable(base + surname) for result in l: school = result[1] subjects = result[2].split(" ") if school not in SCHOOLS: SCHOOLS[school] = {} for s in subjects: subject = s.split("-")[1].strip() if subject in SCHOOLS[school]: SCHOOLS[school][subject] += 1 else: SCHOOLS[school][subject] = 1 inp = "." while inp: inp = input("School: ") if inp in SCHOOLS: for sub in SCHOOLS[inp]: print(f"{sub}: {SCHOOLS[inp][sub]}") print("") print("") print("")
If you're actually telling the truth, then god damn, that's an incredible achievement. Nice one mate.i'm late, but 99.95, am ecstatic )))
if any 2023' need motivation, i procrastinated a massive amount and took many many full day breaks - prioritise resting, relaxing, and taking lots of time for yourself. I definitely didn't study during the summer holidays before our hsc year if that's reassuring, but i certainly recommend it... good luck to everyone doing the hsc next year!
just like jail, uni is just a placejust like age, they r all just numbers.
Dw Unis pretty fun imo. Things move much faster way more interesting. Much less of that grind out marking criteria bullshit.just like jail, uni is just a place
I'll definitely miss it, it's unlikely i'll ever be able to repeat making mudslides, cutting chairs into pieces, throwing food and sandwich bags filled with water at the year 8's, sneaking out during the wet weather bell and breaking shit in the same fun teenage way like in high school.Don't miss high school much lmao