Python & Open Books

Hey drop us a line about the show. Feel free to ask questions, provide feedback and criticism, or just ramble on about anything your little heart desires.

Moderators: snarkout, Patrick, dann

Post Reply
User avatar
Vogateer
Posts: 700
Joined: Thu Nov 17, 2005 11:18 pm
Location: Norman, Oklahoma
Contact:

Python & Open Books

Post by Vogateer » Mon Oct 30, 2006 8:13 pm

I decided to learn a programming language, and I'm currently reading a couple of Python books. I like what I see in Python, and it sounds like a few people on the Tech Show are looking into it as well. I need to think up a few small projects to get my hands dirty, but I feel like I'm starting to get a feel for the basics of the syntax and such. I'm still finishing reading How to Think Like a Computer Scientist, but I've also bought Programming Python, and both books are doing a decent job of teaching a noob such as myself.

Of course, while I'm learning it, I'm trying to take notes on things that trip me up, and also trying to do my part to improve the text to the Computer Scientist book as well. Open books are such a fantastic idea for education, it's a shame they're not used more often.
Vim is beautiful

User avatar
CptnObvious999
Posts: 798
Joined: Fri Jun 03, 2005 7:54 pm
Location: Maryland
Contact:

Post by CptnObvious999 » Mon Oct 30, 2006 10:44 pm

http://www.byteofpython.info/
http://www.diveintopython.org/
Both of those are awesome open books on Python. I learned Python using Dive Into Python but the other one seems just as good. Python is the nicest language I have ever used and suggest it to anyone interested in learning something elegant and powerful.

User avatar
treehead
Posts: 159
Joined: Wed Aug 17, 2005 3:20 pm
Location: detroit metro, usa

Learning Python

Post by treehead » Mon Nov 06, 2006 9:33 am

Nice. I had not heard about any of those (except Programming Python). I am reading Learning Python, and I'm liking it quite a bit.

In addition to studying Java at school, I've been learning about various programming languages on my own, including Perl, Python, and now Ruby.

I'd be interested to hear about your experiences and any programs you're working on.

cRaig
"It is a widely accepted notion among painters
that it does not matter what one paints, as long as
it is well painted. This is the essence of
academicism. There is no such thing as a good
painting about nothing." --Mark Rothko

Post Reply