Question:
Noob here wanted to ask a few questions.....?
?
2014-12-10 08:59:40 UTC
1. What is the difference between Python and CSS?
2. Which one is easier to learn? Python or CSS? Why?
3. If so can you teach me the basic of the easier one between Python or CSS?

Thanks!
Three answers:
Chris
2014-12-10 09:09:40 UTC
Python is a programming language.



CSS is pretty much as far as you can get from a programming language.



This is CSS:



p {

font-size: 120%;

color: red

}



This will increase the text size of all paragraph elements and change the color to red. It is used exclusively in HTML documents.





Python is a general purpose programming language that can be used to create games, apps, web apps, etc.





In case you are confusing CSS with JavaScript (which is what you posted in your previous question), Python is easier. And no, we can't teach you the basics of a programming language. That's like asking people to teach you basic French. Not possible with a few lines on yahoo answers.

You can try this though:

http://www.codecademy.com/tracks/python

http://www.codecademy.com/tracks/javascript
?
2014-12-10 09:34:54 UTC
I was going to say If you want to learn code then codecademy is definitely the place to be. It's a non-profit organization that aims to teach code to all :) I learned to code there and it was definitely easier than any youtube video I've seen.
?
2014-12-10 09:42:17 UTC
Thank you guys all!


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...