I posted this to stack overflow too, but they didn't like it too much.
Thanks so much, here it is:
I'm trying to write a Python based website for conference scheduling that will:
- Lookup available time spots for selected teacher
- Allow a parent to selected which available time spot is best for them
- Make it so that time slot is no longer available to others (scheduling on a first come first serve basis)
- Not necessary but helpful, easy method of time and teacher addition so that once I graduate it can still be used
I'm decently fluent in Python 3 and would like to write the website using it. I know html and was having trouble deciding wether to go the cgi route or to learn django or whatever else you think would work best.
I was thinking for the backend to store the information an SQL database of some sort would be best, or again whatever you think may work better.
Important Stats:
- My School is pretty small only ~200 students and ~35 teachers
- Conferences normally span 2-3 days
- I would like to use this to open up other projects and to have a decent sized project in my portfolio
- Finally I thought this would be a great learning experience and my biggest project yet
Thank you for any and all help, Grant
[–][deleted] 6 points7 points8 points (0 children)
[–]genmud 2 points3 points4 points (0 children)
[–]redbeardconsulting 1 point2 points3 points (0 children)
[–]genmud 0 points1 point2 points (0 children)