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: 4 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-10-05T21:55:48.000Z (9 months ago)
- Last Synced: 2025-10-05T23:37:36.506Z (9 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
[](https://www.python.org/download/releases/2.7/)
[](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/)