TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Think Python: How to Think Like a Computer Scientist

48 pointsby unwantedLettersalmost 15 years ago

5 comments

astrofinchalmost 15 years ago
This looks like a fairly basic Python book. I'll volunteer to answer any questions people have while reading it.
vibragielalmost 15 years ago
This is an introduction to programming using Python. The author did another version using C++:<p><a href="http://www.greenteapress.com/thinkcpp/" rel="nofollow">http://www.greenteapress.com/thinkcpp/</a><p>but, for programming newbies, I strongly recommend the Python version (and so does the author).<p>For programmers who want to learn Python, I'd recommend:<p>1) Dive into Python 3: <a href="http://diveintopython3.org/" rel="nofollow">http://diveintopython3.org/</a><p>2) Google's Python Class: <a href="http://code.google.com/edu/languages/google-python-class/" rel="nofollow">http://code.google.com/edu/languages/google-python-class/</a>
RiderOfGiraffesalmost 15 years ago
Any similarities with these?<p><a href="http://news.ycombinator.com/item?id=638026" rel="nofollow">http://news.ycombinator.com/item?id=638026</a><p><a href="http://news.ycombinator.com/item?id=440180" rel="nofollow">http://news.ycombinator.com/item?id=440180</a><p><a href="http://news.ycombinator.com/item?id=351903" rel="nofollow">http://news.ycombinator.com/item?id=351903</a>
评论 #1586365 未加载
PostOncealmost 15 years ago
I can not recommend this book, or Python, highly enough.<p>Programming is hard. This book + Python make it easy.
评论 #1587931 未加载
phamiltonalmost 15 years ago
This is the book I learned how to program with 5-6 years ago.<p>Great book, "translated" into different languages (Java for instance)