Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
/ pyconid18 Public archive

Repository for Sympy Workshop @ PyCon Indonesia 2018

Notifications You must be signed in to change notification settings

liberocks/pyconid18

Repository files navigation

Better Science Understanding with Sympy

Most people tend to stay away from math and physics as they consider these things to be scary. Person who works with those subjects has to withstand the complexity and tedious arithmetic manipulation. However, the computation power these days has made it easier to do math and physics. Our pathway to understanding the nature of math and physics becomes even easier with computer algebra system (CAS) on our side.

There are many CAS software to support our problems. Yet one of the biggest community support open source language, Python, own it’s own library for CAS as well namely Sympy. Sympy is a Python library for symbolic mathematics. It allows us to compute the mathematical expression. More than just mere calculator, Sympy is not only able to solve problem numerically, but also symbolic maths such as variables, function, differential, matrices, and so on.

This tutorial is aimed to give gentle introduction of Sympy’s fundamental to every one. We promote Sympy to people so it can be more widely used among the student, engineer, programmer, practitioner, or even lecture. We try to serve the demonstration on how this cool module can help them with their homework, project, or even job. Not to collapse the essence of manual hand work on math, but we want to give another approach on how people can understand science better.

🚩 Venue

Kalbis Institute, Jakarta

November 3, Session 5

🔧 Setup

Environment Setup

virtualenv --python=python3 --no-site-packages venv
source venv/bin/activate
pip install -r requirements.txt

Starting Jupyter

jupyter notebook

📧 Contact

Any correspondences can be done through my telegram account username : @airminum

About

Repository for Sympy Workshop @ PyCon Indonesia 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published