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 Flask Basics Welcome to Flask First Steps

My Workspace Console is generating different responses than Kenneth's, please advise.

Console

treehouse:~/workspaces$ pip freeze | grep Flask Kennith's Workspace is showing "Flask==0.10.1" treehouse:~/workspaces$ python simple_app.py *Running on http://0.0.0.0:8000/ (Press CTR it) *Restarting with stat *Debugger is active! *Debugger PIN: 252-976-055 172.18.41.174 - - [16/Apr/2020 18:40:22] "GET .1" 404 - Kennith's Workspace is shows "Restarting with reloader" and nothing else.

Should I address any of these differences before continuing the lesson?

Also, is there a better way to post lines of code in comments as formatting changes making it very unclear to read?