Start with Python

This commit is contained in:
Kenneth Mendonca
2015-07-22 16:44:07 -04:00
parent 94031a251f
commit 57cb3981a0
100 changed files with 2085 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Hacker News
===========
* Go to Y Combinator's [Hacker News](https://news.ycombinator.com/).
* Check out the source code. It is minified, which makes load time faster, but difficult to read. Add the HTML to index.html and CSS to main.css Deminify it. Depending on your text editor, it might do it for you.
* Read through the code, and compare it to what you see on the page. What is each thing doing?
* What do you think of the embedded CSS? Is this good practice?
* Check out the CSS file. Does it follow DRY (don't repeat yourself) priniciples?
* Pick something in the site that you found interesting. Blog about it in your new blog.

View File

View File