This project uses public dweet.io service to control an IoT device (in this case, the Raspi model 3B) via mobile phone. Basically the user enter
Tag: Python
If not date, get row number (using Python Pandas)
This Python script returns the row number if the data in date column is not a date. It changes the data to NaT and using
Setting up a Python virtual environment in Linux using venv
When building a Python project, it’s good to sandbox your project so as to isolate the dependencies of the modules used. This is to avoid
Python function, module and package…. How to import your own functions.
This post is about importing and using your own functions and the difference between packages and modules. Below function convert Excel to csv format, and
Sending email from Raspberry Pi
This post is about using Raspi to send email using secure SMTP server like Gmail. Especially useful when the user need to be alerted about
Adding loop recording feature to Raspi Cam
I wanted to add loop recording feature for the Raspberry Pi camera system project (link to earlier project). This will free up the space in
