Tech bytes Write your first python module Author manish Date August 25, 2019 If you are planning to build a mid to enterprise size project/product then you...
Tech bytes Python filter function Author manish Date August 22, 2019 This is an interesting feature in python. Suppose you have a list of items...
Tech bytes Python reduce function Author manish Date August 22, 2019 This is an interesting short cut function when you want to process list items...
Tech bytes Python map function Author manish Date August 19, 2019 Think of a situation, where you want to perform same operation on a group...
Tech bytes Lambda functions in python Author manish Date August 14, 2019 Traditionally, most programmers use functions and macros to write re-usable routines. In Python there...
Tech bytes Python Netmiko – network automation Author manish Date August 12, 2019 If you have been using expect on Linux or paramiko with python, then you...
Tech bytes Apache access and error logs in Fluentd Author manish Date August 9, 2019 To parse and add Apache2 access and error logs add this section to your...
Tech bytes Getting CCTV streams in Python Author manish Date July 29, 2019 I have basic CCTV setup at home with two bullet cameras on 4 channel...
Tech bytes Programming nodemcu on micropython firmware Author manish Date July 27, 2019 NodeMCU board is based on ESP8266 wifi chip. It is an affordable board for...
Tech bytes Monitor power usage and other parameters of Linux server Author manish Date July 22, 2019 This weekend I decided to exchange my 8 year old i3 laptop with a...