scientific-python-lectures
scientific-python-lectures copied to clipboard
Lectures on scientific computing with python, as IPython notebooks.
- Add "return" entries to "init" and "update" functions in animation cell - Set "ffmpeg" as default for saving animation - Fix HTML element to display animation Now example works...
It currently says: > Python 3 will eventually supercede Python 2, but it is not backward-compatible with Python 2. A lot of existing python code and packages has been written...
When discussing lists, I think it is imperative to mention that lists are modified in the original space. Also, when assigning one list to another, mentioning that modifications to the...
Add a Numba example. For scientific computing, it provides similar performance compared to Cython, however, it is probably more practical in real life. Actually, I was surprised to see a...
$ python2 setup.py build_ext --inplace running build_ext skipping 'cy_dcumsum.c' Cython extension (up-to-date) building 'cy_dcumsum' extension creating build/temp.macosx-10.12-x86_64-2.7 clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include...
Changed tempeature to temperature in two places.
The linux installation instructions were broken. The problem might also occur in the other lectures.
The standard character encoding in Lecture 1 is listed as ASCII. This is now UTF-8 in Python 3. Might want to make a note of it in the notebook. I'd...
I installed mencoder and ffmpge using Homebrew, but the error still exists. **TypeError: 'NoneType' object is not iterable** Then I run the code on Spyder. **ValueError: Cannot save animation: no...
When I open Lecture 2 notebook as explained in the README on my Firefox browser, I get unresponsive script and I can't run any of the cells.