Python Program to fetch lower case characters from given paragraph
Regular Expressions aka “re” in Python helps us to identify the small characters between alphabets a and m in the
Append a Dictionary to a list in Python
Appending a dictionary to a list in python can perform this activity in various ways. In this article, we will
How to Scrape WebPages using Scrapy & Python
The whole process of extracting data from the website is called webscraping. It is also called web scrawling. Python program
How to Code in Python using Jupyter
The Jupyter Notebook is an open-source web application that you can use to create and share documents that contain live
How to Create Web application using Django
DjangoDjango is a free and open-source web application framework written in python. It provides a lot of features to the
Sentiment Analysis Using Python
What is sentiment analysis ?Sentiment analysis is a procedure used to determine if a piece of writing is positive, negative,
Python Program to read the PDF Files
PDF file in the Python can be read by PyPDF. PyPDF2 is a python PDF library fit for parting, combining, trimming, and
Python Program to fetch the current working directory
Here in this exercise we will use "os" module.This "os" module provide us the method "getcwd()" to fetch the information about current working directory.First,
Python Program to calculate the Lucky number for your Name
We need to import the string moduleimport stringGet the user input and lower the case for further processing.sentence =
Python program to generate a list of alphabets in lowercase
We can use the string module to perform this activity.The method ascii_lowercase will help us to achieve the list of alphabets