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.
REST-ing with Raspberry Pi
In the world of IoT being restful reduces the pain of interactions with cloud.Since, most of the IoT platforms supports REST APIs. This not only gives us portability of our prototype/projects but also gives us the reason to share the method to do the job. Lets juggle around with basic. REST or Representational State Transfer … Continue reading REST-ing with Raspberry Pi
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.