[omaha] ThinkSeries

Wes Turner wes.turner at gmail.com
Sat Jul 15 23:38:32 EDT 2017


On Saturday, July 15, 2017, Matt Payne via Omaha <omaha at python.org> wrote:

> These books were talked about in this podcast episode
> https://talkpython.fm/episodes/show/119/python-in-engineering
>
> And the manifesto is awesome!
> http://greenteapress.com/wp/textbook-manifesto/


> I like that his books are written with \LaTeX and use jupyter notebooks.
> https://github.com/AllenDowney/ThinkOS


TIL about latex2sympy:

https://github.com/augustt198/latex2sympy

(typeset equations => computer algebra system)
#latex #sympy #CAS

Some way to add all of these expressions/formulas/equations to an
OrderedDict (maybe with schema.org/name for labels) e.g. in a notebook with
westurner/nbmeta would be cool.
IDK how to make it more simple than:

  # emit(key, value)
  # emit(key, Meta(obj, **attrs))
  emit(key, Formula(expr, **attrs))

Where emit() does something like _STORE.__setitem__(key, value) and then
IPython.display (or just 'return value')

https://github.com/westurner/nbmeta/blob/develop/nb/nbmeta-00-01__exploration.py


... locals(), globals(), _STORE = OrderedDict()


> https://www.kaggle.com/kernels seems like a place for free jupyter
> notebooks.


https://github.com/Kaggle/docker-python/blob/master/Dockerfile includes
multiple kitchen sinks.


>
> On Tue, Jun 27, 2017 at 1:58 PM Matt Payne <Payne at mattpayne.org
> <javascript:;>> wrote:
>
> > Awesome!   Thanks Travis!!!
> >
> > On Tue, Jun 27, 2017 at 1:54 PM Travis Smith via Omaha <omaha at python.org
> <javascript:;>>
> > wrote:
> >
> >> Pythonistas,
> >>
> >> Race me to the finish:
> >> ThinkComplexity
> >> https://www.youtube.com/watch?v=qHWhy3PWhes
> >> ThinkBayes
> >> https://www.youtube.com/watch?v=TpgiFIGXcT4
> >> ThinkDSP
> >> https://www.youtube.com/watch?v=UOIllEyajGs
> >>
> >> These serve as 3 hour overviews of the books by the same name.  I've
> done
> >> the workshop for DSP, and am now starting on Complexity.  Fascinating
> >> stuff.
> >>
> >> Travis
> >>
> >> GPG Key: BFEB 7E65 04EB 184B A150 2E2C CC11 933F EE27 D86E
> >> _______________________________________________
> >> Omaha Python Users Group mailing list
> >> Omaha at python.org <javascript:;>
> >> https://mail.python.org/mailman/listinfo/omaha
> >> http://www.OmahaPython.org
> >>
> >
> _______________________________________________
> Omaha Python Users Group mailing list
> Omaha at python.org <javascript:;>
> https://mail.python.org/mailman/listinfo/omaha
> http://www.OmahaPython.org
>


More information about the Omaha mailing list