Renan Moura

Python String Manipulation Handbook - Python String Manipulation Handbook

by
String manipulation is one of those activities in programming that we, as programmers, do all the time.
In this book I will showcase these many features of the language regarding strings specifically along with some nice tricks.

Add a comment

Replies

Best
Renan Moura
String manipulation is one of those activities in programming that we, as programmers, do all the time. In many programming languages, you have to do a lot of the heavy lifting by yourself. In Python, on the other hand, you have several built-in functions in the standard library to help you manipulate strings in the most different ways you can think of. In this book I will showcase these many features of the language regarding strings specifically along with some nice tricks.