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.
Author: Aditya Malviya
Software Enthusiast, Passionate about Agile, System Design, Development, Cloud and DevOps Practices. 🔭 I’m currently working as a DevOps Specialist and learning Azure and Golang
👯 I’m looking to collaborate on Workshops and Seminars for DevOps and Cloud
👨💻 All of my practice and forked projects are available at https://github.com/aditya-malviya
💬 Ask me about DevOps, Cloud, Python and Automation
📫 How to reach me malviya.et@gmail.com
📄 Hobbies include Technical Blogging, Cooking, Cricket and Travelling
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.
Introduction to Python
Before we deep dive into the coding aspects of Python. I feel it mandate to make you unravel with the basics of Python.
You must be logged in to post a comment.