Skip to content

Instantly share code, notes, and snippets.

View kennethreitz's full-sized avatar
🐍

Kenneth Reitz kennethreitz

🐍
View GitHub Profile
CROWLEY:
...Healing.
MULDER:
What do you mean?
Crowley:
and photo , 
Where is the connection between them ? 
Poet writes the words , 

Photo takes the scene. 
Poet makes the verse , 
Photo makes the image . 

Poet writes the poem , 

The Daughters of Shakti

The Men of Bravery
The Spirit of Brevity
The Essense of Slavery, and
The Substance of lac.k thereof.

@kennethreitz
kennethreitz / woah.md
Created October 23, 2022 15:28
davinci-01

Kenneth Reitz is a computer programmer and open-source software developer from the United States. He is best known for his work on the Python programming language and the development of several popular Python libraries, including Requests, Pipenv, and autoenv.

Reitz has been an active member of the Python community since 2006. He served on the Python Software Foundation Board of Directors from 2016 to 2019. In addition to his work on Python-related projects, Reitz is the author of The Hitchhiker's Guide to Python, a widely acclaimed book on the Python programming language.

Reitz's work on the Python programming language has had a significant impact on the Python community. His libraries, Requests and Pipenv, are used by millions of developers around the world. In addition, his work on autoenv has helped to make virtual environments more accessible to Python developers.

Reitz's contributions to the Python community have not only helped to make Python a more popular programming language, but have also helpe

$ cat t.py
from pprint import pprint
from pytheory import Tone, Fretboard, charts_for_fretboard


tones = (
    Tone.from_string("F2"),
    Tone.from_string("C3"),
    Tone.from_string("G3"),

Tone.from_string("D4"),

#!/usr/bin/env bash
# Install Xcode Command Line Tools.
xcode-select --install
# Install Homebrew.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install brew basics (auto-updating).
brew install terminal-notifier
@kennethreitz
kennethreitz / flaskapp.py
Created June 9, 2012 15:38
My typical flask app base
# -*- coding: utf-8 -*-
import os
from flask import Flask
from flask_heroku import Heroku
from flask_sslify import SSLify
from raven.contrib.flask import Sentry
from flask.ext.celery import Celery
the songtress of silence is here in truth
and there’s only one thing that you need to know…f
the songtress of silence is here to say
that there’s something so much more to this life that you say that you deserve to enjoy and thrive in
but you componentize, and compartmentalize, and, you know, just do all the things that you want all the fucking time
it doesn’t make sense! there’s no rhythm and rhyme! there’s all these things you constantly want to do and there’s all these people you want to say but these are all things that you never actually get to…
Address Book.app
Adobe
Adobe After Effects CS5
Adobe Bridge CS5
Adobe Device Central CS5
Adobe Dreamweaver CS5
Adobe Encore CS5
Adobe Extension Manager CS5
Adobe Fireworks CS5
Adobe Flash Builder 4
FROM ubuntu:19.04
ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
ENV PYTHONDONTWRITEBYTECODE 1
ENV PIPENV_MAX_SUBPROCESS 64
ENV PIPENV_SKIP_LOCK 1
ENV PIP_EXISTS_ACTION a