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

how to go port 8000

Hello. i am using flask with virtualenv. how can i go to port 8000 in web browser? ubuntu 14.04.

2 Answers

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hey Ozan,

In your browser's address bar, enter localhost:8000 and that should work.

:)

Thank you very much :))))

David McGarvey
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
David McGarvey
Full Stack JavaScript Techdegree Graduate 27,424 Points

Thanks Jason Anders! Your answer connected some major dots for me. I was following Kenneth along in PyCharm and couldn't figure out how to get a preview of the app in a browser. localhost:wooo! ;)