Skip to content

Instantly share code, notes, and snippets.

@durden
Last active September 11, 2017 18:17
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save durden/5113132 to your computer and use it in GitHub Desktop.
Save durden/5113132 to your computer and use it in GitHub Desktop.
References for Python Science apps talk from Pycon 2013, PyTexas 2013, and PyArkansas 2012

Notes for Python Science Apps talk

Presentation

Code

  • Sample application code
    • Code for sample application that was created as a tool for newcomers to learn from
  • Profiling Pandas/NumPy CSV code
    • My blog post on this subject
      • Sample code whipped up to profile reading a relatively small CSV file
      • All the usual caveats with profiling and metrics apply: small sample size, unoptimized versions of all code, etc.
      • Use the numbers you get from this script with a grain of salt!
  • Run pyqtgraph with PyInstaller
    • This is a forum post where I describe my hackish way to remove dynamic imports from pyqtgraph, which allows it to work with PyInstaller.
    • This gist shows most of the diffs, etc. to do this process yourself.

Practice!

  • Sample application issues
    • I've created several issues for exploration and bug fixes to get your feet wet with creating a real scientific application using all the tools from the talk. Go try 'em out and send pull requests!

References

  • Pinboard links
    • Lots of articles, videos, tutorials about common topics, companies in the field, etc.

Me

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