QuantEcon.cheatsheet icon indicating copy to clipboard operation
QuantEcon.cheatsheet copied to clipboard

Structure of Python cheatsheet

Open jstac opened this issue 8 years ago • 2 comments

The content needs to be expanded and the structure could be improved. For example, if/else comes under the heading Functions.

I suggest we start with a headings like these:

Operators (covers *, +, **, etc.) Data Types Builtin Functions Imports Input and Output Iterating Comparisons and Logical Operators User Defined Functions

Then we can move on to NumPy and plotting.

jstac avatar Jan 15 '17 21:01 jstac

These categories are much better! I started off by rearranging what we have now: https://github.com/QuantEcon/QuantEcon.cheatsheet/commit/32369c20e91c9e6bc253ea7e38658b3d36eb0e82

vgregory757 avatar Jan 17 '17 19:01 vgregory757

@vgregory757 Great, thanks!

jstac avatar Jan 17 '17 21:01 jstac