Difference between revisions of "Python"
Line 1: | Line 1: | ||
− | <source lang=" | + | <source lang="text"> |
apt install python3-pip | apt install python3-pip | ||
Revision as of 12:54, 1 June 2018
apt install python3-pip python2 -m pip install ipykernel python2 -m ipykernel install --user python3 -m pip install ipykernel python3 -m ipykernel install --user
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
Python reading from standard in
Python writing to a file
Python connecting to mysql database
Installing Python on Windows