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

Are there prerequisites for the Flask basic course?

Hi All,

Very quick question, so far I have completed all the Python track, and I wanted to do the social network project. The Flask basic course is a prerequisite for the social network project so I started.

But I find myself to be quite list in the form and cookies videos. Is it a course for people that have used other platform and just want to learn about Flask or is it actually a course for beginners ? Are we supposed to understand all the code that is already in the given files (ex: index.html) ?

Thanks in advance for your answers, Camille

1 Answer

If you have done all the Python track and you are starting with the Flask track I think you could do the "Python Decorators" workshop too, since you are going to be using them a lot. Of course, there's always the chance to re-watch previous videos.

p.s.: If you're not familiar with html tags you could go and watch html foundation or html basics course. You don't need to bother your self too much with the div's classes. They put classes to the div tags so they could then select the tags with css selectors and customize them.