Classic Computer Science Problems in Python
eBook - ePub

Classic Computer Science Problems in Python

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

Classic Computer Science Problems in Python

Book details
Table of contents
Citations

About This Book

"Whether you're a novice or a seasoned professional, there's an Aha! moment in this book for everyone." - James Watson, Adaptive "Highly recommended to everyone interested in deepening their understanding of Python and practical computer science." — Daniel Kenney-Jung, MD, University of Minnesota Key Features • Master formal techniques taught in college computer science classes
• Connect computer science theory to real-world applications, data, and performance
• Prepare for programmer interviews
• Recognize the core ideas behind most "new" challenges
• Covers Python 3.7 Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About The Book Programming problems that seem new or unique are usually rooted in well-known engineering principles. Classic Computer Science Problems in Python guides you through time-tested scenarios, exercises, and algorithms that will prepare you for the "new" problems you'll face when you start your next project. In this amazing book, you'll tackle dozens of coding challenges, ranging from simple tasks like binary search algorithms to clustering data using k-means. As you work through examples for web development, machine learning, and more, you'll remember important things you've forgotten and discover classic solutions that will save you hours of time. What You Will Learn • Search algorithms
• Common techniques for graphs
• Neural networks
• Genetic algorithms
• Adversarial search
• Uses type hints throughout This Book Is Written For For intermediate Python programmers. About The Author David Kopec is an assistant professor of Computer Science and Innovation at Champlain College in Burlington, Vermont. He is the author of Dart for Absolute Beginners (Apress, 2014), Classic Computer Science Problems in Swift (Manning, 2018), and Classic Computer Science Problems in Java (Manning, 2020) Table of Contents 1. Small problems
2. Search problems
3. Constraint-satisfaction problems
4. Graph problems
5. Genetic algorithms
6. K-means clustering
7. Fairly simple neural networks
8. Adversarial search
9. Miscellaneous problems

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 Classic Computer Science Problems in Python by David Kopec 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.

Information

Publisher
Manning
Year
2019
ISBN
9781638355236

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Acknowledgments
  5. About this book
  6. About the author
  7. About the cover illustration
  8. Introduction
  9. Chapter 1. Small problems
  10. Chapter 2. Search problems
  11. Chapter 3. Constraint-satisfaction problems
  12. Chapter 4. Graph problems
  13. Chapter 5. Genetic algorithms
  14. Chapter 6. K-means clustering
  15. Chapter 7. Fairly simple neural networks
  16. Chapter 8. Adversarial search
  17. Chapter 9. Miscellaneous problems
  18. Appendix A. Glossary
  19. Appendix B. More resources
  20. Appendix C. A brief introduction to type hints
  21. Index
  22. List of Figures
  23. List of Tables
  24. List of Listings