#16 in Python programming books
Use arrows to jump to the previous/next product

Reddit mentions of Data Structures and Algorithms Using Python and C++

Sentiment score: 2
Reddit mentions: 2

We found 2 Reddit mentions of Data Structures and Algorithms Using Python and C++. Here are the top ones.

Data Structures and Algorithms Using Python and C++
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9.2 Inches
Length7.4 Inches
Number of items1
Weight2.15 Pounds
Width1.2 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Data Structures and Algorithms Using Python and C++:

u/lanemik ยท 2 pointsr/learnpython

I'd search for an algorithms book that uses Python. This one, perhaps: Python Algorithms: Mastering Basic Algorithms in the Python Language https://www.amazon.com/dp/148420056X/ref=cm_sw_r_cp_api_8HnczbRMZXS0Q

Maybe also a data structures specific text? This one has algorithms and data structures: Problem Solving with Algorithms and Data Structures Using Python SECOND EDITION https://www.amazon.com/dp/1590282574/ref=cm_sw_r_cp_api_EJnczbP3AAHYW

Maybe this book will give you a sense of the differences in Python and C++: Data Structures and Algorithms Using Python and C++ https://www.amazon.com/dp/1590282337/ref=cm_sw_r_cp_api_JKnczbWWF9XMS

There is a ton of fundamental knowledge about computing that you just can't get via Python, that Python abstracts away, and/or is very important to understand to write useful code. You'd want to study theory of computation, computing systems, operating systems, programming languages, etc.

But a basic understanding of how to devise, implement, and analyze algorithms is generally a good place to begin your education.

u/c3534l ยท 2 pointsr/learnpython

I get quite a lot from books, reading them, working through problems when I need to. But if I could go back in time and tell myself which books I should read, I'd go with (in order):