Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenmwaura1/python-sort
- Owner: KenMwaura1
- License: mit
- Created: 2020-03-19T20:03:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T08:39:41.000Z (2 months ago)
- Last Synced: 2024-10-19T11:38:03.030Z (2 months ago)
- Topics: numpy, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 175 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.