I would like some advice on books to learn Python
veritas_libertas
Member Posts: 5,746 ■■■■■■■■■■
in Off-Topic
I've seen a couple of posts on learning resources for Python. I'm not interested in web sites. I would like to buy a book. What I'm looking for is a book for someone with no experience in programming that builds from the bottom up. I took a C programming class back in college but it's been over five years now since I've typed ANY code, and I'm certain I've forgotten most everything.
Comments
-
osJoe Member Posts: 61 ■■□□□□□□□□I was also looking for a book a few weeks ago because I really wanted to learn the language from the bottom up and get a strong foundation. I came across this one on amazon that has a good rating.
Amazon.com: Hello World! Computer Programming for Kids and Other Beginners (978193398849: Warren Sande, Carter Sande: Books
Looks to me it starts you at the VERY basics of programming and then teaches principles of python scripting.. Anyways, I've decided against a book right now because I am tight on money and the python website and Youtube tutorials provide more than enough to get started. -
hiddenknight821 Member Posts: 1,209 ■■■■■■□□□□Silly rabbit. That book is just for kids. Maybe the Michael Dawson book may be good for you, but I like to learn Python the hard way, and I would go with the O'Reilly book.
-
whatthehell Member Posts: 920MIT has it OCW (open courseware) that has a intro to programming class that teaches Python. I believe both the class and the book (in PDF) are both free.2017 Goals:
[ ] Security + [ ] 74-409 [ ] CEH
Future Goals:
TBD -
Patel128 Member Posts: 339The user "thenewboston" on youtube does programming tutorials, I have never used his videos though. He seems to teach python from the ground up so I would maybe test watch some of his videos and see if you like it.
Python Programming Tutorial - 1 - Installing Python - YouTubeStudying For:
B.S. in Computer Science at University of Memphis
Network+
Currently Reading:
CompTIA Network+ Study Guide - Lammle -
petedude Member Posts: 1,510hiddenknight821 wrote: »Silly rabbit. That book is just for kids. Maybe the Michael Dawson book may be good for you, but I like to learn Python the hard way, and I would go with the O'Reilly book.
Amen to that. O'Reilly books for 'nix related technology rock.Even if you're on the right track, you'll get run over if you just sit there.
--Will Rogers -
NotHackingYou Member Posts: 1,460 ■■■■■■■■□□Head first books are outstanding resources. I own C#, Java, JavaScript, Programming and HTML/CSS
This book is an introduction to programming and teaches Python.
Amazon.com: Head First Programming: A Learner's Guide to Programming Using the Python Language (9780596802370): David Griffiths, Paul Barry: BooksWhen you go the extra mile, there's no traffic. -
computer g33k Member Posts: 149If you're looking for an e book, this might be worth taking a look.
Practical Python: Learn programming for the real world! by Fletcher Heisler — KickstarterNetworkVeteran wrote: »There's room for those who want the easy work and those who want the challenges. You will, of course, generally be compensated in proportion to what you shoulder. -
Ryan82 Member Posts: 428Here are a couple video tutorials to supplement:
Google's Python Class
Python Set Up - Google's Python Class - Google Code
Udacity:
udacity.com Intro to computer science class -
onesaint Member Posts: 801Think Python is brand new, published by O'reilly and supposed to be for beginners. Deal of the day put it at $15 for a while.
Think Python*-*O'Reilly Media
Beginning Python: From Novice to Professional gets some great reviews on Amazon:
Amazon.com: Beginning Python: From Novice to Professional (9781590595190): Magnus Lie Hetland: Books
The book is based on this blog post. So, I would image the book is much the same style.
hetland.org : Instant HackingWork in progress: picking up Postgres, elastisearch, redis, Cloudera, & AWS.
Next up: eventually the RHCE and to start blogging again.
Control Protocol; my blog of exam notes and IT randomness