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 trialdrew s
Python Development Techdegree Graduate 19,491 PointsUploading to my Portfolio
Hello guys,
I have several projects in Java and Python using terminal to display their output. How can I display these projects on my online portfolio?
2 Answers
Steven Parker
231,210 PointsIf they are console programs, you might display screenshots in your portfolio.
Where and how is your portfolio hosted?
drew s
Python Development Techdegree Graduate 19,491 PointsSure!!! It's not that great but here it is http://www.felixsapalaran.com/
Steven Parker
231,210 PointsNice, I expect it will inspire some who haven't tried making their own yet. Did you create those animations yourself?
And I updated my previous comment with a link you might want to check into.
drew s
Python Development Techdegree Graduate 19,491 Pointsdrew s
Python Development Techdegree Graduate 19,491 PointsI used dreamhost. I build games using python but you can only play it using the console. So I was wondering if its possible to open the console so that way the user can interact with my program. Not just seeing it.
Steven Parker
231,210 PointsSteven Parker
231,210 PointsIt would have to be a feature provided by the hosting company,. I'm not familiar with them, but it seems unlikely.
I've heard of a third-party service for doing this but haven't tried it myself. You might take a look at trinket.io.
You might also consider developing a web version of your program that you can run on your hosting.
And would you want to share a link to your pages?