Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomdewildt/google-foobar
- Owner: tomdewildt
- License: mit
- Created: 2023-01-18T13:27:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T13:55:32.000Z (4 months ago)
- Last Synced: 2024-06-28T15:18:02.913Z (4 months ago)
- Topics: foobar, google, numpy, pylint, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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/)