Namedtuple in Python
Python supports the type of container like dictionary is called namedtuple
is present in module collection
. It looks like a tuple with each index has a name, and this enable us to iterate it from any index from a list of namedtuple. Another way to think it as a object with no particular method associated with it.
Quickstart Jupyter
Easiest way to quickly setup jupyter notebook offline.
Watching Files in Python
Often in development we want to activate a set of commands when a file system of project folder changes.
Jupyter SlideShow
This post will illustrate how to create beautiful slide in jupyter that runs on browser and shared online easily.
My First Post
This is the first post used to test the website for various functionality and feature.