These are a list of solutions to problems listed in the Idea Bag App at: Idea Bag
- Before running any file that has internal module (module created specifically for program run in this project) Run:
export PYTHONPATH=/path/to/working/directory
-
city distance
-
fatorial
-
tax calculation
-
half string
-
morse code maker
-
palindrome checker
-
rss creator
-
word counter
-
FizzBuzz
-
Print PI to the nth decimal place using 22/7
-
Print PI to the nth decimal place to get a non repeating decimal number
-
Aticles/resources:
-
Listed below are reusable Python Packages that can be install from a Github repository.
An installable package must have a pyproject.toml or setup.py file containing all configurations. You can find instructions about package Python projects here
Finally, run these commands:
- Install dependencies:
python -m pip install --upgrade build
- build and create
.tar.gz
file
python -m build
In any case you would like to install the packages in a project, move the .tar.gz
file to
you local project then run:
pip install path/to/commons_benatt-0.0.1.tar.gz