• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

How much Python do you need to know?

 
Marshal
Posts: 80093
413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My Python is very basic, well even less than that  How much Python do your readers need to know?
 
Saloon Keeper
Posts: 28402
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, Campbell, since the main topic of the book is "Classic Computer Science Problems", I'd say that you wouldn't need to know the really esoteric Python stuff. After all, Knuth, Djikstra, et. al. managed to to just fine with languages they made up on the spot.

So I'd imagine the usual stuff: expressions and assignments, conditionals, methods and modules, control and looping, basic string manipulation, and since this is Python, tuples, lists, and dictionaries. Anything more complex, I'd look to see explained in the book.

Oh, you weren't just posting to bump the odds of winning a copy were you?
 
Campbell Ritchie
Marshal
Posts: 80093
413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Holloway wrote:. . . you weren't just posting to bump the odds of winning a copy were you?

No more than you were
 
Campbell Ritchie
Marshal
Posts: 80093
413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would have thought I have enough programming experience to translate the Python into another language. Forth possibly, but definitely not LISP
 
author
Posts: 15
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book requires an intermediate-advanced knowledge of Python. It's not targeted at beginners. In college terms—we would assume you have at least two semesters of programming experience. In non-college terms we would expect you have mastered the basics of programming in Python, and now want to dive into some CS topics with that knowledge.
 
Danger, 10,000 volts, very electic .... tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic