Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomdewildt/google-foobar

Solutions for the Google Foobar problems implemented in Python
https://github.com/tomdewildt/google-foobar

foobar google numpy pylint python

Last synced: about 7 hours ago
JSON representation

Solutions for the Google Foobar problems implemented in Python

Awesome Lists containing this project

README

        

# Google Foobar
[![Python](https://img.shields.io/badge/python-v2.7-blue)](https://www.python.org/download/releases/2.7/)
[![License](https://img.shields.io/github/license/tomdewildt/google-foobar)](https://github.com/tomdewildt/google-foobar/blob/master/LICENSE)

Solutions for the [Google Foobar](https://foobar.withgoogle.com/) problems implemented in Python.

# How To Run

Prerequisites:
* python version ```2.7.18```

### Development

1. Run ```make init``` to initialize the environment.
2. Run ```make run``` to execute the challenge.

# References

[Python Docs](https://docs.python.org/2.7/)

[Numpy Docs](https://numpy.org/doc/1.16/)

[Google Foobar](https://foobar.withgoogle.com/)