New episode: #423 - Solving 10 different simulation problems with #Python with @allendowney & host @mkennedy

https://talkpython.fm/episodes/show/423/solving-10-different-simulation-problems-with-python

Solving 10 different simulation problems with Python

Python is used for a wide variety of software projects. One area it's really gained a huge amount of momentum is in the computational space (including data science). On this episode we welcome back Allen Downey to dive into a particular slice of this space: simulation problems and Python in Physics and Engineering in general.

@talkpython @allendowney @mkennedy Allen, just heard you mention the need for vector operations in scientific Python. Physicists agree which is why @henryiii put Vector into Scikit-HEP! https://github.com/scikit-hep/vector Even does 4-vectors (big motivation for it actually) as we’re particle physicists. :) Not part of SciPy, but just an install away!
GitHub - scikit-hep/vector: Vector classes and utilities

Vector classes and utilities. Contribute to scikit-hep/vector development by creating an account on GitHub.

GitHub