Skip to main content

Posts

Featured

Python Lambdas : When to use and when not

      Python lambda functions should NOT be regarded as special functions as apart from the fact that they are anonymous and have a single expression . As such, they should only be carefully used lest a misplaced use results in performance lag.

Latest Posts

Comparative notes on GraphQL and REST API

A case for Context Managers

Websocket continuum

A simple websocket chat application

Fun with websockets and monkeylearn

Demlo number with Python

Zip for average

Multi field sorting on python dictionaries