python

TypeError: a bytes-like object is required, not ‘str’ – Python3

This tutorial guides you on how to resolve TypeError: a bytes-like object is required, not ‘str’ while running Python3 scripts. TypeErrors are common while executing python scripts and I got this error message when tried to open a file and iterate… Read More!

insert add embed image in jupyter notebook

How to embed image in jupyter notebook from a local file or web resource?

This tutorial guides you on how to insert or embed image in jupyter notebook from a local file or web resource and also using base64 encoding algorithm. Jupyter Notebook is a open-source software provides as easy-to-use interactive data science environment… Read More!