#1,425 in Computers & technology books
Use arrows to jump to the previous/next product

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

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript. Here are the top ones.

Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript
Buying options
View on Amazon.com
or
    Features:
  • X3 Industrial Black Nitrile Gloves are constructed from lightweight 3-mil nitrile. They measure 9.5 inches from fingertip to cuff.
  • Industrial-Grade Nitrile Gloves offer excellent elasticity and tactile sensitivity, and deliver a level of comfort rivaling that of latex.
  • These black industrial gloves look professional while concealing dirt and grime. Popular in industries from janitorial/sanitation to auto detailing to food service.
  • Latex-free nitrile gloves are ideal for those allergic to natural rubber.
  • X3 nitrile, vinyl, latex, and poly industrial gloves provide dependable hand protection for light-duty applications. All of our products will have an updated look in coming months. You may continue to see previous packaging, or a mix of new and old, as we sell through our inventory. Rest assured that they both contain the same high-quality gloves.
Specs:
Height9.17321 Inches
Length7.00786 Inches
Number of items1
Weight1.69 pounds
Width1.0090531 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on 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.