# Learn-Python-The-Hard-Way **Repository Path**: extqiu/Learn-Python-The-Hard-Way ## Basic Information - **Project Name**: Learn-Python-The-Hard-Way - **Description**: 笨办法学习python2和python3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README My answer for all exersices from Zed. A. Shaw [Learn Python the Hard Way](http://learnpythonthehardway.org/). 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, ``` sh $ 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): ![](./media/game.png) 2. A little battle system(ex47): ![](./media/battle.png)