Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to write a python script that can detect when a pdf file is downloaded from a specific web page(s) and then automatically move that file from Downloads directory into another directory.
My problem (for the moment) is that I don't know how to monitor my downloads with python, in order for it to detect when a file is downloaded from a specific web address. I checked urllib/requests, but it doesn't seems to do what I need. Does anybody knows a module that I can use for this task?
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am looking to export some .py files so I can include them in a website. I am not sure any method to export the files however. Could someone please link some useful information or explain a procedure so the files can be executed using buttons on a website (particularly a HTML site)?
You can use UWSGI as an intermediary between your Python files and nginx (as a web server). But this is not as easy as executing php files, since the php executor comes with any web server. Or call python files as external programs from your existing site.
if your are looking to import function or classes in a file and use them in another file or project, then this might be what you are looking for imports in python
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Found here (stackoverflow) a way to handle a file selection on local host. I'm using Autoit and run a local script which writes in the file path.
But how can I run this on the remote node, when I'm using selenium hub.
Is there a way run on a remote node a command line (windows) process ?
Prefer Python example.
Thank you!
Here is a solution, basically you need to run AutoIt server on the node:
https://github.com/daluu/AutoItDriverServer
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have developed a webserver in Python (using Bottle). In this moment it runs on my laptop, but in future it will run on a board (like Raspberry).
The webserver shows a html page that allow to the users to put some data and it should save locally in a file.
Is it possible? I have to use php?
Thanks
You can just run your python apps on a Raspberry Pi. There are many tutorials on the web.
Video:
https://www.youtube.com/watch?v=VFs1dhJPYa4
Tutorials:
https://makezine.com/projects/program-raspberry-pi-with-python/
http://www.makeuseof.com/tag/10-raspberry-pi-projects-beginners/
http://www.techradar.com/news/software/learn-to-program-your-raspberry-pi-1148194/2
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a django project and inside I have an app. Inside this app I created a management folder, inside this one I create a commands folder, and inside the last one I put my script with the init.py file too. My question is: how can I do to autorun that code every X minutes once the server is running to don't worry about execute the script myself.
You can refer, django-chronograph is a simple application that allows you to control the frequency at which a Django management command gets run.
chronograph
Hope this is helps you.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have to learn python for a school project and I need a way I can code it and run it on my computer. Is there a way I can run python on safari via an MAMP web server. I have looked everywhere and can't grasp a grip on how I can run it as a page on my server. Thank you for your time. and thanks for the dislikes
You can use http://www.pythonanywhere.com if you don't want to install Python on your computer for any reason.
An amazing programing website is c9.io. It has access to nearly all the mainstream programming languages. Just check it out and you can make an account for free.
Go there here: c9.io