Skip to content

ben-mathu/idea-bag-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idea-bag-solutions

These are a list of solutions to problems listed in the Idea Bag App at: Idea Bag

Instructions

Pre-requisites

  • Before running any file that has internal module (module created specifically for program run in this project) Run:
export PYTHONPATH=/path/to/working/directory

List of Completed Idea Bag Problems

  • 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

Installable packages

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

About

These are a list of solutions to problems listed in the Idea Bag App at: https://play.google.com/store/apps/details?id=com.alansa.ideabag2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published