Python for Everybody // Lack of actual exercise?

Hey there,
Don’t get me wrong, the course is amazing!
However I feel like I don’t really comprehend the material because there isn’t much exercise to practice.
I haven’t started Scientific Computing with Python Projects yet but until then do you have any links to additional sources where I could practice?

Thanks in advance,
fozon

Hi Fozon,
have you tried codewars? It’s an excellent place for honing one’s coding skills. I did some algorithm challenges there, before returning to the Python projects. This definitely helped me familiarize with the Python syntax.
Peter