Skip to content

Learning Python through test-driven development of games and puzzles

License

Notifications You must be signed in to change notification settings

Maxpayyne/tiny_python_projects

 
 

Repository files navigation

Introduction

This is the code repository for the Manning Publications book, Tiny Python Projects, by Ken Youens-Clark.

Forking GitHub repo

First use the GitHub interface to "fork" this repository into your own account. Then do git clone of your repository to get a local copy. Inside that checkout, do:

git remote add upstream https://github.com/kyclark/playful_python.git 

This will allow you to git pull upstream master in order to get updates. When you create new files, git add/commit/push them to your repository. (Please do not create pull requests on my repository -- unless, of course, you have suggestions for improving my repo!).

Copyright

© Ken Youens-Clark 2019-2020

About

Learning Python through test-driven development of games and puzzles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%