imo Python is a good language to start with, you don't have to worry about data types, pointers, return types etc, and you can just focus on developing your algorithmic skills, which you will need a lot more than just knowing syntax. I suggest you begin to familiarize yourself with some of the most common algorithms like how to find max/min in an array, testing for palindromes, reversing strings, insertion sort, bubble sort, selection sort, linear search, binary search and the list goes on and on.
At the end of day, languages are not the important part, it's just the way you think as a programmer, if you do it right, you can apply it to any language.
At the end of day, languages are not the important part, it's just the way you think as a programmer, if you do it right, you can apply it to any language.