Day 3: Understanding Python Strings: Slicing, Indexing & Function Chaining
A beginner’s guide to working with strings in Python using slicing, indexing, and chained functions
Feb 4, 20261 min read1

Search for a command to run...
Series
Updating what I learned in coding.
A beginner’s guide to working with strings in Python using slicing, indexing, and chained functions

Learning Python by building a text-to-speech script.

Understanding the basics of Python step by step

Don’t read it — I’m still practising.

Today is the first day of my learning the Python programming language. I am doing it by following a 10:53-hour-long video on YouTube. Link I am going to learn in public and will be posting about my learning on LinkedIn and X. Also, this is my first t...
