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

Reddit mentions of Python Playground: Geeky Projects for the Curious Programmer

Sentiment score: 1
Reddit mentions: 4

We found 4 Reddit mentions of Python Playground: Geeky Projects for the Curious Programmer. Here are the top ones.

Python Playground: Geeky Projects for the Curious Programmer
Buying options
View on Amazon.com
or
    Features:
  • No Starch Press
Specs:
ColorCream
Height9.25 Inches
Length7 Inches
Number of items1
Release dateOctober 2015
Weight1.55646356972 Pounds
Width0.82 Inches

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

Shuffle: random products popular on Reddit

Found 4 comments on Python Playground: Geeky Projects for the Curious Programmer:

u/hugja · 12 pointsr/learnprogramming

I'd say it's time to start working through some projects. Although, believe me I know, it's difficult to get started. Especially if you didn't start programing without any projects in mind. So, I'd suggest a few books and links to help you get started.

u/Monochrome21 · 2 pointsr/learnpython

www.practicepython.org helped me a fuckton

The book Python Playground and its affiliated books also helped me a lot with practice programs and applications.

u/ikwtif · 1 pointr/learnpython

Not many people think 'Learn Python the Hard Way' is a good website (not sure about the book) to learn python. I would defenitly recommend 'Automate the boring stuff' over it (it's free anyway so might aswell take a look). There's defenitly intermediate stuff to gather for it. It has a nice overview of the content and defnitly contains a lot more information than LPTHW. Also has a nice overview of some popular libraries.

Later chapters contain web scraping, excel spreadsheets, pdf/word docs, csv/json, sending emails. So might be interesting enough.

If you want some more 'advanced' projects I would maybe recommend 'Python playground: geeky projects for the curious programmer', wich is from the same publisher as 'Automate the boring stuff'

this site apperantly also has some free python books wich might interest you