Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15298 > unrolled thread
| Started by | Behnam <bkamrani@gmail.com> |
|---|---|
| First post | 2011-11-03 11:13 -0700 |
| Last post | 2011-11-03 14:25 -0700 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.lang.python
Python advanced course (preferably in NA) Behnam <bkamrani@gmail.com> - 2011-11-03 11:13 -0700
Re: Python advanced course (preferably in NA) Eric Snow <ericsnowcurrently@gmail.com> - 2011-11-03 12:29 -0600
Re: Python advanced course (preferably in NA) Catherine Moroney <Catherine.M.Moroney@jpl.nasa.gov> - 2011-11-03 14:15 -0700
Re: Python advanced course (preferably in NA) Catherine Moroney <Catherine.M.Moroney@jpl.nasa.gov> - 2011-11-03 14:18 -0700
Re: Python advanced course (preferably in NA) Behnam <bkamrani@gmail.com> - 2011-11-04 06:17 -0700
Re: Python advanced course (preferably in NA) Emile van Sebille <emile@fenx.com> - 2011-11-03 14:25 -0700
| From | Behnam <bkamrani@gmail.com> |
|---|---|
| Date | 2011-11-03 11:13 -0700 |
| Subject | Python advanced course (preferably in NA) |
| Message-ID | <ad9c3c22-96ef-4abb-a209-d006d52d9fac@gy7g2000vbb.googlegroups.com> |
Anybody is aware of any advanced course in Python preferably in north america? I've been partly coding in Python for couple of years now and have used PyQt. What I'd like to learn more is a kind of advance OOP in python. Any idea? BTW, I'm not a computer engineer and have mechanical background. Thanks in advance!
[toc] | [next] | [standalone]
| From | Eric Snow <ericsnowcurrently@gmail.com> |
|---|---|
| Date | 2011-11-03 12:29 -0600 |
| Message-ID | <mailman.2410.1320344956.27778.python-list@python.org> |
| In reply to | #15298 |
On Thu, Nov 3, 2011 at 12:13 PM, Behnam <bkamrani@gmail.com> wrote: > Anybody is aware of any advanced course in Python preferably in north > america? > > I've been partly coding in Python for couple of years now and have > used PyQt. What I'd like to learn more is a kind of advance OOP in > python. Any idea? While I don't know specifically, check out the following link (from the Python site): http://wiki.python.org/moin/PythonTraining I have taken a class each (PyCon tutorial) from Raymond Hettinger, David Beazley, and Brian Jones, and found each of them to be outstanding courses. Only David is listed on that page to which I linked, though I know Raymond does courses at least from time to time. I've also heard a talk from Wesley Chun and found him to be fantastic. -eric > > BTW, I'm not a computer engineer and have mechanical background. > > Thanks in advance! > -- > http://mail.python.org/mailman/listinfo/python-list >
[toc] | [prev] | [next] | [standalone]
| From | Catherine Moroney <Catherine.M.Moroney@jpl.nasa.gov> |
|---|---|
| Date | 2011-11-03 14:15 -0700 |
| Message-ID | <4EB30467.5050905@jpl.nasa.gov> |
| In reply to | #15299 |
I've taken two Python classes from David Beazley and can second Eric's recommendation. The "advanced" class is really advanced and goes into some pretty mind-blowing stuff. The class comes with lots of problems and solutions, and a book of all the slides which are a great reference. Well worth the time and money! Catherine Eric Snow wrote: > On Thu, Nov 3, 2011 at 12:13 PM, Behnam <bkamrani@gmail.com> wrote: >> Anybody is aware of any advanced course in Python preferably in north >> america? >> >> I've been partly coding in Python for couple of years now and have >> used PyQt. What I'd like to learn more is a kind of advance OOP in >> python. Any idea? > > While I don't know specifically, check out the following link (from > the Python site): > > http://wiki.python.org/moin/PythonTraining > > I have taken a class each (PyCon tutorial) from Raymond Hettinger, > David Beazley, and Brian Jones, and found each of them to be > outstanding courses. Only David is listed on that page to which I > linked, though I know Raymond does courses at least from time to time. > I've also heard a talk from Wesley Chun and found him to be > fantastic. > > -eric > > >> BTW, I'm not a computer engineer and have mechanical background. >> >> Thanks in advance! >> -- >> http://mail.python.org/mailman/listinfo/python-list >>
[toc] | [prev] | [next] | [standalone]
| From | Catherine Moroney <Catherine.M.Moroney@jpl.nasa.gov> |
|---|---|
| Date | 2011-11-03 14:18 -0700 |
| Message-ID | <4EB3051C.2010202@jpl.nasa.gov> |
| In reply to | #15299 |
I've taken two Python classes from David Beazley and can second Eric's recommendation. The "advanced" class is really advanced and goes into some pretty mind-blowing stuff. The class comes with lots of problems and solutions, and a book of all the slides which are a great reference. Well worth the time and money! Catherine Eric Snow wrote: > On Thu, Nov 3, 2011 at 12:13 PM, Behnam <bkamrani@gmail.com> wrote: >> Anybody is aware of any advanced course in Python preferably in north >> america? >> >> I've been partly coding in Python for couple of years now and have >> used PyQt. What I'd like to learn more is a kind of advance OOP in >> python. Any idea? > > While I don't know specifically, check out the following link (from > the Python site): > > http://wiki.python.org/moin/PythonTraining > > I have taken a class each (PyCon tutorial) from Raymond Hettinger, > David Beazley, and Brian Jones, and found each of them to be > outstanding courses. Only David is listed on that page to which I > linked, though I know Raymond does courses at least from time to time. > I've also heard a talk from Wesley Chun and found him to be > fantastic. > > -eric > > >> BTW, I'm not a computer engineer and have mechanical background. >> >> Thanks in advance! >> -- >> http://mail.python.org/mailman/listinfo/python-list >>
[toc] | [prev] | [next] | [standalone]
| From | Behnam <bkamrani@gmail.com> |
|---|---|
| Date | 2011-11-04 06:17 -0700 |
| Message-ID | <10127b29-23c5-4929-a20c-8a89ce6e385d@t8g2000yql.googlegroups.com> |
| In reply to | #15310 |
This was great. Thank you all! /Behnam On Nov 3, 5:18 pm, Catherine Moroney <Catherine.M.Moro...@jpl.nasa.gov> wrote: > I've taken twoPythonclasses from David Beazley and can second > Eric's recommendation. The "advanced" class is reallyadvanced > and goes into some pretty mind-blowing stuff. The class comes with > lots of problems and solutions, and a book of all the slides which are > a great reference. Well worth the time and money! > > Catherine > > > > > > > > Eric Snow wrote: > > On Thu, Nov 3, 2011 at 12:13 PM, Behnam <bkamr...@gmail.com> wrote: > >> Anybody is aware of anyadvancedcourseinPythonpreferably in north > >> america? > > >> I've been partly coding inPythonfor couple of years now and have > >> used PyQt. What I'd like to learn more is a kind of advance OOP in > >>python. Any idea? > > > While I don't know specifically, check out the following link (from > > thePythonsite): > > >http://wiki.python.org/moin/PythonTraining > > > I have taken a class each (PyCon tutorial) from Raymond Hettinger, > > David Beazley, and Brian Jones, and found each of them to be > > outstanding courses. Only David is listed on that page to which I > > linked, though I know Raymond does courses at least from time to time. > > I've also heard a talk from Wesley Chun and found him to be > > fantastic. > > > -eric > > >> BTW, I'm not a computer engineer and have mechanical background. > > >> Thanks in advance! > >> -- > >>http://mail.python.org/mailman/listinfo/python-list
[toc] | [prev] | [next] | [standalone]
| From | Emile van Sebille <emile@fenx.com> |
|---|---|
| Date | 2011-11-03 14:25 -0700 |
| Message-ID | <mailman.2412.1320355389.27778.python-list@python.org> |
| In reply to | #15298 |
On 11/3/2011 11:13 AM Behnam said... > Anybody is aware of any advanced course in Python preferably in north > america? > > I've been partly coding in Python for couple of years now and have > used PyQt. What I'd like to learn more is a kind of advance OOP in > python. Any idea? This list works well for that. Try answering all OOP related questions as completely as possible and provide example code. Those that know the difference will promptly point out the improved and generally preferred approaches. When no one corrects you, you're done. Only-slightly-tongue-in-cheek-ly y'rs, Emile
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web