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.
- Host: GitHub
- URL: https://github.com/edandresvan/practice-book-classic-problems-in-python
- Owner: edandresvan
- License: mit
- Created: 2022-10-23T23:25:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T23:23:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T09:25:24.514Z (12 months ago)
- Topics: programming, programming-exercises, python, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

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