Nithin Puthalath Manoj

Results 4 comments of Nithin Puthalath Manoj

## Using the ```pcsr.Node``` object in Python Using the ```rich.inspect``` module to view the contents of an object. ```python import pcsr from rich import inspect n = pcsr.Node(2,3,4) inspect(n) ```...

## Running `test.py` Run `test.py` as follows ```bash python3 test.py ``` **Output** ![image](https://github.com/wheatman/Packed-Compressed-Sparse-Row/assets/64126131/f9af392f-66d9-4eeb-98d1-81754caf788e)

## Why this new feature Hey @wheatman 👋🏽 I've made some updates to your PCSR project that will significantly enhance its accessibility for Python users. By leveraging the power of...

Hey @wheatman 👋🏽, I hope you're doing well! I wanted to bring your attention to the pull request I submitted recently regarding the Python functionality for the PCSR project. I...