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 trialJoseph Torres
6,282 PointsSince Python can build web pages, just wondering if it utilizes HTML and CSS?
.
3 Answers
Jason Anello
Courses Plus Student 94,610 PointsHi Joseh,
Browsers only understand html, css and javascript. This means that regardless of what language you use on the server side, ultimately it needs to send html, css, and javascript to the browser.
Peter Trefren
13,898 PointsYes you can use HTML and CSS as well as JQuery. On a project Python/Django project I'm working on I use that as well as Bootstrap and theming you can get from places like Bootswatch.com.
Peter Trefren
13,898 PointsDjango is a framework that allows you to develop routed web applications. Python is the language you use to write the code within the Django framework. Kenneth Love has a great course on it. Where I live I generally see postings for Java, PHP, Python, or .NET technologies. You can't go wrong learning Python because its very likely at some point you'll use it.
Joseph Torres
6,282 PointsThank you so much Peter, Im in IT for a school district and I tell you that Im hooked on this. I cant wait to be completely fluent in this so I can start creating Web Apps and DB's.
Joseph Torres
6,282 PointsJoseph Torres
6,282 PointsThank you so much Mr. Anello for your're clarification.
Joseph Torres
6,282 PointsJoseph Torres
6,282 PointsThank you so much Mr. Trefren, Is Django like Azure in a sense where projects and dev. is created in the cloud. Also what's the job lookout for python in the near future? Thank yo