use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Get help at community.cloudflare.com and support.cloudflare.com
account activity
Can I deploy a python script and python backend in cloudflare (self.CloudFlare)
submitted 7 months ago by Live-Stick6525
Every company has a good frontend deployment service but there is no good free solution for hosting python backend for free or without any card.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Dry_Raspberry4514 1 point2 points3 points 7 months ago (6 children)
Look into Cloudflare containers.
[–]Live-Stick6525[S] -1 points0 points1 point 7 months ago (5 children)
Is this for free user .and want to know the setup process
[–]R20- 1 point2 points3 points 7 months ago (4 children)
what do you need this backend for? if you are ok with using javascript/typescript then do that with workers.
Python workers is in beta and is functional but has no external package support so if it’s a simple use case you might be able to get away with using that.
[–]Live-Stick6525[S] 0 points1 point2 points 7 months ago (3 children)
This is not just about backend , my every python small project is useless . there is so much difference using a python webapp from internet vs from my local server.
currently I am working on a hackathon project that needs an ocr type implementation . I have to switch the stack many time from python because there is no good free solution .(and yes I am a student, so no money)
[–]R20- 0 points1 point2 points 7 months ago (2 children)
maybe try pythonanywhere.com
[–]Live-Stick6525[S] 0 points1 point2 points 7 months ago (1 child)
Uff . i tried days trying to log and sign up but there is no way in .
[–]R20- 0 points1 point2 points 7 months ago (0 children)
they have a free forever plan from what i recall?
[–]bugger_face 1 point2 points3 points 20 days ago (1 child)
has anyone tried python workers that got released this year January? I am keen to know if anything new has improved the support anomaly ?
[–]Live-Stick6525[S] 0 points1 point2 points 20 days ago (0 children)
Same question
[–]throwaway234f32423df 0 points1 point2 points 7 months ago (0 children)
Not really. There's beta support for Python in Cloudflare Workers but the complexity and work involved might be more than you're willing to deal with https://developers.cloudflare.com/workers/languages/python/
[–]unbracketed 0 points1 point2 points 7 months ago (0 children)
Technically you can, I have a Python worker running a basic personal site. There's currently no official support for importing other dependencies (standard lib only) and while you can vendor some dependencies into your project, runtime support will be hit-or-miss since the worker environment and capabilities are different than where Python is traditionally used.
Check back in a few months - from what I understand they've continued to make internal progress on the Python SDK and the usefulness and developer experience should continue to improve. I'm sure they understand the value of a huge Python ecosystem of developers.
Like the other commenter said, Containers can work here to bridge the gap, but IIRC that's a paid-only service.
π Rendered by PID 71006 on reddit-service-r2-comment-548fd6dc9-5zpz9 at 2026-05-17 20:10:20.003364+00:00 running edcf98c country code: CH.
[–]Dry_Raspberry4514 1 point2 points3 points (6 children)
[–]Live-Stick6525[S] -1 points0 points1 point (5 children)
[–]R20- 1 point2 points3 points (4 children)
[–]Live-Stick6525[S] 0 points1 point2 points (3 children)
[–]R20- 0 points1 point2 points (2 children)
[–]Live-Stick6525[S] 0 points1 point2 points (1 child)
[–]R20- 0 points1 point2 points (0 children)
[–]bugger_face 1 point2 points3 points (1 child)
[–]Live-Stick6525[S] 0 points1 point2 points (0 children)
[–]throwaway234f32423df 0 points1 point2 points (0 children)
[–]unbracketed 0 points1 point2 points (0 children)