From the course: Managing Python Projects

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: Slowmath project

Solution: Slowmath project - Python Tutorial

From the course: Managing Python Projects

Start my 1-month free trial

Solution: Slowmath project

(upbeat techno music) - [Instructor] Here's my solution to the challenge. I've created a slowmath directory, and copied code to down right beneath there. I added the doc string and a version. Then I added an empty test, a license file, a Makefile for automation, a README, development requirements, since you don't have any requirements for production, and a setup.py. And, as you can see, now I can run make test and the test will run.

Contents