iOS App Lifecycle

iOS Application lifecycle is the most important and the most basic flow which every iOS developer should understand in depth to make sure he uses the power of lifecycle methods coherently as apple directs.

Identifiers and Reserved Words

In this tutorial we will be exploring Python Identifiers and Python reserved words. Python Identifiers as the name itself says a lot about itself, Identify or Identification and Identification can be done by naming. Python Keywords Reserved words are keywords which cannot be used as an identifiers. The compiler is well aware of these words and will always take them as reserved words if tried in place of identifiers.