My Software Blog: Day 2 String Methods
- Eren Celiker
- 10 Haz 2025
- 2 dakikada okunur
Güncelleme tarihi: 11 Haz 2025
Hello, I am Eren and this is my second lesson in the journey learning python. Today I learned string methods. What I call string methods, and what I use in Python, are special functions that allow you to manipulate text in Python. When we create a text (string), it is a set of functions that allow us to change the text and make it what the developer wants it to be. To use a string method, first define a string and then type the name of the desired method using a period (.). Thus, the defined strings can be converted to upper case, lower case and the number of letters can be taken.

As you can see on the picture, there are several types of string methods in Python. The string methods you see here perform tasks such as giving the total number of words, finding specific letters in a sentence, printing sentences in uppercase or lowercase, and in fact eliminating a large workload in many areas of software. I found this lesson a bit like memorization and to be honest, I was a bit intimidated to see so many different strings all at once. But after I was done, I realized that it wasn't that difficult and that I had the chance to search for a feature that I hadn't thought of and I felt a great relief. Today, I realized that coding is not as difficult and complicated as I thought before. I now believe that I can improve myself and in a short time I will be able to use python at an average level.🤔
Today, I learned string methods

Well done! You're doing a great job! I'm sure that you're gonna be really successful.