资 源 简 介
This is a single user web application that is built in python/web2py as a solution to a coding challenge on nairaland. It allows a user to upload the name of a student, sex and scores and ranks the students position in class as well and return the average male and female scores.
README.
1. You would need to download and unpack web2py to run this application. Get it from here http://web2py.com. You would also need to have python installed on your system. Get that from http://python.org. If you have no interest in downloading and installing Python on your machine, you can download the Windows version of web2py which already contains a version of Python.
2. Unpack the zip file into any directory and do this:
On Unix/Linux
1. CD into the directory and run this command "Python web2py.py" and visit localhost:8000 to see it run.
On Windows
1. Go to the directory containing web2py and double click the web2py.py file and visit localhost:8000
Navigate to the lo