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

https://github.com/hsm207/python_no_prototype

Challenges in using Python for rapid prototyping
https://github.com/hsm207/python_no_prototype

datascience julia python

Last synced: 7 months ago
JSON representation

Challenges in using Python for rapid prototyping

Awesome Lists containing this project

README

          

# Introduction

This repository contains code to reproduce the results described in
my Medium blog post titled ["How Practical Is Python For Prototyping Data Science Projects At Scale?"](https://medium.com/towards-artificial-intelligence/how-practical-is-python-for-prototyping-data-science-projects-at-scale-88d345fa849d)

# Requirements
* Docker

# Usage
1. Navigate to this project's root directory.
2. Execute:
```shell script
bash scripts/setup_environment.sh
```
This will open a open Jupyter server on port 8888.

3. Open the link from step 2 in a web browser and navigate
to the notebooks folder to view the Julia and Python solutions.