Reddit Reddit reviews Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript

We found 3 Reddit comments about Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Object-Oriented Design
Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript
Check price on Amazon

3 Reddit comments about Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript:

u/GoldFrame · 3 pointsr/AskProgramming

Python and Django is what you're looking for. I recommend this book: https://www.amazon.com/Test-Driven-Development-Python-Selenium-JavaScript/dp/1449364829. The free version is available here: https://www.obeythetestinggoat.com/pages/book.html.

Python because as quoted from The Zen of Python "There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch."

Django because it comes with almost everything you'd ever need for web app development. In contrast to other lighter weight frameworks like Flask.

u/eIix · 2 pointsr/django

Good job, works great!
I recommend getting into the habit of writing tests as you develop your applications, this book is a really good resource for that: www.amazon.com/Test-Driven-Development-Python-Harry-Percival/dp/1449364829

u/x89codered89x · -1 pointsr/learnprogramming

Python is perfect for web dev. I recently bought this book and great to someone who is proficient at programming but can get you into the world of software engineering techniques ( which is one of the things I'm trying to do ) . The primary purpose of the book is to teach test driven development, but in the process, you learn to make web applications using Django, Selenium, jQuery, and Mock libraries.