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

General Discussion

#1 Where are the teacher's notes?? #2 How do I set up so I can practice coding without launching the TH's workspace?

I can't figure out how to make it so I can practice coding on my laptop? Stupid I know... But I can't find that answer anywhere? Any help would be aqppreciated!!

1 Answer

Eric M
Eric M
11,545 Points

Hi Robin,

The Teacher's Notes are below each video.

What language are you learning?

You'll need an editor to write code in (either a text editor like Notepad++ or an IDE like VSCode or Pycharm (which one you wany may depend on your language)).

You'll also need a compiler or interpreter depending on your langauge.

You can also start a blank workspace from the Workspaces link at the top right of the Treehouse menu bar.

Alternatively repl.it lets you execute small code snippets really quickly, similar to Treehouse's workspaces.

Cheers,

Eric