Tech bytes Write your first REST API using Python Flask Author manish Date August 28, 2019 Since years programming concepts have been evolving with new ideas and improvements. Idea of...
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...