Difference between revisions of "Python"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
 
Running as a daemon under systemd - http://devopspy.com/linux/python-script-linux-systemd-service/<br>
 
Running as a daemon under systemd - http://devopspy.com/linux/python-script-linux-systemd-service/<br>
_   http://code.activestate.com/recipes/278731-creating-a-daemon-the-python-way/
+
_ http://code.activestate.com/recipes/278731-creating-a-daemon-the-python-way/<br>
 +
_ https://www.reddit.com/r/raspberry_pi/comments/4vhofs/creating_a_systemd_daemon_so_you_can_run_a_python/<br>
 
http://www.makeuseof.com/tag/5-websites-learn-python-programming/<br>
 
http://www.makeuseof.com/tag/5-websites-learn-python-programming/<br>
 
http://stackoverflow.com/questions/4696413/ftp-retrbinary-help-python<br>
 
http://stackoverflow.com/questions/4696413/ftp-retrbinary-help-python<br>

Revision as of 12:01, 18 May 2018

Running as a daemon under systemd - http://devopspy.com/linux/python-script-linux-systemd-service/
_ http://code.activestate.com/recipes/278731-creating-a-daemon-the-python-way/
_ https://www.reddit.com/r/raspberry_pi/comments/4vhofs/creating_a_systemd_daemon_so_you_can_run_a_python/
http://www.makeuseof.com/tag/5-websites-learn-python-programming/
http://stackoverflow.com/questions/4696413/ftp-retrbinary-help-python
http://www.java2s.com/Tutorial/Python/0420__Network/FTPDownloadExample.htm
https://pythonspot.com/ftp-client-in-python/ This looks good for downloading multiple files.
Python download by ftp
Python ftp with timestamp
Coursera - Getting started with Python
Coursera - Python Data Structures
Python reading from standard in
Python writing to a file
Python connecting to mysql database
Installing Python on Windows