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

Martin Wyles
Martin Wyles
218 Points

When i change code on my workspace for Python it wont run changes without saving, is this normal?

When i change code on my workspace using Python it wont run changes without saving, it just runs the code as per before changing it, i have to save it every time i make an alteration, is this normal or can i select an auto save?

1 Answer

Rachel Johnson
STAFF
Rachel Johnson
Treehouse Teacher

Hi Martin! Just like a local IDE, you will have to save the file before running. I would suggest getting into the habit to saving your work as you go! Get your fingers into that Ctrl+S or Cmd+S habit!

Martin Wyles
Martin Wyles
218 Points

Thats amazing, thank you for the fast response, i will give it a try!