#1,050 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Python Cookbook

Sentiment score: 3
Reddit mentions: 8

We found 8 Reddit mentions of Python Cookbook. Here are the top ones.

Python Cookbook
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9.19 Inches
Length7 Inches
Number of items1
Weight2.91451110364 Pounds
Width1.8 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 8 comments on Python Cookbook:

u/seabre · 7 pointsr/programming

Considering that it's still in print it's at least in the neighborhood of relevant.

u/LucidOndine · 6 pointsr/learnpython

The Python Cookbook -- a new version is expected in December.

u/Wonnk13 · 6 pointsr/learnpython

the python cookbook has some neat projects, but it's a bit outdated with python 2.4.

u/reddof · 3 pointsr/programming

Pick a project and start using it. If you have any sort of programming background then this shouldn't be too hard. I find it very difficult to learn a programming language when I'm not working on a specific project. Working through examples in a book only goes so far.

Refer to the Python Tutorial when you need help. Pick up a book like the Python Cookbook for solutions to some common problems.

u/[deleted] · 3 pointsr/learnprogramming

Sorry, it was hard to gather what you meant by 'practical.' What about this?

u/gengisteve · 1 pointr/learnpython

A lot of it is just practice, particularly these sorts of things as it takes a bit of time to get used to recasting (at least if you come from other languages). Your solution was just short of being the same as the top answer, except that the top answer took advantage of two python tricks: You can str(an int) to get a string, and strings are iterable, with each character being returned by next.

For a great resource on these sorts of things, check out the python cookbook: http://www.amazon.com/Python-Cookbook-Alex-Martelli/dp/0596007973

u/ewiethoff · 1 pointr/learnpython

Sometimes it helps to be an old fart who has read excellent old books by Alex Martelli: Python in a Nutshell and Python Cookbook.

u/sunqiang · 1 pointr/golang

that would be very great, but maybe it needs a pretty loooong weekend. Python Cookbook DO offers a wealth of useful code for all Python programmers.