Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70470 > unrolled thread

Re: which book to read next??

Started byTim Chase <python.list@tim.thechases.com>
First post2014-04-21 11:20 -0500
Last post2014-04-21 11:20 -0500
Articles 1 — 1 participant

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.


Contents

  Re: which book to read next?? Tim Chase <python.list@tim.thechases.com> - 2014-04-21 11:20 -0500

#70470 — Re: which book to read next??

FromTim Chase <python.list@tim.thechases.com>
Date2014-04-21 11:20 -0500
SubjectRe: which book to read next??
Message-ID<mailman.9414.1398097210.18130.python-list@python.org>
On 2014-04-21 22:13, lee wrote:
> Hi, I have read the book 'a byte of python' and now I want to read
> another book. But I just get confused about which one to read next.
> There is a book list below: 1, pro python
> 2, python algorithms
> 3, python cookbook
> 4, the python standard library by examples
> which one is suitable for me??
> Or I need to start a project with pygame or flask?

Once you've got the basics (which it seems like you do have now), I'd
find a problem you have and use Python to solve it.  E.g.:

Problem: I'm bored
Solution: write yourself a game in pygame

P: I want to create a website to do X
S: Use django/flask to do such

P: I want to answer some questions about this set of data
S: write some Python code to parse the data & produce answers

P: I'm poor
S: use Python to solve problems for other people and have them pay you


You can keep reading books, but if you don't have something to
actually create from using this knowledge, it's a somewhat worthless
academic exercise.

-tkc


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web