Five intresting python libraries must play around with.

Keerti Prajapati
2 min readMay 10, 2020

If you know the basics of python and feeling stuck, don’t have any idea what to do next to learn more about python. The best way to learn any programming language is develop small intresting projects. The most beautiful feature of Python is provides many libraries that helps us to develop small to big projects very easily. Following are few interesting libraries that will help you to explore more about python:

1. Spacy :

If you are interested in natural language processing but you don’t know the complex algorithms used in NLP then spacy is the best library you should know. You can play a lot with large text with the help of spacy even if you don’t know the algorithms.

Spacy helps you to find part of speech(POS),Named Entity Recognition (NER), Similarity of two documents, spacy is the best way to prepare text for deep learning and many more.

I used Spacy for developing Text Summarizer . You also create very interesting projects with the help of spacy.

2. BeautifulSoup (bs4):

If you want to gets your hand dirty in web scraping beautiful soup would be best choice. It is a library used for pulling data from XML and HTML file.

I used beautiful soup to send whatsapp message to my friend with just few lines of code. You do a lot of fun things with beautiful soup .

3. Vocabulary:

--

--