Skip to content

Instantly share code, notes, and snippets.

@neeraj9
Created May 5, 2018 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neeraj9/d516730447b84e5d8f77ad0959e7d339 to your computer and use it in GitHub Desktop.
Save neeraj9/d516730447b84e5d8f77ad0959e7d339 to your computer and use it in GitHub Desktop.
BeamParticle sample python program which is to be used for evaluation via runeditor
#!python
from pymongo import MongoClient
import pandas as pd
from datetime import datetime
from datetime import timedelta
import requests
import sys
import json
from Pyrlang import term
# Note that for running python logic in editor without
# saving it must have a main function with zero arity.
def main():
return os.environ["PATH"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment