-
Functions
def
- Why we use functions
- return statements
- global vs. local variables
- arguments pass by reference
- tuple arguments ???
- keyword and default arguments
-
Create a python script
-
Running a python script
-
Working with packages in scripts
- Getting
help()
in the REPL import os
Operating System service (https://docs.python.org/2/library/os.html)import re
String service (https://docs.python.org/2/library/re.html)import sys
Runtime service (https://docs.python.org/2/library/sys.html)
- Getting
-
Assign function exercise
-
Assign client v. server socket/streams advanced exercise if needed
Last active
September 19, 2017 00:37
-
-
Save nakaz/b8e6bce21e3d29d2dcce31da4be5662e to your computer and use it in GitHub Desktop.
Cyber Prep - Day 7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment