TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do I need to learn CSS?

2 pointsby xcodingover 5 years ago
I am learning Python for Web dev. Do I need to learn CSS?<p>Please suggest which CSS framework is the best, and resources to learn CSS.

2 comments

ktpsnsover 5 years ago
Something people frequently forget is the easiness of the &quot;vanilla&quot; (plain) technology, like HTML, CSS, JavaScript. It is worth learning these basics regardless of whether you want to hide them behind stacks of frameworks or not.<p>And for CSS, you can do quite advanced stuff without using any library or framework.
RoyTyrellover 5 years ago
I suppose you could get by with never learning it, but I think that would be hampering yourself. While there all &quot;languages&quot; that kick out CSS, it is one of the core building blocks of the web space.<p>The basics are very easy to learn compared to Python. I would think you should be able to pick it up very quickly.<p>Some of the best online resources are probably:<p>* Mozilla Developer Network online documentation (<a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;CSS" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;CSS</a>)<p>* w3schools (<a href="https:&#x2F;&#x2F;www.w3schools.com&#x2F;css&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3schools.com&#x2F;css&#x2F;</a>)