Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Source Code for the Book Classic Computer Science Problems in Python

License

NotificationsYou must be signed in to change notification settings

davecom/ClassicComputerScienceProblemsInPython

Repository files navigation

This repository contains source code to accompany the bookClassic Computer Science Problems in Python by David Kopec. You will find the source organized by chapter.As you read the book, each code listing contains a file name that corresponds to a file in this repository.

Classic Computer Science Problems in Python Cover

Get the Book

  • Manning the publisher sells both hard copy and DRM-free eBook editions
  • Amazon if you buy the hard copy from Amazon, it will come with a way to download the eBook for free from the publisher

Versioning and Packages

The source code in this repository requires Python 3.7 and installation of thetyping_extensions package. Due to its extensive use of Python 3.7 features (data classes, advanced type hints, etc.), most of the source code will not work with earlier versions of Python. You can install thetyping_extensions package withpip3 install typing_extensions orpip install typing_extensions depending on your Python/pip setup.

Questions about the Book

You can find general questions and descriptive information about the book on theClassic Computer Science Problems website. Also, feel free to reach out to me on Twitter,@davekopec. If you think you found an error in the source code, please open an issue up here on GitHub.

Free Content Based on the Book

License

All of the source code in this repository is released under the Apache License version 2.0. SeeLICENSE.

Other Books and Languages

Official Books from the Series by @davecom

My Latest Book

Ports


[8]ページ先頭

©2009-2025 Movatter.jp