Monthly Archives: October 2016

Take control of your Python print() statements: part 2

In the last post, we learned how to use .format() to improve the quality of our print() statements. You may have noticed that we were still printing lots of values after the decimal point, more than are necessary. In this post we will learn to control the presentation of numerical values. Representing and adjusting numbers using .format() With the .format()

Read more