Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenmwaura1/python-sort

Simple python script to generate a list of random numbers and insert them in a db
https://github.com/kenmwaura1/python-sort

numpy python sqlalchemy

Last synced: 15 days ago
JSON representation

Simple python script to generate a list of random numbers and insert them in a db

Awesome Lists containing this project

README

        

## Python Sort
This is a simple script for a school assignment to generate a random array of numbers of a specified size.
Sort the numbers and insert them in a relational database.

For each run, we were required to check the time it would take and record it and aggregate the time in graph.

The size of the array would be changed as required

The code is still in active development.