An Educational project about Physics
Project description
Welcome to physics!
physics is a simple Educational library written in Python. It could be used for your school projects.
Have you ever tried to define a number using errors? Calculating gravity? Get a proportionality relation? Now, that’s possible and simple.
Contents
-
Installation from pypi (using pip) - Latest stable version
Installation
From PyPi
Just use pip:
pip install physics
Or if you want to upgrade the package:
pip install --upgrade physics
From Github
Using Pip
Try using that piece of code:
pip install git+https://github.com/pyTeens/physics.git
Or if you want to upgrade the package
pip install --upgrade git+https://github.com/pyTeens/physics.git
Downloading files
In primis (from Latin, “firstable”), clone the repository:
git clone https://github.com/pyTeens/physics.git
Then, change directory:
cd physics
And finally, install the package:
sudo python3 setup.py install
Files
You’ll find lots of not understandable directory and files, so here a list and definitions of them:
physics - Main directory
physics/__init__.py - Init file, it included all classes
physics/errors.py - Errors class
physics/gravity.py - Gravity class
physics/numbers.py - Numbers class
physics/proportionality.py - Proportionality class
How to contribute
In primis (“firstable”), you must read the code of conducts and the contributing document, then ask hearot to enter the organization (pyTeens).
Copyright (c) 2018 pyTeens. All rights reserved.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file physics-2.0.0.tar.gz
.
File metadata
- Download URL: physics-2.0.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da2f2477e3b4e08d4d291238fae0c93283147c134a144224c1b73d5f48ef87a6 |
|
MD5 | d1cf267de00033ef4c427bc254ec8e7d |
|
BLAKE2b-256 | 8d9d996667584dd5f088b45ea4d304e6888e54a7b59bb04afac22674168f6d01 |