Where can I host my Python script?

Let’s learn where can I host my Python script. The most accurate or helpful solution is served by Quora.

There are ten answers to this question.

Best solution

Where can I host a simple Python script to run on via cron every few hours?

I don't want to run my own server, and I'd rather avoid the complexity of shared hosting - is there a modern service where I can just paste a few dozen lines of Python in to a textarea and have it run every few hours?

Answer:

https://www.pythonanywhere.com/ They have a super simple interface for cron-type jobs.

Read more

Julius Bier Kirkegaard at Quora Mark as irrelevant Undo

Other solutions

Answer:

Well, as you know, Python is not specifically Windows-aimed, but Windows Host script, as you know, is...

Read more

Arsenij Pichugin at Quora Mark as irrelevant Undo

How do you serve a python script via telnet/ssh?

I have a python script that gets raw_input and prints some information. How can I host this so that I can ssh/telnet to the computer running it and run the python script? eg. when I do "telnet hostname" I will be prompted for some input and...

Answer:

$ ssh hostname $ python ./path/to/script

Read more

Theo J at Yahoo! Answers Mark as irrelevant Undo

Question About Using Python to Post to Twitter

What is the easiest way to automate a daily twitter status update with an image? The project is a twitter account that is counting down to a future event.I am working to create a daily update for my twitter account using python. Right now I'm running...

Answer:

The easiest way is probably something like If This Then That. If you want to keep going the Python way...

Read more

andoatnp at Ask.Metafilter.Com Mark as irrelevant Undo

How to upload a file with right click? (python or any other lang)?

I used this script a long while ago, and now it doesnt work any more, because its out dated. What the script did : I would right click on a file, and in the menu there would be "Upload" Then it would upload to my ftp server, but now i dont...

Answer:

If you don't have ftp access to the site, you'd have to write code to run on the site to allow uploads...

Read more

LoopStan at Yahoo! Answers Mark as irrelevant Undo

PHP Upload/Posting script.?

Hi!! Well, I;m working on a website im good with HTML/CSS that's all good I made myself a good layout, anyways I'm not good at PHP... Iv'e tried to watch some tutorials from thenewboston, but I just can't do that iv'e dropped 3 languages from him (Java...

Answer:

I can write you one, what is the extension for the files? drop me an e-mail and I will send it to you...

Read more

TheNardC... at Yahoo! Answers Mark as irrelevant Undo

What is the best method to script the detection of domain and HTML info for a list of domain names.

My client is a domain broker and gets given a list of several thousands domain names by possible sales opportunities and my client wants me to write a reusable tool to read in the URLs and detect for each the following attributes: Domain registration...

Answer:

A webscraping script would be a quick and dirty way, but bombarding a lookup service with a huge number...

Read more

Vivek Nagarajan at Quora Mark as irrelevant Undo

Free website hosting with python support !?

hi ! I need to host a website ,which includes just a page of html and a python script. It is related to my current project on controlling home appliances thru' websites. So i need a free hosting service that could satisfy my need !! thankx !! God bless...

Answer:

Most free hosting doesn't allow server-side scripting at all, let alone provide Python. You'd probably...

Read more

micman at Yahoo! Answers Mark as irrelevant Undo

"AttributeError: cursor", how to fix it (Python)?

I'm trying to set up a python script that connects to a database. After some searching on the world wide web I now have some code which should do just about fine, but I get the following error AttributeError: cursor. I probably have to install a certain...

Answer:

If you are able to import MySQLdb without any problem, then you don't need to install anything else...

Read more

dhldhldh... at Yahoo! Answers Mark as irrelevant Undo

How can a python script be run in python shell? What do you need to type in python 3.1.4?

In the python script...I click the run thing but it just flashes the python shell and I don't know what to type in the shell so that the script would run in python 3.1.4...pls. help...

Answer:

open the python shell (for me it is called python.exe, you can search for it with the start menu on...

Read more

Alyssa F at Yahoo! Answers Mark as irrelevant Undo

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.