Skip to content

Commit

Permalink
Added pygal cheat sheet and updated cheatsheets readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmatthes committed Jul 30, 2016
1 parent 93736e4 commit 9cef06d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheat_sheets/README.md
Expand Up @@ -26,3 +26,5 @@ You can download any individual cheat sheet, or download all the cheat sheets in
- 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.
- [Beginner's Python Cheat Sheet - matplotlib](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_matplotlib.pdf)
- Focuses on creating visualizations with matplotlib. Making line graphs and scatter plots, customizing plots, making multiple plots, and working with time-based data.
- [Beginner's Python Cheat Sheet - pygal](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_pygal.pdf)
- Focuses on creating visualizations with Pygal. Making line graphs, scatter plots, and bar graphs, styling plots, making multiple plots, and working with global datasets.
Binary file modified cheat_sheets/beginners_python_cheat_sheet_pcc_all.pdf
Binary file not shown.
Binary file not shown.

0 comments on commit 9cef06d

Please sign in to comment.