How to send SMS to the clients phone number with python application?

I am a beginner in Python. I have been assigned a task to create an application, which when registered on, will send welcome messages to the phone number of the clients. Do you have any recommendations to simplify this task?
 
Back