Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64276
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'output': 0.05; 'assignment': 0.07; 'subject:code': 0.07; 'kumar': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Help': 0.11; 'python': 0.11; 'jan': 0.12; '(meaning': 0.16; 'assignments': 0.16; 'inputs': 0.16; 'invocations': 0.16; 'message-id:@4ax.com': 0.16; 'program),': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:simple': 0.16; 'sat,': 0.16; 'student': 0.16; 'do.': 0.18; 'help.': 0.21; 'aspect': 0.24; 'url:home': 0.24; 'question': 0.24; 'sort': 0.25; 'header:X-Complaints-To:1': 0.27; 'strongly': 0.30; 'subject:that': 0.31; 'file': 0.32; 'third': 0.33; 'actual': 0.34; 'subject:with': 0.35; 'something': 0.35; 'but': 0.35; 'skip:> 10': 0.36; 'charset:us-ascii': 0.36; 'application': 0.37; 'received:76': 0.38; 'follows:': 0.38; 'whatever': 0.38; 'to:addr :python-list': 0.38; 'track': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'gone': 0.61; 'simple': 0.61; 'back': 0.62; 'save': 0.62; "you've": 0.63; 'information': 0.63; 'school': 0.64; 'between': 0.67; 'answer.': 0.68; 'results': 0.69; 'money': 0.72; 'homework': 0.84; 'you).': 0.95 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: Help with simple code that has database defined |
| Date | Sat, 18 Jan 2014 23:14:05 -0500 |
| Organization | IISS Elusive Unicorn |
| References | <4ea55e83-cfcd-4aaf-824a-3e3bced921c2@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | adsl-76-249-30-247.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5700.1390104849.18130.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1390104849 news.xs4all.nl 2897 [2001:888:2000:d::a6]:38980 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:64276 |
Show key headers only | View raw
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