Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Basics (Retired) Ins & Outs I/O

How do I create this type of program?

My school wants me to create a program that will document all late students quickly and will list them in an organized way?

4 Answers

Artem Prytkov
Artem Prytkov
11,932 Points

While you put this question in Python, I suggest you to learn Ruby on Rails on this site. This site contain enouth information for building such app.

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

Do you have any further requirements, Godswill Utionkpan? How does the program need to be used?

James Barnett
James Barnett
39,199 Points

I'd wonder how to the program is accessed and how to the data is stored (e.g. in a central database)

James Barnett Kenneth Love Artem Prytkov The students will say their name, the teacher will type it into the computer, and when she is done typing all the students in, then she can be able to send it to another computer. So it's like you type a list of names and classes down, and when you type "Done" it will be forwarded to another computer automatically.

James Barnett Kenneth Love Artem Prytkov The students will say their name, the teacher will type it into the computer, and when she is done typing all the students in, then she can be able to send it to another computer. So it's like you type a list of names and classes down, and when you type "Done" it will be forwarded to another computer automatically.

Artem Prytkov
Artem Prytkov
11,932 Points

Some ideas: 1) You might want to make this app in MS Access. It might be the fastest way to build such app, cause you can it in 1-2 weeks. If time isn`t an issue I recommend learn RoR

2)You definitely dont want to have your teachers manually enter all students for each lesson: itll take a lot of time and will lead to typos and errors. It would be much better to make a list of students for a given class with tickbox. Teacher will mark present students and save this list to server.

Artem Prytkov Thanks, i'll try it out!