Difference between revisions of "Python"
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Running as a daemon under systemd - http://devopspy.com/linux/python-script-linux-systemd-service/<br> | + | [[ Controlling a stepper motor with python ]]<br> |
− | + | [[ Getting python Notebook running with both python2 and python3 ]]<br> | |
− | http://www.makeuseof.com/tag/5-websites-learn-python-programming/<br> | + | Install flash on ubuntu 18 - https://websiteforstudents.com/install-adobe-flash-player-on-ubuntu-18-04-lts-beta-desktop/ |
− | http://stackoverflow.com/questions/4696413/ftp-retrbinary-help-python<br> | + | python dashboards - https://blog.dominodatalab.com/interactive-dashboards-in-jupyter/<br> |
+ | Running as a daemon under systemd :- <br> | ||
+ | _ http://devopspy.com/linux/python-script-linux-systemd-service/<br> | ||
+ | _ 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://stackoverflow.com/questions/4696413/ftp-retrbinary-help-python<br> | ||
http://www.java2s.com/Tutorial/Python/0420__Network/FTPDownloadExample.htm<br> | http://www.java2s.com/Tutorial/Python/0420__Network/FTPDownloadExample.htm<br> | ||
https://pythonspot.com/ftp-client-in-python/ This looks good for downloading multiple files.<br> | https://pythonspot.com/ftp-client-in-python/ This looks good for downloading multiple files.<br> | ||
Line 9: | Line 14: | ||
[[ Coursera - Getting started with Python ]] <br> | [[ Coursera - Getting started with Python ]] <br> | ||
[[ Coursera - Python Data Structures ]] <br> | [[ Coursera - Python Data Structures ]] <br> | ||
+ | [[ Coursera Data Science ]] <br> | ||
[[ Python reading from standard in ]] <br> | [[ Python reading from standard in ]] <br> | ||
[[ Python writing to a file ]] <br> | [[ Python writing to a file ]] <br> | ||
− | [[ Python connecting to mysql database ]]<br> | + | [[ Python connecting to mysql database ]] This looks like it is for Python 2 and thus obsolete<br> |
[[ Installing Python on Windows ]]<br> | [[ Installing Python on Windows ]]<br> | ||
+ | [[ Insert data into mysql from csv file ]]<br> | ||
+ | [[ Simple tcp port redirector ]]<br> | ||
+ | [[ voidrealms ]] <br> | ||
+ | [[ spf checker ]] <br> |
Latest revision as of 19:43, 8 July 2024
Controlling a stepper motor with python
Getting python Notebook running with both python2 and python3
Install flash on ubuntu 18 - https://websiteforstudents.com/install-adobe-flash-player-on-ubuntu-18-04-lts-beta-desktop/
python dashboards - https://blog.dominodatalab.com/interactive-dashboards-in-jupyter/
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
Coursera Data Science
Python reading from standard in
Python writing to a file
Python connecting to mysql database This looks like it is for Python 2 and thus obsolete
Installing Python on Windows
Insert data into mysql from csv file
Simple tcp port redirector
voidrealms
spf checker