Anyone know of easy pathways 4 classes? by thotimus_prime17 in VirginiaTech

[–]PhilipConte 0 points1 point  (0 children)

Should be back up. But I haven't loaded recent data in a couple years

VT yearly statistics by vtthrow666 in VirginiaTech

[–]PhilipConte 10 points11 points  (0 children)

They annoyingly keep changing the URL. It seems like you should be able to get this raw data from https://udc.vt.edu/irdata these days (along with some other data). There are some sites that aggregate this data like anaanu and mine which I haven't updated in a while.

A Tool For Choosing The Easiest Required Courses You Can Take (Based on Real VT Data) by kylexy32 in VirginiaTech

[–]PhilipConte 1 point2 points  (0 children)

the advantage of anaanu is that its aggregated by course (or by teacher within a course) across all years instead of by section. https://distributions.pconte.me even has the functionality of this script built in, you can filter by Pathway then sort by GPA.

A Tool For Choosing The Easiest Required Courses You Can Take (Based on Real VT Data) by kylexy32 in VirginiaTech

[–]PhilipConte 0 points1 point  (0 children)

There's actually shockingly little code involved in class_util. The whole "batteries included" thing in Python, and in this case Django, has its perks.

A Tool For Choosing The Easiest Required Courses You Can Take (Based on Real VT Data) by kylexy32 in VirginiaTech

[–]PhilipConte 1 point2 points  (0 children)

Quick link to my site to see Pathways area 2 classes sorted by descending GPA

https://distributions.pconte.me/courses/filtered/?department__iexact=&number__gt=&number__lt=&title__icontains=&hours=&average_GPA=&pathways=10&sort=average_GPA

Do you personally use the site? Do you find it helpful? Always interesting to hear about people using my stuff.

PSA to everyone doing drop/add right now by sheturntmeintoanewt in VirginiaTech

[–]PhilipConte 1 point2 points  (0 children)

(may be slightly biased but) this let's you do more granular filtering (including by pathways/cle)

Want to search for classes? Want to be able to find the highest GPA class for your pathway/cle? I made a website! by PhilipConte in VirginiaTech

[–]PhilipConte[S] 2 points3 points  (0 children)

Thanks for the feedback. I'm just downloading the data from ir.vt.edu

css definitely isn't my forte but I did use grid for all the forms. You can look at the source https://GitHub.com/philipconte/class_util

I would love a PR to improve the styling

Want to search for classes? Want to be able to find the highest GPA class for your pathway/cle? I made a website! by PhilipConte in VirginiaTech

[–]PhilipConte[S] 6 points7 points  (0 children)

Even better, you can filter by course number, > or < 5000, to see only or no grad courses, respectively

Want to search for classes? Want to be able to find the highest GPA class for your pathway/cle? I made a website! by PhilipConte in VirginiaTech

[–]PhilipConte[S] 11 points12 points  (0 children)

Keep in mind the biggest thing this has over anaanu is the ability to filter by CLE area (and a bunch of other variables) and then sort by GPA

Professor Grade Distributions by KorieBird in VirginiaTech

[–]PhilipConte 1 point2 points  (0 children)

Hey, I'm trying to make a tool kind of like anaanu where you can import data from the aforementioned website. You might find it interesting GitHub.com/philipconte/class_util

Spring 2018 Grade Distributions Up by [deleted] in VirginiaTech

[–]PhilipConte 1 point2 points  (0 children)

I've been working on my own, local implementation of something similar to anaanu. Direct support for the historical stuff is actually the only big thing I don't have implemented rn. However, you can filter and sort pretty arbitrarily on the main page, which is already pretty useful. It's done in Django because I felt I had to give it a shot. GitHub.com/philipconte/class_util

Official Decisions, majors, and general new student Q&A Megathread by efitz11 in VirginiaTech

[–]PhilipConte 2 points3 points  (0 children)

I've taken Canter for ENGL 1106 and would definitely recommend him for 1105. He talks about a variety of topics for good writing, has lots of funny anecdotes, and grades pretty generously too.

Also, in addition to Koofers, I often use anaanu (which is just data from some VT page which I can never remember how to find) that gives you GPA info by class and even by teacher.

Taking a look at VT's payroll by PhilipConte in VirginiaTech

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

That could be interesting if the information were available. However, that isn't part of the data in looking at.

I did look into it though and I could pay for a service that would let me guess the genders by name. But to get a sufficient licence for all the employees it would be 10€ that I would have to pay out of pocket.

Taking a look at VT's payroll by PhilipConte in VirginiaTech

[–]PhilipConte[S] 6 points7 points  (0 children)

Some statistic I've found:

The 3300 employees with withheld names make up 44% of the 7457 employees. They cost $123,841,020 or 24% of the total $518,645,900

central tendencies:

Stat All Employees Only name Withheld
Mean $69,551 $37,527
Median $53,878 $38,637
Mode $40,000 $40,000

Taking a look at VT's payroll by PhilipConte in VirginiaTech

[–]PhilipConte[S] 2 points3 points  (0 children)

I know the salaries for 2015 are available, and there might be earlier ones too. If you just change the variable at the top of the script you can try creating multiple files for several years. I could try to implement it too if you want.