• TIME TO 2024 UK RANKINGS

Search results

  1. Python Workshop -- May-9

    Attached are the ipython transcript and the pyws09 folder (and submodules and packages) for your reference. In the next couple days I'll post up additional reference information for the various things we touched on today (tools, Amara, Sage, SQLAlchemy). -Dave
  2. Python Workshop - May 2, 2009

    A couple hints Try typing these at the python or ipython prompt: >>> ''.join(['a','s','d']) >>> [x for x in 'ABCD' if x not in 'AC']
  3. Python Workshop - May 2, 2009

    I. Attached is the raw un-annotated transcript of today's ipython session. II. Also, here's a "Further Reading" list: o http://python.org/doc/ o Python Essential Reference by David M Beazley -- Third Edition, 2006; Forth edition due out this May. o Core Python Programming by Wesley Chun --...
  4. Prof. Salih Neftci (1947-2009)

    ...Terrible news. In his class I got the first taste of how this quantitative finance stuff really works: What's the intuition, how does that manifest in a rigorous model, where do models break, etc. All delivered with his inimitable wit and style. (Though imitate we did often try -- Mr...
Back
Top