Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

How to practice python skills

hello dear treehouse friends. In my experience with the course of python i understand that the practice is very important to fix concepts on the mind. My answer is about URL containing exercises with python programming ( in addition to exercises of treehouse) or more generally how you do practice for writing better code.

thanks at all!

1 Answer

Aamir Mirza
Aamir Mirza
25,077 Points

A lot of websites/services have public APIs (application programming interfaces). For example, you can make all sorts of applications with Spotify's public API (developer.spotify.com). You could check all of this week's releases, check their Spotify-assigned "danceability" score, and put them all in one playlist called "New Dance Hits", all by running your Python script!

I have 60-70 Python scripts for all sorts of occasions, and not just for using APIs. It's a really powerful programming language, you can practically do anything in it.