acm.mipt.ru
acm.mipt.ru : Cintro . MyanmarCourse
http://acm.mipt.ru/twiki/bin/view/Cintro/MyanmarCourse
Олимпиады по программированию на Физтехе. Laquo;Язык Си». Черепаха (Turtle, လိပ္). Черепаха (Turtle, လိပ္). Turtle 1 1.pdf. Turtle 1 3.pdf. Черепаха: Урок 3 и контрольная работа. Контрольные задачи урока 3. Установка компилятора и среды разработки. Вычисления (целые и дробные числа). Функции. Стек на основе динамического массива и односвязного списка, очередь). Класс с полями private). Классы и объекты - Урок 2. Методы класса и конструкторы. Классы и объекты - Урок 1. Логин test2016, пароль test.
hyperpolyglot.org
Computer Algebra I: Mathematica, Maple, Maxima, Sage, SymPy - Hyperpolyglot
http://hyperpolyglot.org/computer-algebra
Computer Algebra I: Mathematica, Maple, Maxima, Sage, SymPy. A side-by-side reference sheet. Python 2.7; SymPy 0.7. Also displayed on worksheet. Unknowns other than x must be declared:. From sympy import *. Enable LaTeX rendering in Jupyter notebook:. Unknown variables must be declared:. X, y = symbols('x y'). MathKernel -script hello.m. Maxima -b hello.maxima. From sympy import *. Block([x: 3, y: 4], x y);. A semicolon suppresses echoing value of previous expression. In the worksheet, typing. A := 'x 3';.
certik.github.io
SymPy Tutorial for SciPy 2013 — SciPy 2013 SymPy Tutorial documentation
http://certik.github.io/scipy-2013-tutorial/html/index.html
SciPy 2013 SymPy Tutorial documentation. SymPy Tutorial for SciPy 2013. This is the tutorial that Aaron Meurer and Ondřej Čertík will be giving at SciPy 2013 for SymPy. This is just a stripped down version of our docs. With the new tutorial that Aaron Meurer has written, adapted for SymPy 0.7.2. The slides for this tutorial are here. The source for this tutorial is on GitHub. The materials for this tutorial are here. Including exercises (exercises require the IPython notebook).
scipy.org
Documentation — SciPy.org
http://www.scipy.org/docs.html
Documentation for core SciPy Stack projects:. Page contains links to several good tutorials dealing with the SciPy stack.
asmeurersympy.wordpress.com
Aaron Meurer's SymPy Blog | My blog on my work on SymPy and other fun stuff. | Page 2
https://asmeurersympy.wordpress.com/page/2
Aaron Meurer's SymPy Blog. My blog on my work on SymPy and other fun stuff. Tip for debugging SymPy with PuDB. January 28, 2013. Usually, when I debug SymPy code with PuDB. I create a script that calls the code, then I put a. Import pudb; pudb.set trace(). Well, I just figured out a better way. First, if you haven’t already, add an alias like this in your bash config file (. Alias pudb='python -m pudb.run. As of this pull request. This is no longer necessary. A. Script is installed automatically with PuDB.
asmeurersympy.wordpress.com
SymPy Live Sphinx Extension | Aaron Meurer's SymPy Blog
https://asmeurersympy.wordpress.com/2012/08/21/sympy-live-sphinx-extension
Aaron Meurer's SymPy Blog. My blog on my work on SymPy and other fun stuff. SymPy Live Sphinx Extension. I didn’t blog about SymPy all summer, so I thought I would write a post about my favorite feature of the upcoming SymPy 0.7.2 release. In fact, this feature has got me more excited than any other feature from any version of SymPy. Yeah, it’s that good. The feature is the SymPy Live Sphinx extension. To start, if you don’t know about it, check out SymPy Live. The best way to see how awesome this is is ...
asmeurersympy.wordpress.com
August | 2012 | Aaron Meurer's SymPy Blog
https://asmeurersympy.wordpress.com/2012/08
Aaron Meurer's SymPy Blog. My blog on my work on SymPy and other fun stuff. A saner interactive environment. August 31, 2012. Here is another post describing a new feature in the upcoming SymPy 0.7.2. While not as ground breaking as the feature I described in my last post. With SymPy to assist with this. This script automatically runs IPython (if it’s installed), imports all names from sympy (. From sympy import *. And defines common symbol names (like. You will get something like. In SymPy 0.7.2,. There...