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 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 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...
Tech bytes Machine learning using decision tree algorithm in python Author manish Date July 7, 2019 Decision tree algorithm is very basic method to predict result of given input using...
Tech bytes python based nmap port scanning Author manish Date June 12, 2019 Nmap is a great tool to run scans on remote hosts and networks. python-nmap...
Tech bytes Paramiko python ssh library Author manish Date May 8, 2019 At times we have to use ssh connections to remote hosts/devices in programs to...
Tech bytes Starting with Python django Author manish Date March 2, 2019 Django is a open source and free python based framework for web programming. I...