An open API service indexing awesome lists of open source software.

https://github.com/edandresvan/practice-book-classic-problems-in-python

Practice exercises of the book "Classic Computer Science Problems in Python" by David Kopec (Manning), plus a Rust version.
https://github.com/edandresvan/practice-book-classic-problems-in-python

programming programming-exercises python rust rust-lang

Last synced: 10 months ago
JSON representation

Practice exercises of the book "Classic Computer Science Problems in Python" by David Kopec (Manning), plus a Rust version.

Awesome Lists containing this project

README

          

# Practice Book: Classic Computer Science Problems in Python

This repository contains several of my hands-on exercises using Python and Rust of the book ["Classic Computer Science Problems in Python" by David Kopec (Manning)](https://www.manning.com/books/classic-computer-science-problems-in-python).

![Book Cover](https://images.manning.com/360/480/resize/book/9/d4b47c9-453f-4ab7-a20f-cfd0836aa74e/Kopec-CCSPP-HI.png)

You can also find the original code repository [here in GitHub](https://github.com/davecom/ClassicComputerScienceProblemsInPython).

## License

[MIT](https://choosealicense.com/licenses/mit/)

The files in this repository are my own practice following the book lessons. The Rust version is an ongoing project.

The original copyright belongs to Manning Books.

Kopec, David. Classic Computer Science Problems in Python. Manning Publications Co, 2019. ISBN: 9781617295980