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
Author: AnthonyC
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
Neural Networks and Convolutional Neural Networks — Part 1
Perceptron(Artificial Neuron) – Weighted sum of inputs(SUM(Wi*xi)) + bias(b) , feed into an activation function. Output from fn will determine if neuron is fire or
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
Trip alarm using IR led, photodiode and 555 timer
This project is a simple trip alarm using simple components: 1pc – IR Led 1pc – Photo Diode 1pc – The legendary 555 timer 1pc
