When I was learning the C Programming Language, every time encountering the Preprocessor, though I knew that the Preprocessor can be really powerful, I told […]
My Tiny Search Engine – Advanced Data Structure Course
Have you ever thought about deploying a fancy project like a search engine to a server made accessible to everyone just like Larry Page and […]
2to3: Convert Python2 Source Code to Python3 Automatically
It is really easy: where example.py is the file you intend to convert and -w means overwrite the original file.(But a example.py.bak is generated for […]
Control Arduino with Python 3 on Raspberry Pi using Pyfirmata
Install Arduino IDE on Raspberry Pi In terminal, run the following commands to install the Arduino IDE on you Raspberry Pi. Upload Pyfirmata to Arduino […]