Python Data Structures Pocket Primer
eBook - ePub

Python Data Structures Pocket Primer

  1. 229 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Python Data Structures Pocket Primer

Book details
Table of contents
Citations

About This Book

As part of the best-selling Pocket Primer series, this book is designed to present the fundamentals of data structures using Python. Data structures provide a means to manage huge amounts of information such as large databases and the ability to use search and sort algorithms effectively. It is intended to be a fast-paced introduction to the core concepts of Python and data structures, illustrated with numerous code samples. Companion files with source code are available for downloading. FEATURES:

  • Begins with an introduction to Python, and covers recursion, strings, search and sort, linked lists, stacks, and more
  • Features numerous code samples throughout
  • Includes companion files with source code available for downloading.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Python Data Structures Pocket Primer by Oswald Campesato in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover
  2. Title Page
  3. Copyright Page
  4. Dedication
  5. Contents
  6. Preface
  7. Chapter 1: Introduction to Python
  8. Chapter 2: Recursion and Combinatorics
  9. Chapter 3: Strings and Arrays
  10. Chapter 4: Search and Sort Algorithms
  11. Chapter 5: Linked Lists
  12. Chapter 6: Linked Lists and Common Tasks
  13. Chapter 7: Queues and Stacks
  14. Index