Data Structures and Algorithms Using Python and C by John Zelle (PDF)

    6

     

    Ebook Info

    • Published: 2009
    • Number of pages: 568 pages
    • Format: PDF
    • File Size: 4.20 MB
    • Authors: John Zelle

    Description

    This book is intended for use in a traditional college-level data structures course (commonly known as CS2). This book assumes that students have learned the basic syntax of Python and been exposed to the use of existing classes. Most traditional CS1 courses that use Python will have covered all the necessary topics, and some may have covered a few of the topics covered in this book. We have found that most students successfully completing a CS1 course know how to use classes, but many of them need more experience to learn how to design and write their own classes. We address this issue by including a number of examples of class design in the first few chapters of this book. Python’s object-oriented features make it an elegant language for starting a data structures course, but one potential drawback of Python for a data structures course is that it hides the complexity of memory management. This is a benefit in a first course, but we think that in a second course it is important that students begin to understand some of these low-level details that the Python interpreter hides from them. Since we can cover the basic data structures in less time using Python, there is time to learn a second language, even in a single-semester CS2 course. After the students have continued to improve their Python programming skills while covering the first few chapters of the book, it is relatively easy for them to learn a second object-oriented language. By using C as the second language, the students are exposed to a lower-level, compiled language. The syntax of C is more complicated than Python, but that is a relatively small hurdle once students have mastered fundamental programming concepts using Python. For example, now that they understand the basic concepts of programming and the semantics of statements such as conditional statements and looping statements, they can focus on learning the C syntax for these statements.

    User’s Reviews

    Reviews from Amazon users which were colected at the time this book was published on the website:

    ⭐I bought this book because I read the previous one. I wasn’t too excited about this at first. It didn’t feel as fun as the prior book and I didn’t feel as if the authors were as engaging or friendly. Maybe I just wasn’t quite as excited about Python as I was when it first started to click. But after having gone on to learn more stuff beyond even the scope of this book, I realise now how well the authors did explaining the concepts. They seem to have really stuck and other explanations I have heard from other sources were not that good. I think it could use a little bit more of a rewrite to make it a little more fun, but this is a solid book. If you read the first one, you should probably read this one next before moving onto other computer science and programming concepts.

    Keywords

    Free Download Data Structures and Algorithms Using Python and C in PDF format
    Data Structures and Algorithms Using Python and C PDF Free Download
    Download Data Structures and Algorithms Using Python and C 2009 PDF Free
    Data Structures and Algorithms Using Python and C 2009 PDF Free Download
    Download Data Structures and Algorithms Using Python and C PDF
    Free Download Ebook Data Structures and Algorithms Using Python and C

    Previous articleThe Craft of Programming (Prentice-Hall International Series in Computer Science) by John C. Reynolds (PDF)
    Next articleHacking: The Art of Exploitation, 2nd Edition 2nd Edition by Jon Erickson (PDF)