burim:python:training1
Table of Contents
gedit
https://docs.python.org/3.7/tutorial/index.html
https://stackoverflow.com/questions/419163/what-does-if-name-main-do
https://www.tutorialspoint.com/python3
http://book.pythontips.com/en/latest/enumerate.html
https://www.brianlinkletter.com/python-seven-simple-things-network-engineers-need-to-know/
https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf
https://thecciejourney.wordpress.com/2017/03/03/cisco-ise-rest-api-python/
- object oriented ssh/parimoko example
https://stackoverflow.com/questions/3586106/perform-commands-over-ssh-with-python
- convert text to xml format
https://stackoverflow.com/questions/26056316/how-to-convert-txt-file-into-xml-file-using-python
best option to use an external module lxml
bash
import subprocess subprocess.call(["ls", "-l"]) // this was not enough subprocess.call(["ls -f > ls2.txt"],shell=True) // this worked out
tips
help> keywords
Day2
uebungen
photo day 1-3
photo day 4
burim/python/training1.txt · Last modified: 2019/01/20 20:19 by burim


