Skip to content

marhoy/googleCodeJam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f6225c · Aug 21, 2022

History

88 Commits
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Apr 16, 2020
Apr 10, 2021
Aug 21, 2022
Aug 21, 2022
Mar 27, 2021
Mar 27, 2021
Mar 24, 2017
Mar 11, 2020
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Apr 5, 2020
Aug 21, 2022
Aug 21, 2022
Apr 5, 2020
Apr 6, 2020

Repository files navigation

googleCodeJam

Solving problems from Google Code Jam

Setting up the same Python environment as Google

The Google environment is running 64-bit Debian 9.8 (stretch). For Python 3, this means:

  • 3.5.3 (package: python3.5)
  • numpy 1.16.2
  • scipy 1.2.1

For Mac OS X:

# Install Python 3.5.3
pyenv install 3.5.3

# Create a virtual environment
pyenv virtualenv 3.5.3 GoogleCJ
pyenv activate GoogleCJ

# Upgrade pip and setuptools to latest versions
pip install -U pip
pip install -U setuptools

# Install numpy and scipy
pip install numpy==1.16.2 scipy==1.2.1

# Optionally install Jupyter so you can use Jupyter Notebooks
pip install jupyter

About

Solving problems from Google Code Jam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published