Skip to content

Instantly share code, notes, and snippets.

@jean
jean / Beginner-friendly Python Open Source Projects
Created November 5, 2015 11:47 — forked from ossanna16/Beginner-friendly Python Open Source Projects
This is a list of beginner-friendly Python open source projects. I'm always looking for new projects to add to my list, if you have an idea please tweet me at @ossanna16 :)
* OpenHatch - https://openhatch.org/search/?q=&language=Python
* PyLadies - https://github.com/pyladies
* New Coder - https://github.com/econchick/new-coder
* Django Girls - https://github.com/DjangoGirls
* Matplotlib - https://github.com/matplotlib/matplotlib
* Hylang - http://docs.hylang.org/en/latest/, https://github.com/hylang/hy
* Open Slides (Django) - http://openslides.org/
* Zeeguu - https://zeeguu.unibe.ch
* Project Jupyter - https://github.com/jupyter
* nbgrader - https://github.com/jupyter/nbgrader
@jean
jean / addScriptsToPackage.ts
Created February 20, 2016 17:15 — forked from jon49/addScriptsToPackage.ts
Use yaml for npm command line scripts and merge with package.json
import r = require('ramda')
import yaml = require('js-yaml')
import {readFile, writeFile} from 'fs'
var package = require('../package.json')
readFile('../scripts.yml', 'utf-8', (err, file) => {
if (err) {
console.log('Error reading scripts.yml', err)
return process.exit(1)
@jean
jean / inventory.py
Created October 22, 2016 22:19 — forked from epc/inventory.py
python script to parse sphinx objects.inv file
#!/usr/bin/env python
""" Process URL for intersphinx targets and emit html or text """
def validuri(string):
return string
from sphinx.ext.intersphinx import read_inventory_v2
from posixpath import join
import pprint
import argparse
@jean
jean / inventory.py
Created October 22, 2016 22:20 — forked from mearns/inventory.py
#! /usr/bin/env python
# vim: set fileencoding=utf-8:
""" Process URL for intersphinx targets and emit html or text """
def validuri(string):
return string
from sphinx.ext.intersphinx import read_inventory_v2
from posixpath import join
import pprint

Keybase proof

I hereby claim:

  • I am jean on github.
  • I am jeanj (https://keybase.io/jeanj) on keybase.
  • I have a public key ASCE-YlvXZ7gYs8Qi_PAq6Dm-SQ3CKUc0sblVxlb-NjCjAo

To claim this, I am signing this object:

@jean
jean / second_gist
Created June 17, 2018 05:20
Add a gist using tavern
Woohoo I added a gist using tavern!
@jean
jean / second_gist
Created June 17, 2018 05:25
Add a gist using tavern
Woohoo I added a gist using tavern!
@jean
jean / second_gist
Created June 17, 2018 05:26
Add a gist using tavern
Woohoo I added a gist using tavern!
@jean
jean / second_gist
Created June 17, 2018 05:28
Add a gist using tavern
Woohoo I added a gist using tavern!
@jean
jean / second_gist
Last active June 19, 2018 04:43
Change content to demonstrate
demonstrate