Are the previous tutorials available as a videos?
David
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/fa02e504-0b4c-2ef1-416e-561d7be2d39c%40dbailey.co.uk.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6LyneWeiJ1kU2cbSSoUMBHA1n2mGZs9z6tB-8f1CwHTdg%40mail.gmail.com.
I've started a page on the wiki for the proposal https://github.com/sympy/sympy/wiki/SciPy-2020-Tutorial-Proposal. I have just the questions there now. If someone is interested in collaborating on this in real time, we can move this to a Google Doc. Otherwise, please feel free to edit that wiki page. Anyone who is interested in co-submitting, please let me know. Aaron Meurer
I've started a page on the wiki for the proposal https://github.com/sympy/sympy/wiki/SciPy-2020-Tutorial-Proposal. I
I'd like to suggest that a really useful tutorial section would demonstrate how to combine SymPy with normal Python code to create simple algorithms. In particular, I think it is worth bearing in mind that many users will not be well versed in Python, so I think the Python code should be deliberately naive - using for loops rather than list comprehensions or generators, etc. Also, the Python variables should be easily distinct from the SymPy symbolic variables - e.g. using upper case Python variables.
For example, a loop that would create the first 10 Legendre Polynomials using the recursion formula.
I am sure I would read such a section, and still find something useful!
David