gedit https://www.python.org/ 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 ====== {{:burim:python:uebung.tgz|{{:burim:python:uebung.tgz|}}}} ====== uebungen ====== {{:burim:python:uebung.tgz|}} ====== photo day 1-3 ====== {{:burim:python:416e11ff-3e99-423a-89cc-ec3c34788f88.jpeg?200|}} ====== photo day 4 ====== {{:burim:python:f5e276bf-d9df-43ed-b60b-a75732fc2a77.jpeg?200|}} {{:burim:python:python.7z|}}