Chapter 6: Truthy and Falsy Values, None Value, Exception Handling, Reading and Writing FilesΒΆ

In this chapter we will cover several different topics.

  • Truthy and Falsy values

  • The None value

  • About different Python errors and how to do exception handling with try and Except

  • How to read data from a file and write data back to a file