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 - web oriented

Hei! I would like to know if there are any future projects planned for Python? And if so, will they be more oriented to the web?

2 Answers

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

Yes, we'll be doing a whole bunch of web app-related Python courses in the future, using both Flask and Django. You should learn the basics first, though!

Good to know! :) I will do the Python course and keep an eye on upcoming projects then :)

Kenneth Love any timeline on when the new courses will show up?

Also loved the first course, was very easy to understand everything. Very well done sir.

Kenneth Love
Kenneth Love
Treehouse Guest Teacher

James Andrews I'm hesitant to announce any dates. I have the second course in the pipeline now, a couple more in the planning stages, and after that we'll start on the web dev ones. So, sometime in the Fall?

that's a reasonable answer, thanks. Look forward to the next course and breaking out of my php shackles ;-)

I am sure their is, this is just the first bit it seems. Ie basic python.

What you can do however is to use a python script via CGI common gateway interface (ie old school) before we had crazy frameworks. ;-)

Or you can look into django which is a popular python framework. With what you have from this you should be able to get a basic understanding. Especally since you've already finished the php track, a lot of the skills are translate-able to python.