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

How can you implement google material design with Python/Django?

Hi folks!

I am working on a project and want to implement Google Material Design. I am currently using bootstrap and general CSS as of now, but I like the flat look and appeal.

However, idk which library to bring into my project. When I Google "Google Material design" I see

materializecss.com/ https://getmdl.io/ https://www.muicss.com/

Anyone have any suggestions? Looking for good documentation. Ease of use, supported library.

1 Answer

Greg Kaleka
Greg Kaleka
39,021 Points

Hey Caleb,

I think Materialize looks like your best bet. Whenever I'm considering a third party library, I head over to github and see which one has the most use. Materialize looks like it's the most popular.

The reason this matters is that it's more likely to be maintained and updated if lots of people are using it. Continued support should be one of the most important factors you consider when choosing a third-party tool.

Cheers :beers:

-Greg

Great point Greg. I'm normally a gitlab person, I sometimes forget to just search for projects on github and see how many forks and contributors are on the project. Thanks for the help! Happy coding