Skip to content

Instantly share code, notes, and snippets.

@aganders3
Last active September 26, 2018 03:50
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 aganders3/5fa64dd9391103b82abc to your computer and use it in GitHub Desktop.
Save aganders3/5fa64dd9391103b82abc to your computer and use it in GitHub Desktop.
DesertPy Lightning Talks

Requested Lightning Talk Topics

  • Introductory Topics

    • Mutable vs. immutable objects
    • Classes and Objects
    • Iterators
    • Working with strings
    • File I/O
    • Python 2 and Python 3
    • Is there a good Python IDE?
    • Compiled vs. interpreted programming languages
  • Intermediate Topics

    • What's the GIL? (or threading vs. multiprocessing)
    • Distributing your code
    • Functional programming
    • Python's type discipline
    • How to profile your code
    • pdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment