Python Forum
How to Think Like a Computer Scientist - exercise solutions
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Think Like a Computer Scientist - exercise solutions
#1
I am using How to Think Like a Computer Scientist to teach myself Python 3.8.4 but the book contains no solutions to the exercises. Is anybody aware of a list of exercise answers for the 3rd Edition dated August 12 2012? Thank you
Reply
#2
https://en.wikibooks.org/wiki/How_to_Thi.../Solutions

Google is your friend.
Reply
#3
You can use Python 3.8 for all code in How to Think Like a Computer Scientist 3rd Edition (Using Python 3.x)
Python 3.8 is backward compatible for all Python 3.x version.
Only if using new features like like eg walrus operator Python 3.8 or f-string Python 3.6.
Then need to use that version or newer version for those new feature to work.
So lat say the used Python 3.4 for Think Like a Computer Scientist 3rd Edition,then all of that code will work for 3.8.
Reply
#4
Greetings Lars 60+

Thanks for your help. I had already found this reference but it relates to the 2nd edition, which apparently has different exercises to those in the 3rd edition. Anyway thanks for trying.

Greetings Snippsat

Thanks for your help it is good to know it is compatible both ways
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020