TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What cloud platform should a Python developer learn?

14 pointsby SSJPythonover 2 years ago
Specifically, a Python developer in the automation and scripting space. Which cloud platform is most beneficial: AWS, Azure, or Google?

10 comments

ActorNightlyover 2 years ago
You should learn core concepts that compose the cloud platform. Things like docker containers, databases, object storage, load balancers, NAT&#x2F;Networking&#x2F;DNS, e.t.c.<p>Cloud platform specific stuff is way easier to learn compared to the core concepts.
Havocover 2 years ago
I’d start with terraform against a cloud of your choice.<p>Personally I’ve been using oracle as a test bed for that given their generous free tier but for production I’d probably use GCP
评论 #33360760 未加载
评论 #33384210 未加载
speedgooseover 2 years ago
You should learn cloud platforms, not a cloud platform.<p>Also avoid to waste your life learning proprietary technology that will become obsolete and discontinued. Software containers are likely there to stay, the latest serverless framework from a cloud provider will likely not.
评论 #33361356 未加载
augasurover 2 years ago
What about fly.io? Since Heroku discontinued its Free tier, lots of people praise it for its simplicity.<p>As a person, who played quite a bit with Digital Ocean and would have loved to skip the server setuping, I think it would be perfect for my future projects as well.
aethraeover 2 years ago
Heroku has been useful to learners so they don&#x27;t have to deal with the complexity all at once. Render is a good alternative offering a similar experience.
jononorover 2 years ago
Start with Docker and a PaaS like Heroku&#x2F;Render&#x2F;Fly&#x2F;Dokku to get the core web service things without getting lost in all the proprietary vendor-specific things, or the madness of building one&#x27;s own cloud just to run some web applications (Kubernetes etc).
cpachover 2 years ago
I’ve heard good things about GCP, but I would think AWS open more doors since it’s more popular.<p>Personally I stay away from Azure, IMHO it just seems clunky. (Just my personal opinion so take it with a grain of salt.)<p>BTW, if you’re new to cloud stuff this resource might come handy: <a href="https:&#x2F;&#x2F;cloudresumechallenge.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloudresumechallenge.dev&#x2F;</a><p>Best of luck!
评论 #33368311 未加载
d0mineover 2 years ago
Learning Kubernetes abstractions: which problems are they supposed to solve and how exactly they do it (trade offs) may be useful whatever cloud platform you choose later (in automation&#x2F;scripting space).
warrenmover 2 years ago
What provider(s) do your customer(s) or employer(s) use?<p>Start there
labarilemover 2 years ago
Can the cloud help you with a specific goal?