Scientific Programming Using Python : 032 : Symbolic Operations Using SymPy Module

preview_player
Показать описание
This is a series of tutorials on Scientific Programming Using Python. I recommend this series for all programmers.

All the programs and examples will be available in this public folder!

Рекомендации по теме
Комментарии
Автор

Hi Arun,
I have a question, when i use import sympy as sym in a terminal it works fine and it prints the results. However when i use it in spyder i get the following error: ImportError: No module names sympy ? How to solve this, any ideas ?

learnmore_today