Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70045
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <lalithaprasad@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.022 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'python,': 0.02; 'think,': 0.07; 'learn,': 0.09; 'python': 0.11; 'approaches.': 0.16; 'pyqt,': 0.16; 'subject:non': 0.16; 'zero.': 0.16; 'subject:python': 0.16; 'programming': 0.22; 'order.': 0.26; 'besides': 0.30; 'designer': 0.30; 'message-id:@mail.gmail.com': 0.30; 'gis': 0.31; 'core': 0.34; 'knowledge': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'possible': 0.36; 'should': 0.36; 'list': 0.37; 'handle': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'how': 0.40; 'show': 0.63; 'information': 0.63; 'kind': 0.63; 'dear': 0.65; 'teach': 0.65 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=1qNTH7bDe9ZMAlwTYtI/kY8+jqhwKFZ2tb9z97fQqkk=; b=mWhMNsnRDYCxRfVX+oFwp9dozysLOpwkjuGMhRwEwDuMrZfqKlcRsJdyCAvTgz/RAX Mac8iYBUI9zJp0QPM1Xb/eDnVTEj7TlESUfwg4Vgrg+u1SU1lojLo/1I/X2cruSmXUbt pOk2KV1daRRxM22fO5yvcc6URGTF7LR2VQ33OvjHcN/Cb4fV7Q2JBcIN8qZeyj6b91b1 30xGj5FIvPmhNoEhCjao8vu0EPCAIt67ouENUnNQDZZU7d/emBIugYbfzRQ1nzjqbO0O iopxcpcTLYndbCQkZ1QA3twBkgKyx2WkcWsHkJrw0fPYrHCMoh+HeU+RlSd3nJRKeT1K b78Q== |
| X-Received | by 10.152.30.41 with SMTP id p9mr12829997lah.26.1397145329308; Thu, 10 Apr 2014 08:55:29 -0700 (PDT) |
| MIME-Version | 1.0 |
| From | Lalitha Prasad K <lalithaprasad@gmail.com> |
| Date | Thu, 10 Apr 2014 21:24:48 +0530 |
| Subject | Teaching python to non-programmers |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=089e0158c7f00d970004f6b23f2c |
| 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.9142.1397145337.18130.python-list@python.org> (permalink) |
| Lines | 45 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1397145337 news.xs4all.nl 2891 [2001:888:2000:d::a6]:57868 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:70045 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Dear List Recently I was requested to teach python to a group of students of GIS (Geographic Information Systems). Their knowledge of programming is zero. The objective is to enable them to write plug-ins for GIS software like QGIS and ArcGIS. It would require them to learn, besides core python, PyQt, QtDesigner. So my plan is to teach them core python, PyQt, Qt Designer, in that order. A kind of "bottom up approach". But the students seem to feel that I should use "top down approach". That is, show them how to write a plug-in, then PyQt and Qt Designer and then enough of python so they can handle the above. I don't think, that is possible or a good idea. But I would like to know, if there are any other approaches. Thanks and Regards Lalitha Prasad,
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Teaching python to non-programmers Lalitha Prasad K <lalithaprasad@gmail.com> - 2014-04-10 21:24 +0530
Re: Teaching python to non-programmers pete.bee.emm@gmail.com - 2014-04-10 10:53 -0700
Re: Teaching python to non-programmers Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-04-10 19:36 +0100
Re: Teaching python to non-programmers pete.bee.emm@gmail.com - 2014-04-10 13:52 -0700
Re: Teaching python to non-programmers "Rhodri James" <rhodri@wildebst.org.uk> - 2014-04-10 23:40 +0100
Re: Teaching python to non-programmers Rustom Mody <rustompmody@gmail.com> - 2014-04-10 20:17 -0700
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 13:59 +1000
Re: Teaching python to non-programmers Rustom Mody <rustompmody@gmail.com> - 2014-04-10 21:37 -0700
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 15:11 +1000
Re: Teaching python to non-programmers Paul Rudin <paul.nospam@rudin.co.uk> - 2014-04-11 06:34 +0100
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 15:42 +1000
Re: Teaching python to non-programmers alister <alister.nospam.ware@ntlworld.com> - 2014-04-11 10:46 +0000
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 21:01 +1000
Re: Teaching python to non-programmers alister <alister.nospam.ware@ntlworld.com> - 2014-04-11 11:48 +0000
Re: Teaching python to non-programmers Rustom Mody <rustompmody@gmail.com> - 2014-04-10 22:42 -0700
Re: Teaching python to non-programmers Rustom Mody <rustompmody@gmail.com> - 2014-04-10 22:54 -0700
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 16:01 +1000
Re: Teaching python to non-programmers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-11 11:36 +0000
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 16:00 +1000
Re: Teaching python to non-programmers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-11 11:34 +0000
Re: Teaching python to non-programmers Paul Rudin <paul.nospam@rudin.co.uk> - 2014-04-11 12:46 +0100
Re: Teaching python to non-programmers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-11 11:59 +0000
Re: Teaching python to non-programmers Tim Chase <python.list@tim.thechases.com> - 2014-04-11 07:39 -0500
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 22:50 +1000
Re: Teaching python to non-programmers Rustom Mody <rustompmody@gmail.com> - 2014-04-11 11:19 -0700
Re: Teaching python to non-programmers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-12 01:45 +0000
Re: Teaching python to non-programmers alex23 <wuwei23@gmail.com> - 2014-04-14 16:13 +1000
Re: Teaching python to non-programmers Ian Kelly <ian.g.kelly@gmail.com> - 2014-04-14 00:59 -0600
Re: Teaching python to non-programmers Ian Kelly <ian.g.kelly@gmail.com> - 2014-04-10 23:39 -0600
Re: Teaching python to non-programmers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-11 10:07 +0000
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 20:17 +1000
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 15:54 +1000
Re: Teaching python to non-programmers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-11 09:37 +0000
Re: Teaching python to non-programmers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-11 07:09 +0000
Re: Teaching python to non-programmers Chris Angelico <rosuav@gmail.com> - 2014-04-11 17:19 +1000
Re: Interleaved vs. top-posting Tim Chase <python.list@tim.thechases.com> - 2014-04-11 07:44 -0500
Re: Interleaved vs. top-posting Bob Martin <bob.martin@excite.com> - 2014-04-12 07:28 +0100
Ostracising bad actors (was: Teaching python to non-programmers) Ben Finney <ben+python@benfinney.id.au> - 2014-04-11 13:28 +1000
Re: Teaching python to non-programmers pete.bee.emm@gmail.com - 2014-04-11 13:20 -0700
Re: Teaching python to non-programmers Rustom Mody <rustompmody@gmail.com> - 2014-04-11 17:50 -0700
Re: Teaching python to non-programmers "Rhodri James" <rhodri@wildebst.org.uk> - 2014-04-13 23:51 +0100
Re: Teaching python to non-programmers Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-04-14 00:54 +0100
Re: Teaching python to non-programmers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-04-14 00:20 +0000
Re: Teaching python to non-programmers Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-04-14 08:32 +0100
Re: Teaching python to non-programmers Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-04-11 14:43 +0100
Re: Teaching python to non-programmers Mark H Harris <harrismh777@gmail.com> - 2014-04-11 09:12 -0500
Re: Teaching python to non-programmers Rustom Mody <rustompmody@gmail.com> - 2014-04-10 11:24 -0700
Re: Teaching python to non-programmers Mark H Harris <harrismh777@gmail.com> - 2014-04-11 09:35 -0500
csiph-web