1 =======================================
3 =======================================
7 Physicspy aims at collecting frequently used calculations in physics,
8 and thus create a reusable and reviewed base for these calculations.
9 This would not replace proper understanding the underlying principles,
10 and the probably best practice for a beginner is to do their first
11 calculations by hand. One, however, does not have to reinvent the wheel
12 every single time, and when the principles are well understood, a
13 reliable codebase can greatly improve the developement of software.
18 Physicspy extensively relies on Numpy and Scipy. Please find more
19 information about them, including installation instructions at
25 Please feel to correct bugs in the code, or extend its functionalit
26 where it is lacking. I'd be grateful if you contribute your changes back
27 to this original package, though I retain the right to include or
28 omit any code submitted.
29 The source code repository can be found at:
30 http://github.com/imrehg/physicspy/
32 http://repo.or.cz/w/physicspy.git
37 Physicspy is released under the MIT License, basically giving you
38 complete control of how do you use, modify and share this code, as long
39 as the appropriate copyright information is maintained.
40 See the file "LICENSE.txt" for detailed terms and conditions for usage.