Difference between revisions of "16471 Grundlæggende programmering"
From Teknologisk videncenter
m |
m |
||
Line 3: | Line 3: | ||
#Kurset følger i første del video læringsmaterialet via [https://learning.oreilly.com/videos/introduction-to-python/9780135707333 denne link til Oreilly] | #Kurset følger i første del video læringsmaterialet via [https://learning.oreilly.com/videos/introduction-to-python/9780135707333 denne link til Oreilly] | ||
#Materiale til øvelser i videomateriale via denne [https://github.com/ariannedee/intro-to-python-livelessons link til Github] | #Materiale til øvelser i videomateriale via denne [https://github.com/ariannedee/intro-to-python-livelessons link til Github] | ||
+ | |||
+ | =Python and networking= | ||
+ | ==Telnet== | ||
+ | To use this module, you need to be able to telnet to one or more Cisco devices. | ||
+ | *[https://networksandrants.com/2018/10/24/using-python-and-telnet/ Using Python and Telnet] | ||
+ | ==SSH== | ||
+ | To use this module, you need to be able to ssh to one or more Cisco devices. | ||
+ | *[https://networksandrants.com/2019/11/27/using-python-and-ssh/ Using Python and SSH] | ||
[[Category:Python]] | [[Category:Python]] |
Revision as of 05:58, 6 April 2020
- Link til Google Hangout
- Vores facebookgruppe til at dele info via denne link - gruppen hedder Grundlæggende programmering - Python
- Kurset følger i første del video læringsmaterialet via denne link til Oreilly
- Materiale til øvelser i videomateriale via denne link til Github
Python and networking
Telnet
To use this module, you need to be able to telnet to one or more Cisco devices.
SSH
To use this module, you need to be able to ssh to one or more Cisco devices.