Articles

A few weeks ago, I reviewed The Hitchhiking Guide To Load Testing Projects: A Fun, Step-by-Step Walk-Through Guide by Leandro Melendez. It is good to see more books on the performance testing/engineering genre recently. One of my favorite books is The Art of Application Performance Testing series by Ian Molyneaux. On this line, James Pulley’s book is different, it is completely a non-technical book in the performance testing/engineering genre. 

In this review, I am going to share my views about the book, and please note that I have not been compensated to write a review about the book; it is my honest and unbiased review.

Source de l’article sur DZONE

If you have been following beginner or even intermediate guides on Python and are starting to feel the need for more advanced learning; this book may be the one you have been looking for.

According to the authors, this book was written for those who already know the basics of Python but want to deepen their knowledge and skills. While being targeted to people who already know the fundamentals of Python, it still includes a quick review in the first chapter. It briefly discusses fundamentals like variables, operators, data types, basic I/O, if/elsewhilefor, function definitions and arguments, lists, tuples, dictionaries, sets, and the distinction between global and local variables. This initial chapter is presented as being an optional reading, as its contents are pretty basic, but the authors recommend that the reader takes a minute or so on the last to pages, which cover the global statement.

Source de l’article sur DZONE