https://github.com/pathak-ashutosh/lpthehardway
This is my code while learning Python from lpthw.
https://github.com/pathak-ashutosh/lpthehardway
exercise-solutions learning-python lpthw python-3
Last synced: 3 months ago
JSON representation
This is my code while learning Python from lpthw.
- Host: GitHub
- URL: https://github.com/pathak-ashutosh/lpthehardway
- Owner: pathak-ashutosh
- Created: 2017-07-01T09:40:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T19:49:53.000Z (over 6 years ago)
- Last Synced: 2025-01-02T01:27:00.277Z (5 months ago)
- Topics: exercise-solutions, learning-python, lpthw, python-3
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learn Python the Hard Way Log
This is my journey towards learning Python 2 from
learnpythonthehardway.orgEvery .py file contains code from the lpthw exercises
arranged sequentially according to the exercise numbers.
The files having a, b, c, etc. at the end of their names
respectively are the files on which "Study drills" have
been performed and hence modified.