Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.1 KB

README.md

File metadata and controls

26 lines (18 loc) · 2.1 KB

educational-fun

My repository for fun and games in collaboration with others. To include coding challenges, fun word problems solved efficiently by code, etc. We will mainly use Python (and some markdown), but hope to add more languages over time!

Installation Instructions

  • If you do not have a computational environment set up to run Python, download Anaconda

    • Specific install instructions for Windows, Mac, Linux? More to say here?
  • To clone this repo locally, execute git clone git@github.com:jordanrhall/educational-fun.git in terminal (or Git Bash on Windows, if you prefer) in a destination of your choosing

  • Maybe a bullet on how to run the notebook and/or scripts?

Contents

Coding Challenges

Jupyter Notebooks

  • The Locker Prank: A fun challenge Jordan found in Popular Mechanics solved in a Jupyter Notebook

Markdown Practice