https://github.com/gregturn/so-you-want-to-learn-python
Project to help my nephew learn Python. (You could use for your own nephew/niece as well!)
https://github.com/gregturn/so-you-want-to-learn-python
Last synced: 4 months ago
JSON representation
Project to help my nephew learn Python. (You could use for your own nephew/niece as well!)
- Host: GitHub
- URL: https://github.com/gregturn/so-you-want-to-learn-python
- Owner: gregturn
- Created: 2014-07-10T02:47:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T04:52:51.000Z (almost 12 years ago)
- Last Synced: 2025-06-20T21:22:59.015Z (12 months ago)
- Homepage: http://gregturn.github.io/so-you-want-to-learn-python/
- Size: 996 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
== So You Want To Learn Python
This project is about http://blog.greglturnquist.com/2014/07/a-new-project-in-my-spare-time-helping-my-nephew-create-games-with-python-and-pygame.html[helping my nephew learn Python].
But it can be your project as well.
The page itself is found on the https://github.com/gregturn/so-you-want-to-learn-python/tree/gh-pages[gh-pages branch]. In case you didn't know, this sets me up to generate HTML
and host it at http://gregturn.github.io/so-you-want-to-learn-python/[So You Want To Learn Python].
Feel free to fork it and make your own edits. Set up a gh-pages branch, and host your own site.
Cheers!