Skip to content

Instantly share code, notes, and snippets.

@nakaz
Last active September 19, 2017 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nakaz/b8e6bce21e3d29d2dcce31da4be5662e to your computer and use it in GitHub Desktop.
Save nakaz/b8e6bce21e3d29d2dcce31da4be5662e to your computer and use it in GitHub Desktop.
Cyber Prep - Day 7
  1. Functions

    • def
    • Why we use functions
    • return statements
    • global vs. local variables
    • arguments pass by reference
    • tuple arguments ???
    • keyword and default arguments
  2. Create a python script

  3. Running a python script

  4. Working with packages in scripts

  5. Assign function exercise

  6. Assign client v. server socket/streams advanced exercise if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment