Skip to content

Instantly share code, notes, and snippets.

View kiwi0fruit's full-sized avatar

Peter Zagubisalo kiwi0fruit

View GitHub Profile
@sccolbert
sccolbert / gist:8569752
Created January 22, 2014 23:33
Simple threads with Enaml
from threading import Thread
from time import sleep
from atom.api import Atom, Bool, Int
from enaml.application import deferred_call
from enaml.widgets.api import Window, Container, ProgressBar, PushButton
class Model(Atom):
@mrtns
mrtns / README.md
Last active January 14, 2023 05:07
Markdown-based Literate Programming

R Ecosystem

  • R Markdown

    Use a productive notebook interface to weave together narrative text and code to produce elegantly formatted output. Use multiple languages including R, Python, and SQL.

Python Ecosystem

  • Pweave

    Pweave is a scientific report generator and a literate programming tool for Python. It can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib.

  • podoc