Bibliography

Sweigart, Albert. Invent With Python. N.p.: n.p., n.d. Making Games with Python & Pygame. Web. 04 Feb. 2013.
So far, this book has been fairly useful. It's a little boring, and it's mostly geared towards younger kids, but it's still been a good way to get started with Python. I wish there were more opportunities to write your own code, rather than just copying source code that Mr. Sweigart had written, but I guess I'll take what I can get.

Dawson, Mike. Python Programming for the Absolute Beginner. Boston, MA: Course Technology Cengage Learning, 2010. Print.
This book is awesome! It's a little more basic than what I need, but it's still informative and very well written. Dawson is funny and interesting, and the layout of the book is really nice. There are boxes of important methods and challenge problems at the end of every chapter.

"HTML Width Attribute." HTML Table Width Attribute. N.p., n.d. Web. 07 May 2013. <http://www.w3schools.com/tags/att_table_width.asp>.
 How to set table dimensions in html.

"CSS Font." CSS Tutorial. Erack Network, n.d. Web. 07 May 2013. <http://www.tizag.com/cssT/font.php>.
How to change my font in CSS so that it can be cool font type or size or thickness.

"Built-in Types." Python Documentation. Python Software Foundation, n.d. Web. 07 May 2013. <http://docs.python.org/2/library/stdtypes.html>.
Python's partition method only splits at the first occurrence of the separator.

"CSS Image Opacity / Transparency." W3schools.com. Refsnes Data, n.d. Web. 07 May 2013. <http://www.w3schools.com/css/css_image_transparency.asp>.
How to make images opaque so that the text will show up over it.

Weinberg, Amber. "Should You Document Your HTML?" AmberWeinberg.com. N.p., 30 June 2010. Web. 23 May 2013. <http://www.amberweinberg.com/should-you-document-your-html/>.
As a new programmer, I was unsure how commenting procedures work. I knew I needed to comment my Python and my Javascript, and probably not my CSS, but I was iffy on whether or not I needed to comment my html, since there isn't very much of it and it's sort of self-explanatory. Also, html comments are ugly.

No comments:

Post a Comment