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

Structure of Python cheatsheet

Open jstac opened this issue 7 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