Comment tout choisir après un personnage en Python

my_string="hello python world , i'm a beginner "
print my_string.split("world",1)[1]
Silly Scarab