Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55649 > unrolled thread
| Started by | Paul Symonds <Paul.J.Symonds@gmail.com> |
|---|---|
| First post | 2011-02-09 21:50 +0000 |
| Last post | 2011-02-10 11:24 +1100 |
| Articles | 7 — 6 participants |
Back to article view | Back to comp.lang.python
OO Python Paul Symonds <Paul.J.Symonds@gmail.com> - 2011-02-09 21:50 +0000
Re: OO Python Terry Reedy <tjreedy@udel.edu> - 2011-02-10 02:19 -0500
Re: OO Python Dan Stromberg <drsalists@gmail.com> - 2011-02-10 08:36 -0800
Re: OO Python Corey Richardson <kb1pkl@aim.com> - 2011-02-09 16:55 -0500
Re: OO Python Paul Symonds <Paul.J.Symonds@gmail.com> - 2011-02-11 18:50 +0000
Re: OO Python Paul Symonds <paul.j.symonds@gmail.com> - 2011-02-10 17:11 +0000
Re: OO Python Ben Finney <ben+python@benfinney.id.au> - 2011-02-10 11:24 +1100
| From | Paul Symonds <Paul.J.Symonds@gmail.com> |
|---|---|
| Date | 2011-02-09 21:50 +0000 |
| Subject | OO Python |
| Message-ID | <4d530c08$0$12170$fa0fcedb@news.zen.co.uk> |
Are there any good resources to learn OO Python from?
[toc] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2011-02-10 02:19 -0500 |
| Message-ID | <mailman.67.1297322365.1633.python-list@python.org> |
| In reply to | #55649 |
On 2/9/2011 4:50 PM, Paul Symonds wrote: > Are there any good resources to learn OO Python from? I learned some from classes in stdlib modules. -- Terry Jan Reedy
[toc] | [prev] | [next] | [standalone]
| From | Dan Stromberg <drsalists@gmail.com> |
|---|---|
| Date | 2011-02-10 08:36 -0800 |
| Message-ID | <mailman.77.1297355793.1633.python-list@python.org> |
| In reply to | #55649 |
On Wed, Feb 9, 2011 at 1:50 PM, Paul Symonds <Paul.J.Symonds@gmail.com> wrote: > Are there any good resources to learn OO Python from? Yes, plenty, but it's important for us to know so we can advise you: Do you know any other OO languages yet?
[toc] | [prev] | [next] | [standalone]
| From | Corey Richardson <kb1pkl@aim.com> |
|---|---|
| Date | 2011-02-09 16:55 -0500 |
| Message-ID | <mailman.57.1297293163.1633.python-list@python.org> |
| In reply to | #55649 |
On 02/09/2011 04:50 PM, Paul Symonds wrote: > Are there any good resources to learn OO Python from? > To my knowledge, all Python is OO. What specifically about OOP do you want to know? http://www.alan-g.me.uk/tutor/tutclass.htm I've always liked Alan's site. Come over to the Tutor list if you need basic help, tutor@python.org.
[toc] | [prev] | [next] | [standalone]
| From | Paul Symonds <Paul.J.Symonds@gmail.com> |
|---|---|
| Date | 2011-02-11 18:50 +0000 |
| Message-ID | <4d5584e3$0$12154$fa0fcedb@news.zen.co.uk> |
| In reply to | #55649 |
Thank you
[toc] | [prev] | [next] | [standalone]
| From | Paul Symonds <paul.j.symonds@gmail.com> |
|---|---|
| Date | 2011-02-10 17:11 +0000 |
| Message-ID | <mailman.81.1297359664.1633.python-list@python.org> |
| In reply to | #55649 |
I have coded in VB using modules and functions but never coded a complete project in OO. I understand the theory of OO, it's more the syntax and Python nuances that I need to be up to speed on. On 10 Feb 2011, at 16:36, Dan Stromberg <drsalists@gmail.com> wrote: > On Wed, Feb 9, 2011 at 1:50 PM, Paul Symonds <Paul.J.Symonds@gmail.com> wrote: >> Are there any good resources to learn OO Python from? > > Yes, plenty, but it's important for us to know so we can advise you: > Do you know any other OO languages yet?
[toc] | [prev] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2011-02-10 11:24 +1100 |
| Message-ID | <874o8cpwhc.fsf@benfinney.id.au> |
| In reply to | #55649 |
Paul Symonds <Paul.J.Symonds@gmail.com> writes: > Are there any good resources to learn OO Python from? The first resource to use is the Python tutorial <URL:http://docs.python.org/tutorial/>. Work through the whole thing: read the text and run the examples yourself, then experiment until you understand the points before moving to the next part. -- \ “Every man would like to be God, if it were possible; some few | `\ find it difficult to admit the impossibility.” —Bertrand | _o__) Russell, _Power: A New Social Analysis_, 1938 | Ben Finney
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web