Summary
Keywords
Full Transcript
This python 3 programming tutorial covers basics of strings. We will talk about newly introduced f-string concept in python 3.6. Also after covering string basics we will see index and strign slicing. Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/4_strings/4_strings_exercise.md This tutorial's Code: https://github.com/codebasics/py/blob/master/Basics/Hindi/3_strings/3_strings.ipynb Topics that are covered in this Video: 0:00 String introduction and index operator 0:48 String slicing 4:35 multiline string using tripple quotes (''') 5:14 \n and \t characters 5:28 + operator to join two strings 6:21 str() function Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. 🔖Hashtags🔖 #pythonstrings #pythonstringstutorial #pythonstring #pythonstringmethods #stringinpython #createstring #stringfunction #stringoperations #stringmethods Next Video: 5. Lists [Python 3 Programming Tutorials]: https://www.youtube.com/watch?v=t0UTQ1eOH_g&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=6 Website: https://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub
