No video

Python - String Manipulation

Learn Python - Take our Python class for free! This python course for beginners consists of 10 classes, slowly and progressively introducing Python skills through explanations, example walk-throughs and code challenges. We know that the best way to learn Python is to start practising. In this fourth module we focus on learning the basic underpinning skills used throughout this course, string manipulation.
Topics:
1. New Lines
2. Escape Characters
3. Multiline String
4. Character Positions
5. Character Slicing
6. String Length
7. Modifying Strings
8. String Strip
9. String Replace
10. String Find
11. Count Substring
12. String Formatting
13. Code Challenges 1-6
00:00 Introduction
Code repository for this course:
Find all the code demonstrated, including code Challenges
github.com/ver...
Python Beginners Course Structure:
001 - Print, Variables and Simple Data Types
• Python Full Course | 1...
002 - Python Inputs
• Python - Input
003 - If..elif..Else Statements
• Python - If...elif...Else
004 - String Manipulation
• Python - String Manipu...
005 - Python Maths
• Python - Mathematics
006 - Random
007 - Tuples, Lists and Dictionaries
008 - For Loops
009 - While Loops
010 - Functions
🐱‍🏍Would you like to SUPPORT US FURTHER so that we can make even more great content - Please consider joining our members community.
/ @veryacademy
👍SUBSCRIBE to get more free tutorials, courses and code snippets!
/ @veryacademy

Пікірлер: 15

  • @nevergiveup7985
    @nevergiveup79853 жыл бұрын

    Thank you for this video series.

  • @veryacademy

    @veryacademy

    3 жыл бұрын

    Glad you enjoy it!

  • @RahulChauhanart
    @RahulChauhanart3 жыл бұрын

    Around 12:30 there is some mistake, when u start counting from right we don't start from 0, instead we start from -1

  • @elatreby8065
    @elatreby80652 жыл бұрын

    Thank you My Zander, that was a great help. I really enjoyed it, funny enough!

  • @ponasObuolys
    @ponasObuolys3 жыл бұрын

    Code challenge 2 was quite hard, because forgot how to mask those strings, but came up with this solution: phone = input('Please enter your phone number: ') print(f'Your hidden phone number: ' + phone[-3:].rjust(len(phone), '*'))

  • @veryacademy

    @veryacademy

    3 жыл бұрын

    Hey Aurimas, thanks you for taking time to watch these tutorials so intently. That is a very exotic answer indeed 😁

  • @ashishthaakur45
    @ashishthaakur453 жыл бұрын

    Good explained sir

  • @veryacademy

    @veryacademy

    3 жыл бұрын

    Thanks and welcome

  • @creativecraft4498
    @creativecraft4498 Жыл бұрын

    x = ["Aarav", "Zander", "Kjetil"] y = input("Enter Your name: ") try: x.index(y) print('we have a match') except ValueError: print("No match was found")

  • @Nayaloful
    @Nayaloful3 жыл бұрын

    Good content....

  • @veryacademy

    @veryacademy

    3 жыл бұрын

    Thank you

  • @omarhasan7622
    @omarhasan76223 жыл бұрын

    Thank you. Please make an advanced python tutorials for django developers (regex, decorators, etc.)

  • @veryacademy

    @veryacademy

    3 жыл бұрын

    Hi Omar, that is where we are leading to. It will take a while, hopefully if the channel gets bigger I can dedicate more of my time and speed up the production of tutorials