Giter VIP home page Giter VIP logo

daca's Introduction

DACA(P): Design & Analysis of Computer Algorithms in Python

This project is a work-in-progress working through The Design and Analysis of Computer Algorithms by Aho, Hopcroft, & Ullman.

I thought it would be interesting to implement the various machine abstractions in Python, and play around a little in building a Pidgin Algol interpreter/compiler and translators between the abstractions. The focus is on implementing and playing around with the abstractions and algorithms.

Development notes

Makefile

A Makefile is provided. Show help and usage:

make help

Install tools (optional)

Install pinned versions of python and poetry with asdf:

make asdf-install

This step is optional. Just ensure that you have python and poetry installed.

Install dependencies

Install required dependencies with poetry:

make poetry-install

Run tests

Use flake8 to perform code linting, mypy to run type checks, and pytest to run unit tests and generate a code coverage report:

make test

flake8 plugins flake8-bugbear, flake8-black, and flake8-isort provide extra lint checks.

daca's People

Contributors

mprentice avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.