2 Answers
+ 3
Stick with python
Once you get a grasp of cs concepts and problem solving
Learning other languages will simply be learning the sytanx and some niche things about that language
At the end of the day they all the same to the computer
+ 1
Personnally I started with Action Script 3, then Javascript, then P.H.P and much later I learnt Python.
At that time I wish I would have start with Python, it brings nice syntax with indents and it's an easy langage to start.
Then, as Raul Ramirez said, others languages share a common part so will more easily start them.
In addition, Python has a huge community and plenty libraries existing.
If you feel boring after 4 days, you may challenge your knowledges by practicing, trying to use what you have learn and read others Python codes.