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.

Challenge: Implement features

Challenge: Implement features - Python Tutorial

From the course: Managing Python Projects

Start my 1-month free trial

Challenge: Implement features

(upbeat music) - [Instructor] Create an issue to add a function called sentencize that will take a text and split it to sentences. Once you create the issue, implement the code in a feature branch and create the pull request. Don't forget to write tests. Once the pull review is ready, have a friend review it, and once they approve, merge to master. In the exercise file, you can find my implementation to sentencize and the tests to run.

Contents