Qualifications for Individual Seed

  • CPT Project: Frontend
  • CPT Project: Backend
  • Feature is changing Username and Theme
    • Change between light/dark
    • Username change: enter credentials, change Username

  • Future of feature (improvements, feedback)
    • More obvious theme change
      • Already implemented (made settings container change between dark/light too)
    • Main critique was with video (not CPT ready; prolonged subtitles, lacked better/quick presentation…)

Contributor to Team Work

Consistently, me, David Lee, and Matthew Wang quite equally contributed to the project and each fostered Team collaboration and communication in helping each other and developing work and ideas/solutions. This was heavily reliant on our ability to communicate frequently online using discord. Total message count below (1736 total messages).

Team Planning/Project Ideation

Trimester 2 CPT Project Team Planning/Progress Issues

AP Work/Preparation

I have maintained positive outcomes for AP preparation thus far. Quality and originality can be proven by the positive feedback from Teacher on the major AP preparation blogs/projects/assignments (primarily Practice College Board MCQ and Practice CPT from Trimester 2).

Usage of Personal Blog to Document Progress - Time Box

  • Plans and Review Tickets/Reflections present
  • Documentation of Team Teaches and other assignments
  • Final reflections like N@tM and Seed reviews

Additional: Pandas Blog/Article Notes

  • Data interaction: in everyday life, especially in STEM fields like medicine, data science, and computer science
  • Pandas: a popular Python library for data manipulation, querying, and filtering essentially
  • Data formats: two common data formats which are JSON and CSV
    • JSON is represented by key-value pairs (incorporates ordered lists of values)
    • CSV separates data by commas
  • As for data analysis and stuff, we see utilizing Pandas to calculate and display statistics such as count, mean, and standard deviation of the dataset
    • This is cool because my knowledge of statistics can come in handy (I am currently enrolled in AP Statistics!!)
      • Interesting to see the correlation and connections between different STEM fields and variety of use cases
  • We can sort data
  • Key takeaways
    • Datasets: using Pandas capabilities for filtering, grouping, and performing calculations
    • Real-world applications
      • Ex: mean household income by state for determining the most affordable places to live, finding minimum household income…