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

A cheatsheet for Python and Julia

Results 13 QuantEcon.cheatsheet issues
Sort by recently updated
recently updated
newest added

I cannot find the pdf version of cheat sheet. Where is _build/latex/TheQuantEconMATLAB-Python-JuliaCheatSheet.pdf?

I have looked into using `rst-to-myst` and `sphinx-tomyst` and both have issues with migrating these tables to `markdown` **sphinx-tomyst** ```bash ▶ make myst sphinx-build -b myst -d _build/doctrees . _build/myst...

Hi I am new in Julia. The `Integers from j to n with step size k` in `Creating Vectors` write: ``` A = j:k:n ``` It just is a range...

Currently for "Broadcast a function over a collection/matrix/vector", the comparison between the functions isn't the same. For MATLAB and Python, no broadcasting is shown and "Functions broadcast directly" is said,...

Do you have a table editor that makes it possible to easily rearrange columns? If so, instead of `matlab, python, julia` I think it would be better to have matlab...

DataFrames.jl, QueryVerse.jl etc. based version. Right now It doesn't look like the template can handle a 4th comparison, though?

enhancement

We seem to have `:python:` directives everywhere but they don't seem to be highlighting the code. The Julia side now has `.. code-block:: Julia` everywhere for highlighting. Also we don't...

The Python cheatsheet has several places where there aren't spaces after commas (I noticed while I was reading some of the notifications this morning): * https://github.com/QuantEcon/QuantEcon.cheatsheet/blob/master/python-cheatsheet.rst#iterating * https://github.com/QuantEcon/QuantEcon.cheatsheet/blob/master/python-cheatsheet.rst#user-defined-functions * https://github.com/QuantEcon/QuantEcon.cheatsheet/blob/master/python-cheatsheet.rst#numpy...

We may want to have separate PDF files for ``python`` and ``julia`` cheat sheets for download. Focusing on ``html`` for now.

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...