Skip to content

feeneyhead/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

Code for Tiny Python Projects (Manning, 2020). Learning Python through test-driven development of games and puzzles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.4%
  • Shell 2.1%
  • Makefile 1.4%
  • Dockerfile 0.1%