kuzmich / python-challenge-solution

A solution to The Python Challenge

Home Page:http://www.pythonchallenge.com

Repository from Github https://github.comkuzmich/python-challenge-solutionRepository from Github https://github.comkuzmich/python-challenge-solution

Python 3 Binder

This repo contains my solutions to the excelent The Python Challenge puzzles. You can view the code here on GitHub, or you can actually run the code (and play with it) in the full-featured Jupyter Notebook environment with Binder.

You can also play with the code on your computer (assuming you have Python 3 installed):

  1. Clone the repo:

     git clone https://github.com/kuzmich/python-challenge-solution.git python-challenge
     cd python-challenge
    
  2. Make the virtualenv:

     python3 -m venv venv
     source venv/bin/activate
    
  3. Install the requirements:

     pip install jupyter
     pip install -r requirements.txt
    
  4. Run the notebook:

     jupyter notebook solution.ipynb
    

About

A solution to The Python Challenge

http://www.pythonchallenge.com


Languages

Language:Jupyter Notebook 81.5%Language:OpenEdge ABL 18.5%