Skip to content

Commit

Permalink
Updated cheatsheets readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmatthes committed Jun 14, 2016
1 parent 3d56238 commit f807d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheat_sheets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ You can download any individual cheat sheet, or download all the cheat sheets in
- Focuses on working with files, and using exceptions to handle errors that might arise as your programs run. Covers reading and writing to files, try-except-else blocks, and storing data using the json module.
- [Beginner's Python Cheat Sheet - Testing Your Code](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_testing.pdf)
- Focuses on unit tests and test cases. How to test a function, and how to test a class.
- [Beginner's Python Cheat Sheet - Pygame](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_pygame.pdf)
- Focuses on creating games with Pygame. Creating a game window, rect objects, images, responding to keyboard and mouse input, groups, detecting collisions between game elements, and rendering text.

0 comments on commit f807d8d

Please sign in to comment.