Skip to content

Instantly share code, notes, and snippets.

@kojoidrissa
Forked from durden/references.md
Created August 18, 2013 19:38
Show Gist options
  • Save kojoidrissa/6263561 to your computer and use it in GitHub Desktop.
Save kojoidrissa/6263561 to your computer and use it in GitHub Desktop.

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