def education(aList):

for school inaList:

print('\n')

print(name)

if school == college:

print(major, GPA)

print(clubsList)

else:

print(studentType)

print('\n')

return 'GT class of 2025!'

def skills(aList):

for language in aList:

print(language + ': ' + skill)

print('\n')

return 'knows ' + str(len(aList)) + ' languages!'

def experience(aList):

for position in aList:

print(name)

print(time)

print(about)

print('\n')

return aList[0] + ' and ' + aList[1]

resume.py - /Users/jocelynsu/Desktop/resume.py (3.9.7)

IDLE Shell 3.24.03

Georgia Tech

(Computer Science Major, GPA 3.89)

clubs = [‘Asian American Student Association’, ‘Taiwanese American Student Association’]

 

Alpharetta High School

IB Diploma Programme Student

 

GT class of 2025!

close

Python: proficient

R: elementary proficiency in Tidyverse library

HTML: proficient

CSS: proficient

Java: beginner

 

knows 5 languages!

close

Co-Founder of Women’s Health Awareness Foundation

Nov 2019 - Present

Works to spread awareness about menstrual health and equity

Launched 2 social media campaigns to combat women’s health stigma

Donated 2000+ in-kind donations to Metro Atlanta shelters

Working with Ashay Social Group to send reusable cotton pads to rural schools in India to cohorts of 150 girls

 

Intern at Friends of Lucy McBath

Jun 2020 - Nov 2020

Worked with the Lucy McBath campaign team for the 2020 GA 6th District Congressional Election

Transcribed political debates and researched articles to provide briefs about public opinion surrounding McBath

 

Co-Founder and Intern!

close