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 Python Basics (2015) Python for Beginners Introduction

Joseph Torres
Joseph Torres
6,280 Points

Since Python can build web pages, just wondering if it utilizes HTML and CSS?

.

3 Answers

Hi 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.

Joseph Torres
Joseph Torres
6,280 Points

Thank you so much Mr. Anello for your're clarification.

Joseph Torres
Joseph Torres
6,280 Points

Thank 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

Peter Trefren
Peter Trefren
13,898 Points

Yes 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
Peter Trefren
13,898 Points

Django 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
Joseph Torres
6,280 Points

Thank 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.