Course
Run and edit the code from this tutorial online
Run codeLearn Python From Scratch
Master Python for data science and gain in-demand skills.
Get certified in your dream Data Analyst role
Our certification programs help you stand out and prove your skills are job-ready to potential employers.
What is lowercase in Python?
How to make a string lowercase in Python?
How to make all the strings in a Python list lowercase?
How to make all the strings in a Python Series lowercase?
How to check if all the letters in a Python string are lowercase?
What type of data do the lower() and islower() methods return?
Do the lower() and islower() methods work on numbers?
What happens if we apply the lower() or islower() methods on a string containing digits, white spaces, or special characters?
What are the opposite methods to lower() and islower() to make a string uppercase?
Topics
Python Courses
4 hr
26.9K
Course
Introduction to Python
4 hr
5.7M
Course
Intermediate Python
4 hr
1.1M
See More
RelatedSee MoreSee More
tutorial
How to Drop Columns in Pandas Tutorial
Learn how to drop columns in a pandas DataFrame.
DataCamp Team
3 min
tutorial
Pandas Drop Duplicates Tutorial
Learn how to drop duplicates in Python using pandas.
DataCamp Team
4 min
tutorial
Pandas Sort Values Tutorial
Learn how to sort rows of data in a pandas Dataframe using the .sort_values() function.
DataCamp Team
4 min
tutorial
Role of Underscore(_) in Python Tutorial
In this tutorial, you're going to learn about the uses of underscore(_) in python.
Hafeezul Kareem Shaik
8 min
tutorial
Python String Replace Tutorial
Learn to find and replace strings using regular expressions in Python.
DataCamp Team
2 min