News

Spread the lovePython is a popular programming language that comes with a wide range of features to deal with lists. Lists are used to store multiple items in a single variable, making it easier to ...
Been working on nested classes (all 'auto_attribs=True') and was struggling with list type. The goal here is to get the deeply nested (yet attrs-ized) classes to be 'exportable' for JSON usage. In ...
This Python script manages a list of districts in Kerala. It splits a string containing district names, calculates the number of districts, accesses specific districts by index, updates one district ...