tapasya234 / Learn-Python-The-Hard-Way

My answer for the book Learn Python The Hard Way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My answer for all the excersice from Zed. A. Shaw Learn Python the Hard Way.

All the codes are written in both Python2(2.7.5) and Python3(3.3.2).

The best way to check my solution step by step is to use git log command. For instance,

$ git log -p Python2/ex04.py

Alternatively you can browse the history of any file on Github to see the change of it.

If you got a better answer, welcome to comment the code and share your version!

Screenshots

  1. The final web page game(ex52):

  1. A little battle system(ex47):

About

My answer for the book Learn Python The Hard Way


Languages

Language:Python 84.3%Language:JavaScript 6.6%Language:HTML 4.7%Language:CSS 4.4%