Prueba de Python si la cadena comienza con Python

string_name.startswith(substring, start_pos, end_pos)
Angry Aardvark