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 Python Sequences Sequence Iteration Iterating with Basic For Loops

My workspace is not working for the Python Sequencing track

My work space doesn't work for workspaces/41823060. What am I doing wrong? Is it because I'm not updated to Python 3?

1 Answer

Hi Alana!

When I try to go to https://teamtreehouse.com/workspaces/41823060 I get:

Bummer. It appears the page you're looking for doesn't exist.

https://teamtreehouse.com/workspaces/41823117 is the workspace I get for this video.

And for me, it's working fine

I have python 3.8.2 on my local system, the workspace is running 3.9.0, so I don't think you'd need to install it locally to have work in the workspace - they are obviously separate installations.

But, if you want to install it locally anyway, here are instructions:

https://realpython.com/installing-python/

Keep in mind you can still run python 2 with just python and python 3 with python3.

Also keep in mind that they have some different syntax, respectively, though.

If you need to, you can always test Python code here, too:

https://www.katacoda.com/courses/python/playground

I hope that helps.

Stay safe and happy coding!