Python 3 Basics # 3 | Python Strings Manipulation | Step Function | Python for Beginners
Python Strings Manipulations
String1 = "Python for Machine Learning"
String2 ='Python for Machine Learning'
String3 = '892432#$%^'
String1[0]
String1[11]
String1[16]
Negative Indexing
String1[-1]
len(String1)
String1[-27]
''' String[ X : Y] == X, Y-1
String1[0:6]
'''
String1[::2]
String1[::3]
Str1 = 'Python for'
Str2 = 'Machine Learning'
str3 = Str1 + Str2
Str2*4
String1[1] = 'Y'
print(r'Hello \t World')
String1.lower()
String1.replace('for','and')
String4 = 'hi hi hi hello hello'
String4.count('hello')
String4.find('hi')
String4.capitalize()
All Playlist of this youtube channel
====================================
1. Data Preprocessing in Machine Learning
• Data Preprocessing in Machine Learnin...
2. Confusion Matrix in Machine Learning, ML, AI
• Confusion Matrix in Machine Learning,...
3. Anaconda, Python Installation, Spyder, Jupyter Notebook, PyCharm, Graphviz
• Anaconda | Python Installation | Spyd...
4. Cross Validation, Sampling, train test split in Machine Learning
• Cross Validation | Sampling | train t...
5. Drop and Delete Operations in Python Pandas
• Drop and Delete Operations in Python ...
6. Matrices and Vectors with python
• Matrices and Vectors with python
7. Detect Outliers in Machine Learning
• Detect Outliers in Machine Learning
8. TimeSeries preprocessing in Machine Learning
• TimeSeries preprocessing in Machine L...
9. Handling Missing Values in Machine Learning
• Handling Missing Values in Machine Le...
10. Dummy Encoding Encoding in Machine Learning
• Label Encoding, One hot Encoding, Dum...
11. Data Visualisation with Python, Seaborn, Matplotlib
• Data Visualisation with Python, Matpl...
12. Feature Scaling in Machine Learning
• Feature Scaling in Machine Learning
13. Python 3 basics for Beginner
• Python | Python 3 Basics | Python for...
14. Statistics with Python
• Statistics with Python
15. Sklearn Scikit Learn Machine Learning
• Sklearn Scikit Learn Machine Learning
16. Python Pandas Dataframe Operations
• Python Pandas Dataframe Operations
17. Linear Regression, Supervised Machine Learning
• Linear Regression | Supervised Machin...
18 Interiew Questions on Machine Learning and Data Science
• Interview Question for Machine Learni...
19. Jupyter Notebook Operations
• Jupyter and Spyder Notebook Operation...
On this page of the site you can watch the video online Python 3 Basics # 3 | Python Strings Manipulation | Step Function | Python for Beginners with a duration of hours minute second in good quality, which was uploaded by the user technologyCult 28 January 2018, share the link with friends and acquaintances, this video has already been watched 333 times on youtube and it was liked by 11 viewers. Enjoy your viewing!