https://github.com/wzpan/learn-python-the-hard-way
My answer for the book Learn Python The Hard Way
https://github.com/wzpan/learn-python-the-hard-way
exercise python
Last synced: 19 days ago
JSON representation
My answer for the book Learn Python The Hard Way
- Host: GitHub
- URL: https://github.com/wzpan/learn-python-the-hard-way
- Owner: wzpan
- Created: 2013-08-13T13:50:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T10:12:13.000Z (about 5 years ago)
- Last Synced: 2025-03-30T17:10:01.378Z (26 days ago)
- Topics: exercise, python
- Language: Python
- Homepage:
- Size: 306 KB
- Stars: 250
- Watchers: 31
- Forks: 175
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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):

2. A little battle system(ex47):
