gpa
PonyORM
Our great sponsors
gpa | PonyORM | |
---|---|---|
5 | 2 | |
12 | 3,181 | |
- | 2.0% | |
0.0 | 0.0 | |
3 months ago | 18 days ago | |
Python | Python | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gpa
-
Anyone know if the GPA disparity site will be updated for spring ‘23?
Fall 22 grades will take a while to get in. Spring 22 data was already cleaned and released by Wade. If it's not updated on Wade's GPA website yet, you can use https://1010labs.org/gpa which I maintain.
The source code for GPA++ is here: https://github.com/chin123/gpa There is a program in there, process_data.py, which I need to run once a semester. I just download the latest data from Wade's datasets, run my program, and then restart GPA++ to pick up the new data.
- How you should be picking every single class in college
-
GPA++: course data search engine, updated with spring 21 information!
The code is completely open source and available at https://github.com/chin123/gpa . Any feedback is welcome!
PonyORM
-
This Week in Python
pony – Pony Object Relational Mapper
- Show HN: Query any kind of data with SQL powered by Python
What are some alternatives?
SQLAlchemy - The Database Toolkit for Python
Peewee - a small, expressive orm -- supports postgresql, mysql and sqlite
tortoise-orm - Familiar asyncio ORM for python, built with relations in mind
Orator - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
GINO - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
pyDAL - A pure Python Database Abstraction Layer
prisma-client-py - Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
MongoFrames - A fast unobtrusive MongoDB ODM for Python.
Tornado-SQLAlchemy - SQLAlchemy support for Tornado
orm - An async ORM. 🗃
μMongo - sync/async MongoDB ODM, yes.
python-mysql-replication - Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL