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
Andrew Trachsel
7,204 PointsHow to make my Python code interact with a well-styled form for the average person to interact with?
I've written my Python code, but I don't understand how to make it "pretty" and "user friendly." I want to run the code through a website, but I'm not sure how to style it.
1 Answer
Charles Lee
17,825 PointsYou want to start getting into web development. There are some awesome courses on Treehouse that use python based web frameworks. Check out the Flask foundations course for an idea on how you would start to approach building a web based interface for your code.
If you're not familiar with HTML/CSS/JS at all, I would also check out the Web Development fundamentals course which you will need to create web pages.