Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31362 > unrolled thread
| Started by | Dwight Hutto <dwightdhutto@gmail.com> |
|---|---|
| First post | 2012-10-16 00:41 -0400 |
| Last post | 2012-10-16 03:22 -0700 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Which book is the best? Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 00:41 -0400
Re: Which book is the best? Marco Nawijn <nawijn@gmail.com> - 2012-10-16 03:22 -0700
Re: Which book is the best? Marco Nawijn <nawijn@gmail.com> - 2012-10-16 03:22 -0700
| From | Dwight Hutto <dwightdhutto@gmail.com> |
|---|---|
| Date | 2012-10-16 00:41 -0400 |
| Subject | Re: Which book is the best? |
| Message-ID | <mailman.2253.1350362489.27098.python-list@python.org> |
On Tue, Oct 16, 2012 at 12:27 AM, 老爷 <yujian4newsgroup@gmail.com> wrote: > I have strong c++ development experience. But now I want to study the > python to do some windows setting task, such as editing file, changing the > system setting, doing some network processing. Please help me which book is > the best? > > Definitely command line apps/command line usage. I could recommend google searches, but use the calls to the OS, and you can accomplish a good bit of things. -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com
[toc] | [next] | [standalone]
| From | Marco Nawijn <nawijn@gmail.com> |
|---|---|
| Date | 2012-10-16 03:22 -0700 |
| Message-ID | <86c1280c-7642-4398-b712-ffbc4a06a392@googlegroups.com> |
| In reply to | #31362 |
On Tuesday, October 16, 2012 6:41:29 AM UTC+2, David Hutto wrote: > On Tue, Oct 16, 2012 at 12:27 AM, 老爷 <yujian4newsgroup@gmail.com> wrote: > > > I have strong c++ development experience. But now I want to study the > > > python to do some windows setting task, such as editing file, changing the > > > system setting, doing some network processing. Please help me which book is > > > the best? > > > > > > > > Definitely command line apps/command line usage. > > > > I could recommend google searches, but use the calls to the OS, and > > you can accomplish a good bit of things. > > > > > > -- > > Best Regards, > > David Hutto > > CEO: http://www.hitwebdevelopment.com Hi, Although I agree with the fact the working in the interactive interpreter (may I recommend IPython for this) is definitely an efficient way of exploring the Python world, I also liked alot the Python Essential Reference (4th edition). Since you already understand how to program, the Python essential reference quickly guides you through Python language and the standard library. Regards, Marco
[toc] | [prev] | [next] | [standalone]
| From | Marco Nawijn <nawijn@gmail.com> |
|---|---|
| Date | 2012-10-16 03:22 -0700 |
| Message-ID | <mailman.2260.1350382943.27098.python-list@python.org> |
| In reply to | #31362 |
On Tuesday, October 16, 2012 6:41:29 AM UTC+2, David Hutto wrote: > On Tue, Oct 16, 2012 at 12:27 AM, 老爷 <yujian4newsgroup@gmail.com> wrote: > > > I have strong c++ development experience. But now I want to study the > > > python to do some windows setting task, such as editing file, changing the > > > system setting, doing some network processing. Please help me which book is > > > the best? > > > > > > > > Definitely command line apps/command line usage. > > > > I could recommend google searches, but use the calls to the OS, and > > you can accomplish a good bit of things. > > > > > > -- > > Best Regards, > > David Hutto > > CEO: http://www.hitwebdevelopment.com Hi, Although I agree with the fact the working in the interactive interpreter (may I recommend IPython for this) is definitely an efficient way of exploring the Python world, I also liked alot the Python Essential Reference (4th edition). Since you already understand how to program, the Python essential reference quickly guides you through Python language and the standard library. Regards, Marco
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web