Skip to content

Commit

Permalink
Added if_while sheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmatthes committed Mar 16, 2016
1 parent b257a3a commit ff08341
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ You can download any individual cheat sheet, or download all the cheat sheets in
- Focuses on lists: how to build and modify a list, access elements from a list, and loop through the values in a list. Also covers numerical lists, list comprehensions, tuples, and more.
- [Beginner's Python Cheat Sheet - Dictionaries](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_dictionaries.pdf)
- Focuses on dictionaries: how to build and modify a dictionary, access the information in a dictionary, and loop through dictionaries in a variety of ways. Includes sections on nesting lists and dictionaries, using an OrderedDict and more.
- [Beginner's Python Cheat Sheet - If Statements and While Loops](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_if_while.pdf)
- Focuses on if statements and while loops: how to write conditional tests with strings and numerical data, how to write simple and complex if statements, and how to accept user input. Also covers a variety of approaches to using while loops.
- [Beginner's Python Cheat Sheet - Functions](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_functions.pdf)
- Focuses on functions: how to define a function and how to pass information to a function. Covers positional and keyword arguments, return values, passing lists, using modules, and more.
- [Beginner's Python Cheat Sheet - Classes](https://github.com/ehmatthes/pcc/raw/master/cheat_sheets/beginners_python_cheat_sheet_pcc_classes.pdf)
Expand Down
Binary file modified cheat_sheets/beginners_python_cheat_sheet_pcc_all.pdf
Binary file not shown.
Binary file not shown.

0 comments on commit ff08341

Please sign in to comment.