Category Python Modules

Modules is one of the best feature of Python. Except some core modules, you can install what you need and keep your Python setup smooth.

Tokenization in Python using NLTK

Tokenization in python

Let’s learn to implement tokenization in Python using the NLTK library. As humans, we heavily depend on language to communicate with one another. Artificial Intelligence also requires computers to understand our language. Making computer understand and process a language comes…

Read Images in Python using OpenCV

Read Image

Python makes it easy to import images and play around with them. Knowing how to read images in Python will enable you to do image processing and train machine learning models on image data. What is Image Processing? Image processing…