Python Forum
Cloud computing advice needed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cloud computing advice needed
#1
I'm doing stock backtesting using Python - and I've pretty much maxed the computational abilities of my local machines. So I'm looking for some cloud computing advice.

Regarding my code, I had a deep dive this morning with a friend of mine who is a data scientist and very experienced in python - she basically told me you either need more hardware to do what you want to do, or write it in C. For right now, getting more hardware seems like the path of less resistance than doing all my stuff in C so....

So there are 3 roads I can go down:

1. Build my own high end custom rig at home with like 128 cores, which for now I'd want to avoid because this will cost thousands up front, and I need better validation of my ideas before I can justify spending thousands on it.

2. Get a VPS or Dedicated server. I can pay monthly here, and there are a lot of good options in the $100-$300/mo range.

3. Use Google Cloud, Azure, or AWS - I know this by far will have the most computing power, but based on some previous experiences with AWS I'm hesitant here because you can wind up with ridiculous bills really fast.

At this point, I'm looking for the most cost effective solution. Suggestions?
Reply


Messages In This Thread
Cloud computing advice needed - by sawtooth500 - Apr-17-2024, 07:31 PM
RE: Cloud computing advice needed - by deanhystad - Apr-17-2024, 07:43 PM
RE: Cloud computing advice needed - by sawtooth500 - Apr-17-2024, 10:48 PM
RE: Cloud computing advice needed - by sawtooth500 - Apr-18-2024, 09:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Computing the distance between each pair of points Truman 11 4,329 Jun-20-2020, 01:15 PM
Last Post: Truman
  advice needed to construct queries in flask-sqlalchemy from mysql select pascale 0 1,793 Dec-08-2019, 07:03 AM
Last Post: pascale
  Converting days to years in loop while computing values across grid cells Lightning1800 2 2,690 May-15-2018, 08:44 PM
Last Post: Lightning1800
  Error in computing FFT operation raady07 1 4,330 Jan-18-2017, 08:30 AM
Last Post: j.crater

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020