Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64276
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Help with simple code that has database defined |
| Date | 2014-01-18 23:14 -0500 |
| Organization | IISS Elusive Unicorn |
| References | <4ea55e83-cfcd-4aaf-824a-3e3bced921c2@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5700.1390104849.18130.python-list@python.org> (permalink) |
On Sat, 18 Jan 2014 18:23:01 -0800 (PST), indar kumar
<indarkumar59@gmail.com> declaimed the following:
>I have to save students information in a database that is keeping continuously track of the information. Format is as follows:
>Information: <name> <course> <grade> <duration>
>
This is your third request in 24 hours... You've gone from a
description of just simple one-line inputs to produce a simple GPA output
up to something with persistence (meaning you need to have a data file of
some sort between invocations of the program), and additional data fields.
>Kindly help.
As you've been told, we do NOT do homework assignments (and if this is
NOT a homework assignment but an actual application for keeping student
grades for some school I strongly recommend you give them back whatever
money they paid you).
Ask a question about some aspect of Python that may not be understood,
and we'll give you an answer. "I need a program that does xyz, help!" will
not produce any results -- that's your job to do.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Help with simple code that has database defined indar kumar <indarkumar59@gmail.com> - 2014-01-18 18:23 -0800 Re: Help with simple code that has database defined Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-18 23:14 -0500 Re: Help with simple code that has database defined Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-19 20:05 +0000
csiph-web