-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Chad Perkins edited this page Aug 3, 2022
·
18 revisions
Welcome to the Python Class Wiki! This is a page that I use to share additional content and links with students.
- Python Institute https://pythoninstitute.org/python-essentials-1 Actual course: https://edube.org/study/pe1
- Microsoft Learning Python - https://docs.microsoft.com/en-us/learn/paths/python-language/
- Harvard's free Intro to Computer Science - https://cs50.harvard.edu/x/2022/
- Quizlet Flashcards - https://quizlet.com/591555176/python-flash-cards/
- Automate the Boring Stuff Book - https://automatetheboringstuff.com/
- Python Terms - https://www.pythonforbeginners.com/python-glossary
- Git
- Interesting Python Libraries
- Netaddr - https://github.com/drkjam/netaddr
- Netmiko - https://pypi.org/project/netmiko/
- Paramiko - https://github.com/paramiko/paramiko
- Scapy - https://github.com/secdev/scapy
- Napalm - https://github.com/napalm-automation/napalm
- Pyez - https://github.com/Juniper/py-junos-eznc
- NX-API - https://developer.cisco.com/docs/nx-os#!working-with-nx-api-cli
- Nornir - https://github.com/nornir-automation/nornir
- Configparser - https://github.com/python/cpython/blob/master/Lib/configparser.py
- Pasdas - https://github.com/pandas-dev/pandas
- boto3 (AWS) - https://github.com/boto/boto3
- google-api-python-client - https://github.com/google/google-api-python-client
- PyMYSQL - https://github.com/PyMySQL/PyMySQL
- Psycopg - http://initd.org/psycopg/