40 String methods in Python with examples | Amit Thinks

  Рет қаралды 36,198

Amit Thinks

Amit Thinks

Күн бұрын

This video will teach us how to work with 40+ built-i n string methods in Python. Strings in Python are sequence of characters that can be easily created. Python Strings are objects of the str class.
Python Strings Tutorial: • Python Strings Tutoria...
Python Full Course (English): bit.ly/3Bse2DT
Python Full Course (Hindi): bit.ly/3cTTGJs
Python Notes: bit.ly/3Ovbnft
#stringmethods #python #amitthinks
👉 Stay Connected
Instagram - bit.ly/3z8Fg1d
Telegram - bit.ly/3wWBh5i
Website - studyopedia.com
► Get SkillShare - 1 Free Month
skl.sh/3AkrsAW
► Top Free Video Tutorials
Python Tutorial (English)⭐️ • Python Full Course for...
Python Tutorial (Hindi)⭐️ • Python Full Course in ...
MySQL Tutorial ⭐️ • Learn MySQL in 3 Hours...
SQL Tutorial ⭐️ • SQL Server Tutorial Fo...
MongoDB Tutorial ⭐️ • Master MongoDB: The Ul...
VS Code Tutorial ⭐️ • Master Visual Studio C...
Visual Studio Tutorial ⭐️ • Learn Visual Studio 20...
HTML Tutorial ⭐️ • HTML Tutorial for Begi...
Google Colab Tutorial: • Google Colab Tutorial ...
Bootstrap Tutorial: • Learn Bootstrap 5 From...
VS Code Tutorial: • Master Visual Studio C...
Visual Studio Tutorial: • Learn Visual Studio 20...
► Free Notes (Downloadable)
Python ⭐️ studyopedia.co...
Java ⭐️ studyopedia.co...
C ⭐️ studyopedia.co...
C++ ⭐️ studyopedia.co...
Numpy ⭐️ studyopedia.co...
Android ⭐️ studyopedia.co...
HTML5 ⭐️ studyopedia.co...
PHP ⭐️ studyopedia.co...
WordPress ⭐️ studyopedia.co...
Drupal ⭐️ studyopedia.co...
Magento ⭐️ studyopedia.co...
Computer Networks ⭐️ studyopedia.co...
Bootstrap⭐️ studyopedia.co...
► Free Interview QA
Python🔥studyopedia.co...
Java 🔥studyopedia.co...
Android🔥studyopedia.co...
ReactJS🔥studyopedia.co...
► Attempt Quizzes
Android Quiz🔥 studyopedia.co...
PHP Quiz 🔥studyopedia.co...
CSS Quiz 🔥studyopedia.co...
JQUERY Quiz 🔥studyopedia.co...
C Quiz 🔥studyopedia.co...
C++ Quiz 🔥studyopedia.co...
JAVA Quiz 🔥studyopedia.co...
HTML5 Quiz 🔥studyopedia.co...
👉 About Amit Thinks KZbin Channel
I am Amit Diwan, a self-made Entrepreneur, running "Amit Thinks", a Tech KZbin Channel. Also running an E-Learning website "studyopedia.com". We publish videos in English and Hindi on Programming, Databases, and Web Dev Technologies. I have left a job offer from Accenture and 3 government jobs to follow my dream of being an entrepreneur.
► Subscribe
/ amittechie
► Donate & Support us
www.paypal.com...

Пікірлер: 24
@Amit.Thinks
@Amit.Thinks Жыл бұрын
🔥Python Tutorial (English): kzbin.info/www/bejne/foTFqnWtoqqCh80 🔥Python Tutorial (Hindi): kzbin.info/www/bejne/mGqaiKaFgp51j8k
@Sri7522
@Sri7522 10 ай бұрын
Thankyou for this video
@Amit.Thinks
@Amit.Thinks 10 ай бұрын
Welcome. Refer the complete Tutorial: Python Tutorial: kzbin.info/www/bejne/foTFqnWtoqqCh80 Python (Study Material): studyopedia.com/tutorials/python3
@more_us24
@more_us24 6 ай бұрын
Sir can you please make one video without using pre-defined functions how can we do same changes or solve the problem that you have shown in this video... Sir please make video on this...?
@Amit.Thinks
@Amit.Thinks 6 ай бұрын
Right now, I can offer this 5 hours Python Tutorial: kzbin.info/www/bejne/mGqaiKaFgp51j8k
@Lovelymuhau7335
@Lovelymuhau7335 Жыл бұрын
Hi Amit, Great stuff, can you make another video for int, float and list. with regards to the methods / functions used
@Amit.Thinks
@Amit.Thinks Жыл бұрын
Hi, We have a complete free Python Tutorial: kzbin.info/www/bejne/fpLOiaOhjcidmqs
@udaykiran-wg3vb
@udaykiran-wg3vb Жыл бұрын
capitalize casefold center count find endswith index join lower lstrip replace
@Amit.Thinks
@Amit.Thinks Жыл бұрын
Refer our free: Python Tutorial (English): kzbin.info/www/bejne/foTFqnWtoqqCh80 Python Tutorial (Hindi): kzbin.info/www/bejne/mGqaiKaFgp51j8k
@lazycool0298
@lazycool0298 4 күн бұрын
when we use casefold() all strings converts to lower(), but in capitalize() only first letter why? how to capitalize all string?
@Amit.Thinks
@Amit.Thinks 4 күн бұрын
Python upper() method Example: studyopedia.com/python3/python-strings/
@mdmusaif7492
@mdmusaif7492 Жыл бұрын
thank you sir This helps me a lot
@Amit.Thinks
@Amit.Thinks Жыл бұрын
Glad it helped. Refer the complete tutorial for free: Python Tutorial: kzbin.info/www/bejne/foTFqnWtoqqCh80 Python (Study Material): studyopedia.com/tutorials/python3
@tejachowdarybollepalli4007
@tejachowdarybollepalli4007 Жыл бұрын
Sir how to give index numbering to the strings
@beauteenature
@beauteenature 4 ай бұрын
use slicing string[0] OR using enumerate `for index, value in enumerate(string): print(index, value)`
@Crazy_gamerrrr
@Crazy_gamerrrr 6 ай бұрын
Clear
@rajesh5201
@rajesh5201 Жыл бұрын
👌
@Amit.Thinks
@Amit.Thinks Жыл бұрын
Welcome. Refer to our free: Python Tutorial (English): kzbin.info/www/bejne/foTFqnWtoqqCh80 Python Tutorial (Hindi): kzbin.info/www/bejne/mGqaiKaFgp51j8k Python (Study Material): studyopedia.com/tutorials/python3
@sanjayjoshi3903
@sanjayjoshi3903 Ай бұрын
jupyter notebook ?
@Amit.Thinks
@Amit.Thinks Ай бұрын
Jupyter Notebook Tutorial: kzbin.info/www/bejne/haaQaHpvi7aonck
@FitnessfreakHC
@FitnessfreakHC 29 күн бұрын
England se ho kya bhai...... Ya England me peda hua ho
@Amit.Thinks
@Amit.Thinks 29 күн бұрын
Same 5 hours ka Python course hindi mein ye rha 👇 kzbin.info/www/bejne/mGqaiKaFgp51j8k Ab aayi akadh mein kami? 😁😂😂
@Riya-x7u9z
@Riya-x7u9z Жыл бұрын
hi sir, there are 47 string methods in python
@Amit.Thinks
@Amit.Thinks Жыл бұрын
Rest 7, consider as your assignment. I have covered 40 and can expect a student to complete rest of them.
ALL 47 STRING METHODS IN PYTHON EXPLAINED
23:34
Indently
Рет қаралды 135 М.
How To Write Better Functions In Python
14:17
Indently
Рет қаралды 35 М.
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 37 МЛН
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 26 МЛН
Introducing Python in Excel
19:01
Leila Gharani
Рет қаралды 1,6 МЛН
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 178 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 539 М.
ALL 11 Dictionary Methods In Python EXPLAINED
9:26
Indently
Рет қаралды 61 М.
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 408 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 314 М.
How I Would Learn To Code (If I Could Start Over)
13:43
Namanh Kapur
Рет қаралды 7 МЛН
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 394 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН