victorvalenca / DataStructLabTest

Python Port of Data Structures class in-lab test, because why not

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Program Management Suite

Latest version: 0.1

Simple program that reads in a list of students and loads them into a table. A Python port of my data structures lab test originally done in Java.

Features

  • Load/Display data from file onto console

Formatting Syntax for data input

<Student Number> <Student Name (no spaces)> <Student's GPA>

Planned features

  • Student searching
  • Improved collision resolution
  • Manage specific student entry and editing
  • Better interface
  • First/Last name

Requirements

  • At least Python 3.4 (not tested on earlier versions)
  • No additional libraries needed
  • A computer

About

Python Port of Data Structures class in-lab test, because why not


Languages

Language:Python 100.0%