Skip to content

Instantly share code, notes, and snippets.

View mkcor's full-sized avatar

Marianne Corvellec mkcor

View GitHub Profile
@mkcor
mkcor / tutorial_section2.ipynb
Last active August 29, 2015 14:18
Notebook for "From Python basics (lists and dictionaries) to data analysis"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mkcor
mkcor / tutorial_R_section6.ipynb
Last active August 29, 2015 14:18
Notebook with R kernel to show collaborative workflow
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mkcor
mkcor / tutorial_section6.ipynb
Last active August 29, 2015 14:18
Notebook for "Universal collaboration: Start from a matplotlib plot, edit in the GUI, get plot in any of the Jupyter languages"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mkcor
mkcor / vect_func.ipynb
Created June 9, 2015 23:03
Pamphlet contre les boucles `for`...
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mkcor
mkcor / git_power_user.md
Last active April 9, 2018 21:09
A random collection of tips and lessons learnt.

How I upped my game with Git

I started running

$ git status

all the time and reading the output carefully.

But I could save some time after I added the following to my ~/.bashrc:

@mkcor
mkcor / notes_fixing_big_data.md
Last active December 7, 2016 01:36
Notes from attending seminar by Augustin Chaintreau on 2016-11-02.
@mkcor
mkcor / lisp_parser.py
Created February 11, 2018 21:07
Start code that takes some Lisp code, returns its abstract syntax tree, and runs it.
#!/usr/bin/env python3
import ast
lisp_code = '(first (list 1 (+ 2 3) 9))'
# find innermost list
# get its abstract syntax tree (AST)
# (run it)
# find second innermost list and iterate
@mkcor
mkcor / EDA_20180306_inflammation.ipynb
Last active March 7, 2018 14:07
Notebook we wrote during the "Programming with Python" module at 2018-03-06-nyu.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mkcor
mkcor / environment.yml
Created March 6, 2018 23:00
Environment used at 2018-06-03-nyu.
name: python-novice-inflammation
channels:
- conda-forge
- defaults
dependencies:
- backports=1.0=py36_1
- backports.functools_lru_cache=1.5=py36_0
- blas=1.1=openblas
- bleach=2.0.0=py_1
- ca-certificates=2018.1.18=0