Answer the question
In order to leave comments, you need to log in
What free server exists to host your own small database, run queries against it, install scripts for Python on a schedule?
I am doing my personal project with a database and I need to make entries there every 12 hours around the clock, run scripts and be able to make requests around the clock. My scripts are diverse, but not heavily loaded. All in Python.
Questions:
1. How to run your Python scripts remotely without compiling to exe and at the same time so that all libraries work?
2. Are there any servers with a graphical interface?
3. Are there free and reliable servers or do you still have to pay to get something convenient and reliable?
I have little experience, so I'm looking for a simple solution, at least at first, in order to learn and understand with a real example.
Answer the question
In order to leave comments, you need to log in
In any case, you will have to pay for convenient and reliable.
Python is already an interpreted language - it doesn't need to be compiled
With a graphical interface, you'll only find cloud providers. You need FaaS technology. In your case, AWS Lambda (serverless function launch) + AWS CloudWatch (there is a task scheduler) + AWS DynamoDb (it is cheaper and simpler than AWS RDS) is very suitable
Do you need someone to provide you with something for free, and even with a graphical interface? Or is $1-$2 (monthly price of a shared hosting with shared parameters) too heavy?
The principle here is very simple - it does not happen for free . If they do not take money, then they will take something else. (Although no, it happens for free. But these are rare, unique cases, always mixed with fan ideology)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question